Agent skill

juicebox-common-errors

Diagnose and fix Juicebox API errors. Trigger: "juicebox error", "fix juicebox", "debug juicebox".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/juicebox-pack/skills/juicebox-common-errors

SKILL.md

Juicebox Common Errors

Error Reference

401 Authentication

json
{"error": "invalid_api_key"}

Fix: Verify key at app.juicebox.ai > Settings.

403 Plan Limits

json
{"error": "quota_exceeded"}

Fix: Check quota in dashboard, upgrade plan.

429 Rate Limited

Fix: Check Retry-After header. Implement exponential backoff.

400 Invalid Query

Fix: Ensure query is non-empty, check filter syntax.

404 Profile Not Found

Fix: Profile may be removed. Re-run search.

Quick Diagnostic

bash
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" \
  https://api.juicebox.ai/v1/health

Resources

Next Steps

See juicebox-debug-bundle.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results