Agent skill

juicebox-debug-bundle

Collect Juicebox debug evidence. Trigger: "juicebox debug", "juicebox support ticket".

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-debug-bundle

SKILL.md

Juicebox Debug Bundle

Debug Script

bash
#!/bin/bash
BUNDLE="jb-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "JUICEBOX_API_KEY: ${JUICEBOX_API_KEY:+SET}" > "$BUNDLE/summary.txt"
curl -s -w "\nHTTP %{http_code}" -H "Authorization: Bearer $JUICEBOX_API_KEY" \
  https://api.juicebox.ai/v1/health >> "$BUNDLE/summary.txt"
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" \
  https://api.juicebox.ai/v1/account/quota > "$BUNDLE/quota.json"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"

Key Headers

Header Use
X-Request-Id Support reference
X-RateLimit-Remaining Requests left
Retry-After Wait time on 429

Resources

Next Steps

See juicebox-rate-limits.

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