Stats
Actions
Tags
From juicebox-pack
Optimize Juicebox costs. Trigger: "juicebox cost", "juicebox billing", "juicebox budget".
How this skill is triggered — by the user, by Claude, or both
Slash command
/juicebox-pack:juicebox-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
| Feature | Cost Driver |
| Feature | Cost Driver |
|---|---|
| Search | Per query |
| Enrichment | Per profile |
| Contact data | Per lookup |
| Outreach | Per message |
const quota = await client.account.getQuota();
console.log(`Searches: ${quota.searches.used}/${quota.searches.limit}`);
if (quota.searches.used > quota.searches.limit * 0.8) console.warn('80% quota used');
See juicebox-reference-architecture.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub flight505/skill-forge --plugin juicebox-pack