juicebox-cost-tuning

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

claude-code
4 Tools
juicebox-pack Plugin
saas packs Category

Allowed Tools

ReadWriteEditGrep

Provided by Plugin

juicebox-pack

Claude Code skill pack for Juicebox (24 skills)

saas packs v1.0.0
View Plugin

Installation

This skill is included in the juicebox-pack plugin:

/plugin install juicebox-pack@claude-code-plugins-plus

Click to copy

Instructions

Juicebox Cost Tuning

Cost Factors

Feature Cost Driver
Search Per query
Enrichment Per profile
Contact data Per lookup
Outreach Per 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

Next Steps

See juicebox-reference-architecture.

Ready to use juicebox-pack?