Agent skill

openevidence-debug-bundle

Debug Bundle for OpenEvidence. Trigger: "openevidence debug bundle".

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/openevidence-pack/skills/openevidence-debug-bundle

SKILL.md

OpenEvidence Debug Bundle

Debug Script

bash
#!/bin/bash
BUNDLE="openevidence-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "OPENEVIDENCE_API_KEY: ${OPENEVIDENCE_API_KEY:+SET}" > "$BUNDLE/summary.txt"
echo "Timestamp: $(date -u)" >> "$BUNDLE/summary.txt"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"

Resources

Next Steps

See openevidence-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