From mindtickle-pack
Tunes costs for MindTickle API usage by caching, batching requests, selecting appropriate tiers, and monitoring usage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-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(`MindTickle API calls today: ${totalCalls}`);
return fn();
}
See mindtickle-reference-architecture.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin mindtickle-pack2plugins reuse this skill
First indexed Jul 17, 2026
Optimizes MindTickle costs by reducing API calls, caching course content, batching syncs, and monitoring usage. Helps sales teams minimize per-seat spend on training platform.
Optimizes Clari API costs by selecting minimal export data types, reducing frequency, caching exports, and tracking usage. For integrations with high API volume.
Optimize ClickUp API usage costs via request reduction strategies: caching, efficient pagination, batching custom fields, and webhooks. Activated by 'clickup cost' or 'clickup billing'.