{
  "schemaVersion": "1.0",
  "item": {
    "slug": "medical-triage",
    "name": "Medical Triage",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/binubmuse/medical-triage",
    "canonicalUrl": "https://clawhub.ai/binubmuse/medical-triage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/medical-triage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=medical-triage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/medical-triage"
    },
    "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/medical-triage",
    "agentPageUrl": "https://openagent3.xyz/skills/medical-triage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/medical-triage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/medical-triage/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": "Medical Triage",
        "body": "Classify medical messages into priority categories based on urgency indicators, symptoms, and patient context."
      },
      {
        "title": "Categories",
        "body": "IconCategoryDescription🔴criticalLife-threatening symptoms, emergency keywords, severe pain🟡urgentNeeds same-day attention, worsening symptoms, medication issues🟢routineFollow-ups, general questions, appointment requests"
      },
      {
        "title": "How It Works",
        "body": "This skill analyzes message content for:\n\nEmergency keywords: chest pain, difficulty breathing, severe bleeding, etc.\nSymptom severity: pain scale, duration, progression\nPatient context: chronic conditions, medications, recent procedures\nTemporal urgency: \"right now\", \"getting worse\", \"can't wait\""
      },
      {
        "title": "Input Format",
        "body": "The skill expects a JSON array of messages:\n\n[\n  {\n    \"id\": \"msg-123\",\n    \"subject\": \"Chest pain\",\n    \"from\": \"patient@example.com\",\n    \"date\": \"2026-02-27T10:30:00Z\",\n    \"body\": \"I've been having chest pain for the last hour...\"\n  }\n]"
      },
      {
        "title": "Output Format",
        "body": "Returns a JSON array with triage results:\n\n[\n  {\n    \"id\": \"msg-123\",\n    \"category\": \"critical\",\n    \"reason\": \"Chest pain mentioned - potential cardiac emergency\",\n    \"confidence\": 0.95\n  }\n]"
      },
      {
        "title": "Usage",
        "body": "This skill is designed to be invoked programmatically via OpenClaw's skill execution API."
      },
      {
        "title": "Critical (🔴)",
        "body": "Chest pain, pressure, or tightness\nDifficulty breathing or shortness of breath\nSevere bleeding\nLoss of consciousness\nStroke symptoms (FAST: Face, Arms, Speech, Time)\nSevere allergic reaction\nSuicidal ideation"
      },
      {
        "title": "Urgent (🟡)",
        "body": "High fever (>103°F / 39.4°C)\nPersistent vomiting or diarrhea\nMedication side effects\nWorsening chronic condition\nModerate pain (7-8/10)\nInfection signs (redness, swelling, pus)\nMental health crisis"
      },
      {
        "title": "Routine (🟢)",
        "body": "Appointment requests\nPrescription refills\nGeneral health questions\nFollow-up on stable conditions\nLab result questions\nMild symptoms (<3 days)"
      },
      {
        "title": "Integration",
        "body": "This skill can be invoked via the OpenClaw CLI:\n\nopenclaw skill run medical-triage --input '[{\"id\":\"msg-1\",\"subject\":\"...\",\"body\":\"...\"}]' --json\n\nOr programmatically:\n\nconst result = await execFileAsync('openclaw', [\n  'skill', 'run', 'medical-triage',\n  '--input', JSON.stringify(messages),\n  '--json'\n]);\n\nRecommended Model: Claude Sonnet 4.5 (openclaw models set anthropic/claude-sonnet-4-5)"
      }
    ],
    "body": "Medical Triage\n\nClassify medical messages into priority categories based on urgency indicators, symptoms, and patient context.\n\nCategories\nIcon\tCategory\tDescription\n🔴\tcritical\tLife-threatening symptoms, emergency keywords, severe pain\n🟡\turgent\tNeeds same-day attention, worsening symptoms, medication issues\n🟢\troutine\tFollow-ups, general questions, appointment requests\nHow It Works\n\nThis skill analyzes message content for:\n\nEmergency keywords: chest pain, difficulty breathing, severe bleeding, etc.\nSymptom severity: pain scale, duration, progression\nPatient context: chronic conditions, medications, recent procedures\nTemporal urgency: \"right now\", \"getting worse\", \"can't wait\"\nInput Format\n\nThe skill expects a JSON array of messages:\n\n[\n  {\n    \"id\": \"msg-123\",\n    \"subject\": \"Chest pain\",\n    \"from\": \"patient@example.com\",\n    \"date\": \"2026-02-27T10:30:00Z\",\n    \"body\": \"I've been having chest pain for the last hour...\"\n  }\n]\n\nOutput Format\n\nReturns a JSON array with triage results:\n\n[\n  {\n    \"id\": \"msg-123\",\n    \"category\": \"critical\",\n    \"reason\": \"Chest pain mentioned - potential cardiac emergency\",\n    \"confidence\": 0.95\n  }\n]\n\nUsage\n\nThis skill is designed to be invoked programmatically via OpenClaw's skill execution API.\n\nMedical Urgency Indicators\nCritical (🔴)\nChest pain, pressure, or tightness\nDifficulty breathing or shortness of breath\nSevere bleeding\nLoss of consciousness\nStroke symptoms (FAST: Face, Arms, Speech, Time)\nSevere allergic reaction\nSuicidal ideation\nUrgent (🟡)\nHigh fever (>103°F / 39.4°C)\nPersistent vomiting or diarrhea\nMedication side effects\nWorsening chronic condition\nModerate pain (7-8/10)\nInfection signs (redness, swelling, pus)\nMental health crisis\nRoutine (🟢)\nAppointment requests\nPrescription refills\nGeneral health questions\nFollow-up on stable conditions\nLab result questions\nMild symptoms (<3 days)\nIntegration\n\nThis skill can be invoked via the OpenClaw CLI:\n\nopenclaw skill run medical-triage --input '[{\"id\":\"msg-1\",\"subject\":\"...\",\"body\":\"...\"}]' --json\n\n\nOr programmatically:\n\nconst result = await execFileAsync('openclaw', [\n  'skill', 'run', 'medical-triage',\n  '--input', JSON.stringify(messages),\n  '--json'\n]);\n\n\nRecommended Model: Claude Sonnet 4.5 (openclaw models set anthropic/claude-sonnet-4-5)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/binubmuse/medical-triage",
    "publisherUrl": "https://clawhub.ai/binubmuse/medical-triage",
    "owner": "binubmuse",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/medical-triage",
    "downloadUrl": "https://openagent3.xyz/downloads/medical-triage",
    "agentUrl": "https://openagent3.xyz/skills/medical-triage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/medical-triage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/medical-triage/agent.md"
  }
}