Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

symptom-checker-triage症状检查分诊

Agent Skill

symptom-checker-triage 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,058

周安装

130

GitHub Stars

公开资料未说明

下载量

1,071
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:symptom-checker-triage(症状检查分诊)
来源仓库:https://github.com/aipoch-ai/symptom-checker-triage
安装命令:
openclaw skills install symptom-checker-triage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install symptom-checker-triage

简介

基于规则引擎分析症状危险信号,推荐分诊级别(急诊/门诊)。

  • 适用于医疗分诊辅助、紧急程度评估或资源调度优化场景。
  • 输入症状后由系统自动匹配风险等级并提供处理指引。
  • 明确标注仅作 AI 辅助决策支持,不能替代临床判断。
  • 需确保运行环境具备必要的数据访问与合规权限。symptom-checker-triage 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
symptom-checker-triage
description
Suggest triage levels (Emergency, Urgent, Outpatient) based on red flag symptoms using a rule-based engine. For AI-assisted decision support only — not a substitute for professional medical diagnosis.
license
MIT
skill-author
AIPOCH

Symptom Checker Triage

Analyzes symptom descriptions and suggests triage levels (Emergency / Urgent / Outpatient) based on red flag identification. Provides rationale and recommended next steps. For AI-assisted decision support only.

Quick Check

python -m py_compile scripts/main.py

Audit-Ready Commands

python -m py_compile scripts/main.py
python scripts/main.py --help
python scripts/main.py "Chest pain, difficulty breathing, lasting 30 minutes"
python scripts/main.py "Headache, fever 38.5 degrees, vomiting" --verbose

When to Use

  • Triage a patient symptom description to Emergency, Urgent, or Outpatient level
  • Identify red flag symptoms in a clinical or research context
  • Generate structured triage output for documentation or downstream processing

Workflow

  1. Confirm the symptom description is provided as natural language text.
  2. Validate that the request is a symptom triage task; stop early if not.
  3. Run scripts/main.py with the symptom string or use --interactive mode.
  4. Return a structured result with triage level, red flags, rationale, and disclaimer.
  5. If execution fails or inputs are incomplete, switch to the Fallback Template below.

Fallback Template

If scripts/main.py fails or required fields are missing, respond with:

FALLBACK REPORT
───────────────────────────────────────
Objective        : <triage goal>
Inputs Available : <symptom description provided>
Missing Inputs   : <list exactly what is missing>
Partial Result   : <any triage assessment that can be made safely>
Blocked Steps    : <what could not be completed and why>
Disclaimer       : This is AI-assisted advice only. Seek professional medical care.
Next Steps       : <minimum info needed to complete>
───────────────────────────────────────

Stress-Case Output Checklist

For complex multi-constraint requests, always include these sections explicitly:

  • Assumptions: symptom keywords matched, confidence threshold applied
  • Constraints: rule-based engine only; no differential diagnosis
  • Risks: false positives and false negatives are possible; always defer to clinician
  • Unresolved Items: ambiguous symptoms requiring clarification

CLI Usage

# Direct symptom input
python scripts/main.py "Chest pain, radiating to left arm, sweating"

# Interactive mode
python scripts/main.py --interactive

# Verbose output
python scripts/main.py "Headache, fever" --verbose

# JSON output
python scripts/main.py "Abdominal pain, right lower quadrant tenderness" --json

Output Format

{
  "triage_level": "emergency|urgent|outpatient",
  "confidence": 0.85,
  "red_flags": ["Chest pain", "Difficulty breathing"],
  "reason": "Chest pain with difficulty breathing may indicate myocardial infarction or pulmonary embolism",
  "recommendation": "Go to emergency department immediately",
  "department": "Emergency/Cardiology",
  "warning": "This is AI-assisted advice and cannot replace professional medical diagnosis"
}

Triage Levels

LevelDescriptionAction
emergencyLife-threatening red flags presentCall emergency services or go to ED immediately
urgentSerious but not immediately fatalSeek care within 2–4 hours
outpatientNon-urgentSchedule outpatient appointment

Red Flag Categories

→ Full red flags reference: references/red_flags.md

Key categories: Cardiovascular, Respiratory, Neurological, Gastrointestinal, Trauma/Poisoning, Obstetric.

Disclaimer

Important: This tool provides AI-assisted triage suggestions only. It cannot replace professional medical diagnosis. If in doubt, seek medical care immediately. Call emergency services in life-threatening situations.

Input Validation

This skill accepts: natural language symptom descriptions in English or Chinese for triage level suggestion.

If the request does not involve symptom triage — for example, asking to diagnose a specific disease, prescribe medication, interpret lab results, or perform general medical Q&A — do not proceed. Instead respond:

"symptom-checker-triage is designed to suggest triage levels based on symptom red flags. Your request appears to be outside this scope. Please provide a symptom description, or use a more appropriate tool. This tool does not provide diagnoses or treatment recommendations."

Error Handling

  • If no symptom description is provided, request it explicitly.
  • If the task goes outside documented scope (diagnosis, prescription), stop immediately.
  • If scripts/main.py fails, use the Fallback Template above.
  • Do not fabricate triage levels, red flag matches, or medical advice.

Output Requirements

Every final response must include:

  1. Objective — what symptom set was triaged
  2. Inputs Received — symptom description used
  3. Assumptions — keyword matching applied, confidence threshold
  4. Triage Result — level, red flags identified, rationale
  5. Risks and Limits — AI-only, not a diagnosis, false positive/negative risk
  6. Next Checks — always recommend professional medical evaluation

Dependencies

  • Python 3.8+
  • No third-party dependencies (rule-based engine, standard library only)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.51%
按下载量换算1,044

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills