From openevidence-pack
Tunes OpenEvidence API costs with caching, batching, tier selection, dashboard monitoring, and TypeScript usage tracker. Trigger: 'openevidence cost tuning'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openevidence-pack:openevidence-cost-tuningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Cache frequent API calls
let totalCalls = 0;
async function tracked(fn: () => Promise<any>) {
totalCalls++;
console.log(`OpenEvidence API calls today: ${totalCalls}`);
return fn();
}
See openevidence-reference-architecture.
npx claudepluginhub camillanapoles/claude-code-plugins-plus-skills --plugin openevidence-pack5plugins reuse this skill
First indexed Jul 10, 2026
Invoke via 'openevidence cost tuning' to optimize OpenEvidence API costs using caching, batching, and usage monitoring. Useful for managing healthcare API spend.
Optimizes Clari API costs by selecting minimal export data types, reducing frequency, caching exports, and tracking usage. For integrations with high API volume.
Optimize Abridge clinical AI costs through tier selection, session management, and usage monitoring for healthcare organizations.