← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 sub...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install symptom-checker-triage - After installation, invoke the skill by name or use
/symptom-checker-triage - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Symptom Checker Triage?
Run "/install symptom-checker-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Symptom Checker Triage free?
Yes, Symptom Checker Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Symptom Checker Triage support?
Symptom Checker Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Symptom Checker Triage?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills