From openevidence-pack
Diagnoses and fixes common OpenEvidence API errors including auth failures, rate limits, invalid queries, and service issues. Includes curl health check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openevidence-pack:openevidence-common-errorsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reference for OpenEvidence API errors with solutions.
Quick reference for OpenEvidence API errors with solutions.
Fix: Verify API key at OpenEvidence developer portal.
Fix: Verify org ID and API key permissions.
Fix: Clinical question must be medical in nature.
Fix: Implement backoff. Check Retry-After header.
Fix: DeepConsult queue may be full. Retry after delay.
# Check API connectivity
curl -s -w "\nHTTP %{http_code}" https://api.openevidence.com/v1/health 2>/dev/null || echo "Endpoint check needed"
echo $OPENEVIDENCE_API_KEY | head -c 10
See openevidence-debug-bundle.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin openevidence-packInstalls @openevidence/sdk via npm or pip and configures API key authentication for clinical decision support in Node.js or Python projects.
Diagnoses and fixes OpenRouter API errors (401 auth, 402 credits, 429 rate limits, 400 bad request) using reference table, response format, and bash diagnostics.
Diagnoses and fixes Anthropic Claude API errors by HTTP status code, covering invalid requests, authentication, permissions, rate limits, and overloads.