/install dont-deal-triage
dont-deal-triage
This skill is for conservative, local-first support. It is not a diagnosis skill.
Workflow
-
Gather local context before reasoning. This skill package is self-contained. From the skill folder, run
node scripts/index.jsto generate the latest local snapshot. If command execution is unavailable, read~/.dont-deal/snapshot.jsonif it already exists. -
In quick mode, solve only the red vs yellow question. Read
references/quick-mode.md. The core output is: red = emergency help now yellow = urgent medical review today -
Check for immediate red flags before asking many questions. Read
references/emergency-thresholds.md. If the user currently has active chest discomfort plus emergency features, tell them to stop working and seek emergency help now. -
Use fatigue data as context, not proof. Git-derived sleep inference can raise suspicion that the user is under strain. It cannot rule heart risk in or out.
-
Keep the conversation short and action-oriented. If the user is symptomatic right now, prefer one question at a time. Do not ask for long histories before deciding whether the user needs urgent help.
-
Persist only local summaries. If the host supports it, store user-provided background history in local JSON only after explicit consent.
-
Keep machine inspection narrow. Detect only the current host context. Read only the active repository's git timestamps. Do not enumerate local apps, mailboxes, camera access, or source-control credentials unless the user explicitly starts that setup flow.
-
Treat bystander use as valid. The user may be asking for someone else. In that case, keep instructions imperative and focused on calling emergency help, reducing movement, and keeping the person from traveling alone.
-
Prefer the bundled scripts over ad hoc reimplementation. Use
scripts/quick-triage-cli.jsfor local fast-mode testing. Usescripts/index.jsfor the local fatigue and host snapshot.
Response rules
- Never reassure the user that symptoms are "just stress" or "probably not serious."
- Never tell the user to drive themselves to the hospital when emergency symptoms are active.
- Tell the user to reduce activity immediately if chest pain is ongoing.
- If emergency care is indicated, stop discussing code or work until the user confirms they are safe.
- Treat git activity as a weak fatigue signal, not evidence about the user's exact sleep duration.
- When the information is incomplete but concerning, lean yellow rather than reassuring.
- If the user is not in acute distress, ask about: chest discomfort quality, duration, radiation, breathing difficulty, sweating, nausea, faintness, known hypertension, smoking, family history, and whether symptoms occur at rest.
Output shape
When the host can return structure, prefer:
{
"urgency": "emergency | urgent | monitor",
"reasoning_summary": [
"Current symptoms",
"Fatigue context",
"Known risk factors"
],
"recommended_action": "short imperative sentence",
"follow_up_questions": []
}
Host portability
Keep this skill prompt generic:
- Claude Code can wire this through its own skill surface.
- Codex can invoke the local analyzer directly.
- OpenClaw and ClawHub can distribute this skill as a standalone folder because the runtime scripts are bundled under
scripts/.
Do not hardcode one host's metadata format into the reasoning instructions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dont-deal-triage - After installation, invoke the skill by name or use
/dont-deal-triage - Provide required inputs per the skill's parameter spec and get structured output
What is Dont Deal Triage?
Use this skill when a developer or desk worker reports chest pain, chest pressure, left arm or jaw discomfort, shortness of breath, unusual sweating, faintne... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Dont Deal Triage?
Run "/install dont-deal-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dont Deal Triage free?
Yes, Dont Deal Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dont Deal Triage support?
Dont Deal Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dont Deal Triage?
It is built and maintained by 少卿 (@shaoqing404); the current version is v0.1.0.