agentsclimarketplace

Openevidence cost tuning

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/openevidence-pack/skills/openevidence-cost-tuning

'Cost Tuning for OpenEvidence.From its SKILL.md

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill openevidence-cost-tuning

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

0.8 KB, 119 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it: 1 file

2.3 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.