← 返回 Skills 市场
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install symptom-checker-triage
功能描述
Suggest triage levels (Emergency, Urgent, Outpatient) based on red flag symptoms using a rule-based engine. For AI-assisted decision support only — not a sub...
安全使用建议
This skill appears to be a local, rule-based triage helper and is coherent with its description. Before installing or using it clinically: 1) confirm the full scripts/main.py (the manifest truncation you saw is likely an excerpt) contains no network calls (requests/urllib/socket) by grepping the file or running it in a sandbox; 2) be aware this is decision-support only — do not rely on it for diagnosis or treatment; 3) note the SKILL.md references 'references/red_flags.md' which is not bundled — verify the source of those rules and the completeness of the red-flag list; 4) test with representative inputs (including Chinese text if you will use that) because the code appears case-sensitive in places and may miss matches; 5) run in an environment without real patient data if you are uncertain about logging or telemetry — while no external endpoints are visible, confirm there are no hidden transmissions by static scanning and runtime monitoring in a sandbox.
功能分析
Type: OpenClaw Skill
Name: symptom-checker-triage
Version: 1.0.0
The skill is a rule-based medical triage tool designed to categorize symptoms into emergency, urgent, or outpatient levels. The Python script `scripts/main.py` uses simple keyword matching and regex-based temperature extraction without any network access, file system modifications, or suspicious execution patterns. The `SKILL.md` instructions include clear safety guardrails, explicitly directing the AI agent to avoid providing medical diagnoses or prescriptions and to defer to professional care.
能力评估
Purpose & Capability
Name and description claim a rule-based triage tool and the package contains a Python script that implements keyword/synonym matching and triage rules. Required env vars, binaries, and installs are none, which is consistent with a self-contained rule-based CLI tool.
Instruction Scope
SKILL.md instructs running scripts/main.py with symptom text and defines strict scope (triage only, no diagnosis/prescribing). The instructions do reference a file 'references/red_flags.md' that is not present in the manifest — this is a documentation mismatch but not a security issue. The runtime instructions do not ask the agent to read unrelated system files, access env vars, or send data externally.
Install Mechanism
No install spec — instruction-only with an included local Python script. Nothing is downloaded or written to disk by an installer, which minimizes risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only the standard library and bundled data structures, so requested permissions are proportionate to purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed (platform default) but there are no extra privileges combined with it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install symptom-checker-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/symptom-checker-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release — rule-based symptom checker for triage level suggestion.
- Analyzes symptom descriptions to suggest triage levels: Emergency, Urgent, or Outpatient.
- Identifies red flag symptoms and provides structured output with rationale and recommendations.
- Includes clear disclaimers: AI-assisted only, not a substitute for professional diagnosis.
- Offers CLI usage examples and fallback template for incomplete or failed cases.
- Strict input validation: only triage of symptom descriptions; refuses diagnosis or prescription requests.
- No third-party dependencies; relies on Python standard library.
元数据
常见问题
Symptom Checker Triage 是什么?
Suggest triage levels (Emergency, Urgent, Outpatient) based on red flag symptoms using a rule-based engine. For AI-assisted decision support only — not a sub... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Symptom Checker Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install symptom-checker-triage」即可一键安装,无需额外配置。
Symptom Checker Triage 是免费的吗?
是的,Symptom Checker Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Symptom Checker Triage 支持哪些平台?
Symptom Checker Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Symptom Checker Triage?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills