CtrlK
BlogDocsLog inGet started
Tessl Logo

juicebox-cost-tuning

Optimize Juicebox costs. Trigger: "juicebox cost", "juicebox billing", "juicebox budget".

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/juicebox-pack/skills/juicebox-cost-tuning/SKILL.md
SKILL.md
Quality
Evals
Security

Juicebox Cost Tuning

Cost Factors

FeatureCost Driver
SearchPer query
EnrichmentPer profile
Contact dataPer lookup
OutreachPer message

Reduction Strategies

  1. Cache search results (avoid duplicate queries)
  2. Use filters (fewer wasted enrichments)
  3. Only enrich top-scored candidates
  4. Only get contacts for final candidates

Quota Monitoring

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');

Resources

  • Pricing

Next Steps

See juicebox-reference-architecture.

Repository
jeremylongshore/claude-code-plugins-plus-skills
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.