npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill openevidence-common-errors --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OpenEvidence Common Errors ## Overview OpenEvidence provides AI-powered clinical decision support through evidence-based query answering with citation tracking. API integrations involve submitting clinical questions, retrieving evidence summaries, and managing citation references. Common errors include overly broad queries that exceed processing limits, citation-not-found errors when referenced studies are retracted, and timeouts on complex multi-condition queries that trigger deep literature analysis. The DeepConsult mode provides more thorough analysis but consumes 5x the rate limit quota and has a 90-second timeout. This reference covers authentication, query validation, and clinical-specific error patterns. ## Error Reference | Code | Message | Cause | Fix | |------|---------|-------|-----| | `401` | `Authentication failed` | Invalid or expired API key | Regenerate at OpenEvidence developer portal | | `403` | `Organization access denied` | API key not authorized for org | Verify org ID matches the key's assigned organization | | `404` | `Citation not found` | Referenced study retracted or removed | Query for updated evidence; citation database refreshes weekly | | `408` | `Qu
- Overview
- Error Reference
- Error Handler
- Debugging Guide
- Authentication Errors
- Rate Limit Errors
- Validation Errors
- Error Handling
- Quick Diagnostic
- Resources
- Next Steps
Verify API connectivity and key validity
curl -s -o /dev/null -w "%{http_code}" \What does the openevidence-common-errors skill do?
Diagnose and fix OpenEvidence common errors. '
How do I install it?
Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill openevidence-common-errors --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,630 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.