Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    jeremylongshore

    openevidence-common-errors

    jeremylongshore/openevidence-common-errors
    AI & ML
    1,221
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Diagnose and resolve common OpenEvidence API errors. Use when encountering error codes, debugging failed requests, or implementing error handling for clinical queries. Trigger with phrases like...

    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

    # 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

    • OpenEvidence Docs

    Next Steps

    See openevidence-debug-bundle.

    Repository
    jeremylongshore/claude-code-plugins-plus-skills
    Files