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 ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin openevidence-pack5plugins reuse this skill
First indexed Jul 10, 2026
Cost Tuning for OpenEvidence. Trigger: "openevidence cost tuning".
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.