{
  "schemaVersion": "1.0",
  "item": {
    "slug": "med-info",
    "name": "Med Info",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/DuncanDobbins/med-info",
    "canonicalUrl": "https://clawhub.ai/DuncanDobbins/med-info",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/med-info",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=med-info",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "docs/PROBE_RESULTS.md",
      "docs/README.md",
      "docs/RESOURCES.md",
      "findings.md",
      "progress.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/med-info"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/med-info",
    "agentPageUrl": "https://openagent3.xyz/skills/med-info/agent",
    "manifestUrl": "https://openagent3.xyz/skills/med-info/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/med-info/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "med-info",
        "body": "Medication answers you can cite.\n\nmed-info turns a drug name (or RxCUI, NDC, SPL set_id) into a label-backed summary with traceable identifiers and source links.\n\nUse it when you want “show your work” medication information for notes, training, QA, internal docs, or agent workflows.\n\nNot medical advice."
      },
      {
        "title": "What you get",
        "body": "Authoritative sources first: FDA labeling via openFDA + DailyMed, identifiers via RxNorm/RxClass.\nCitations + traceability: RxCUI, NDC (product/package), SPL set_id, effective dates, and URLs.\nThe sections you actually need: boxed warning, indications, dosing, contraindications, warnings, interactions, adverse reactions.\nOptional safety context (opt-in flags): recalls, shortages, FAERS aggregates, interactions, drug class, hazardous drug flag, REMS linkouts, Orange Book, Purple Book.\nAutomation friendly: --json output for pipelines."
      },
      {
        "title": "Privacy",
        "body": "Do not include PHI. Query by drug name or identifiers only."
      },
      {
        "title": "Quickstart",
        "body": "cd {baseDir}\npython3 scripts/med_info.py \"Eliquis\" --brief\n\nCommon workflows:\n\n# Only the sections you care about\npython3 scripts/med_info.py \"Eliquis\" --sections contraindications,drug_interactions --brief\n\n# Find keyword hits in label text (fast way to answer \"does the label mention X?\")\npython3 scripts/med_info.py \"Eliquis\" --find ritonavir --find CYP3A4 --find P-gp --find-max 8\n\n# Deterministic lookups by identifier (best for reproducibility)\npython3 scripts/med_info.py \"70518-4370-0\"   # NDC (package)\npython3 scripts/med_info.py \"70518-4370\"     # NDC (product)\npython3 scripts/med_info.py \"05999192-ebc6-4198-bd1e-f46abbfb4f8a\"  # SPL set_id"
      },
      {
        "title": "Disambiguation (when there are multiple labels)",
        "body": "python3 scripts/med_info.py \"metformin\" --candidates\npython3 scripts/med_info.py \"metformin\" --candidates --pick 2 --brief\npython3 scripts/med_info.py \"metformin\" --set-id \"05999192-ebc6-4198-bd1e-f46abbfb4f8a\""
      },
      {
        "title": "Optional add-ons",
        "body": "# Pharmacist-friendly output bundle\npython3 scripts/med_info.py \"Eliquis\" --pharmacist --brief\n\n# Safety signals and operational context (opt-in)\npython3 scripts/med_info.py \"metformin\" --recalls --brief\npython3 scripts/med_info.py \"amphetamine\" --shortages --brief\npython3 scripts/med_info.py \"Eliquis\" --faers --faers-max 10\npython3 scripts/med_info.py \"Eliquis\" --interactions --interactions-max 20\npython3 scripts/med_info.py \"Eliquis\" --rxclass\npython3 scripts/med_info.py \"cyclophosphamide\" --hazardous\npython3 scripts/med_info.py \"isotretinoin\" --rems\n\n# Reference datasets\npython3 scripts/med_info.py \"adalimumab\" --purplebook\npython3 scripts/med_info.py \"metformin\" --orangebook\n\n# Chemistry (best-effort)\npython3 scripts/med_info.py \"ibuprofen\" --chem"
      },
      {
        "title": "Output shaping",
        "body": "python3 scripts/med_info.py \"ibuprofen\" --json\npython3 scripts/med_info.py \"Eliquis\" --brief --sections all\npython3 scripts/med_info.py \"Eliquis\" --print-url --brief   # prints queried URLs (api_key redacted)"
      },
      {
        "title": "Sources (high level)",
        "body": "openFDA: drug labels, NDC directory, recalls/enforcement, shortages, FAERS\nRxNorm / RxClass (RxNav): normalization and drug classes\nDailyMed: SPL label history and media\nMedlinePlus Connect: patient-friendly summaries (links)\nOrange Book and Purple Book: best-effort context"
      },
      {
        "title": "Safety notes",
        "body": "For clinical decisions, verify against the full official label.\nInput is treated as untrusted, openFDA search strings are escaped to prevent query injection."
      },
      {
        "title": "Keys and rate limits",
        "body": "Works without any keys. Optionally:\n\nOPENFDA_API_KEY: increases openFDA rate limits for heavy usage."
      }
    ],
    "body": "med-info\n\nMedication answers you can cite.\n\nmed-info turns a drug name (or RxCUI, NDC, SPL set_id) into a label-backed summary with traceable identifiers and source links.\n\nUse it when you want “show your work” medication information for notes, training, QA, internal docs, or agent workflows.\n\nNot medical advice.\n\nWhat you get\nAuthoritative sources first: FDA labeling via openFDA + DailyMed, identifiers via RxNorm/RxClass.\nCitations + traceability: RxCUI, NDC (product/package), SPL set_id, effective dates, and URLs.\nThe sections you actually need: boxed warning, indications, dosing, contraindications, warnings, interactions, adverse reactions.\nOptional safety context (opt-in flags): recalls, shortages, FAERS aggregates, interactions, drug class, hazardous drug flag, REMS linkouts, Orange Book, Purple Book.\nAutomation friendly: --json output for pipelines.\nPrivacy\n\nDo not include PHI. Query by drug name or identifiers only.\n\nQuickstart\ncd {baseDir}\npython3 scripts/med_info.py \"Eliquis\" --brief\n\n\nCommon workflows:\n\n# Only the sections you care about\npython3 scripts/med_info.py \"Eliquis\" --sections contraindications,drug_interactions --brief\n\n# Find keyword hits in label text (fast way to answer \"does the label mention X?\")\npython3 scripts/med_info.py \"Eliquis\" --find ritonavir --find CYP3A4 --find P-gp --find-max 8\n\n# Deterministic lookups by identifier (best for reproducibility)\npython3 scripts/med_info.py \"70518-4370-0\"   # NDC (package)\npython3 scripts/med_info.py \"70518-4370\"     # NDC (product)\npython3 scripts/med_info.py \"05999192-ebc6-4198-bd1e-f46abbfb4f8a\"  # SPL set_id\n\nDisambiguation (when there are multiple labels)\npython3 scripts/med_info.py \"metformin\" --candidates\npython3 scripts/med_info.py \"metformin\" --candidates --pick 2 --brief\npython3 scripts/med_info.py \"metformin\" --set-id \"05999192-ebc6-4198-bd1e-f46abbfb4f8a\"\n\nOptional add-ons\n# Pharmacist-friendly output bundle\npython3 scripts/med_info.py \"Eliquis\" --pharmacist --brief\n\n# Safety signals and operational context (opt-in)\npython3 scripts/med_info.py \"metformin\" --recalls --brief\npython3 scripts/med_info.py \"amphetamine\" --shortages --brief\npython3 scripts/med_info.py \"Eliquis\" --faers --faers-max 10\npython3 scripts/med_info.py \"Eliquis\" --interactions --interactions-max 20\npython3 scripts/med_info.py \"Eliquis\" --rxclass\npython3 scripts/med_info.py \"cyclophosphamide\" --hazardous\npython3 scripts/med_info.py \"isotretinoin\" --rems\n\n# Reference datasets\npython3 scripts/med_info.py \"adalimumab\" --purplebook\npython3 scripts/med_info.py \"metformin\" --orangebook\n\n# Chemistry (best-effort)\npython3 scripts/med_info.py \"ibuprofen\" --chem\n\nOutput shaping\npython3 scripts/med_info.py \"ibuprofen\" --json\npython3 scripts/med_info.py \"Eliquis\" --brief --sections all\npython3 scripts/med_info.py \"Eliquis\" --print-url --brief   # prints queried URLs (api_key redacted)\n\nSources (high level)\nopenFDA: drug labels, NDC directory, recalls/enforcement, shortages, FAERS\nRxNorm / RxClass (RxNav): normalization and drug classes\nDailyMed: SPL label history and media\nMedlinePlus Connect: patient-friendly summaries (links)\nOrange Book and Purple Book: best-effort context\nSafety notes\nFor clinical decisions, verify against the full official label.\nInput is treated as untrusted, openFDA search strings are escaped to prevent query injection.\nKeys and rate limits\n\nWorks without any keys. Optionally:\n\nOPENFDA_API_KEY: increases openFDA rate limits for heavy usage."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DuncanDobbins/med-info",
    "publisherUrl": "https://clawhub.ai/DuncanDobbins/med-info",
    "owner": "DuncanDobbins",
    "version": "0.2.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/med-info",
    "downloadUrl": "https://openagent3.xyz/downloads/med-info",
    "agentUrl": "https://openagent3.xyz/skills/med-info/agent",
    "manifestUrl": "https://openagent3.xyz/skills/med-info/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/med-info/agent.md"
  }
}