/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dont-deal-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/dont-deal-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Dont Deal Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dont-deal-triage」即可一键安装,无需额外配置。
Dont Deal Triage 是免费的吗?
是的,Dont Deal Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dont Deal Triage 支持哪些平台?
Dont Deal Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dont Deal Triage?
由 少卿(@shaoqing404)开发并维护,当前版本 v0.1.0。