Skip to content
Skillv1.0.0

openevidence-cost-tuning

Cost Tuning for OpenEvidence. Trigger: "openevidence cost tuning".

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/openevidence-pack/skills/openevidence-cost-tuning/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill openevidence-cost-tuning. Copyright stays with the author (MIT).

OpenEvidence Cost Tuning

Optimization Strategies

  1. Cache frequent API calls
  2. Batch requests where possible
  3. Use appropriate API tier
  4. Monitor usage dashboards

Usage Tracking

let totalCalls = 0;
async function tracked(fn: () => Promise<any>) {
  totalCalls++;
  console.log(`OpenEvidence API calls today: ${totalCalls}`);
  return fn();
}

Resources

Next Steps

See openevidence-reference-architecture.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-openevidence-60f6b8/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-openevidence-60f6b8.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-openevidence-60f6b8",
  "kind": "skill",
  "name": "openevidence-cost-tuning",
  "description": "Cost Tuning for OpenEvidence. Trigger: \"openevidence cost tuning\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "saas",
      "openevidence",
      "healthcare",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Cost Tuning for OpenEvidence. Trigger: \"openevidence cost tuning\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/openevidence-pack/skills/openevidence-cost-tuning/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/openevidence-pack/skills/openevidence-cost-tuning/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/openevidence-pack/skills/openevidence-cost-tuning/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# OpenEvidence Cost Tuning\n\n## Optimization Strategies\n\n1. Cache frequent API calls\n2. Batch requests where possible\n3. Use appropriate API tier\n4. Monitor usage dashboards\n\n## Usage Tracking\n\n```typescript\nlet totalCalls = 0;\nasync function tracked(fn: () => Promise<any>) {\n  totalCalls++;\n  console.log(`OpenEvidence API calls today: ${totalCalls}`);\n  return fn();\n}\n```\n\n## Resources\n\n- [OpenEvidence Pricing](https://www.openevidence.com)\n\n## Next Steps\n\nSee `openevidence-reference-architecture`.",
  "cost": {
    "context_tokens": 125
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-openevidence-60f6b8/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.