Agent skill

openevidence-common-errors

Diagnose and fix OpenEvidence common errors. Trigger: "openevidence error", "fix openevidence", "debug openevidence".

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-common-errors

SKILL.md

OpenEvidence Common Errors

Overview

Quick reference for OpenEvidence API errors with solutions.

401 — Authentication Failed

Fix: Verify API key at OpenEvidence developer portal.

403 — Organization Access Denied

Fix: Verify org ID and API key permissions.

422 — Invalid Query

Fix: Clinical question must be medical in nature.

429 — Rate Limited

Fix: Implement backoff. Check Retry-After header.

503 — Service Unavailable

Fix: DeepConsult queue may be full. Retry after delay.

Quick Diagnostic

bash
# 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

Resources

Next Steps

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