Optimize Juicebox costs. Trigger: "juicebox cost", "juicebox billing", "juicebox budget".
58
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
| 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.
1628598
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.