Openevidence cost tuning
'Cost Tuning for OpenEvidence.From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill openevidence-cost-tuningAssembled 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
- Cache frequent API calls
- Batch requests where possible
- Use appropriate API tier
- 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/
- implementation.md2.3 KB