From openevidence-pack
Diagnoses and fixes common OpenEvidence API errors including auth failures, rate limits, invalid queries, and service issues. Includes curl health check.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin openevidence-packThis skill is limited to using the following tools:
Quick reference for OpenEvidence API errors with solutions.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.