From openevidence-pack
Diagnoses and fixes OpenEvidence API errors (401, 403, 422, 429, 503) with quick diagnostic commands. Triggered by 'openevidence error', 'fix openevidence', 'debug openevidence'.
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.
2plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin openevidence-packDiagnose and fix common OpenEvidence API errors including authentication, query validation, rate limiting, and service availability issues.
Diagnoses and fixes common OpenRouter API errors (401, 402, 429, 5xx). Provides error reference, diagnostic script, and retry logic for production calls.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.