child-illness

A child-health record and care tool for common illnesses. It records symptoms, dates, treatment details, medical visits, and recovery information, with guidance for home care.

In plain words
What is it for?
Recording conditions such as fever, cough, flu, pneumonia, stomach illness, or chickenpox; tracking symptoms, medicines, temperature, and recovery.
Why use it?
It keeps illness details in one place so caregivers can track what happened and how the child is recovering.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/huifer/wellally-health/child-illness
Clone the repo
git clone --depth 1 https://github.com/huifer/WellAlly-health

Made for: Claude Code.

Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,752 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00008 $0.04752
Opus 5 $0.00004 $0.02376
Sonnet 5 $0.00002 $0.00950
Haiku 4.5 $0.00001 $0.00475

Measured yesterday against content hash f8f11c88bc7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

child-illness scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/child-illness.md · 681 lines

How it starts

The opening of the file, as written. The whole thing — 681 lines — stays where its author put it; the contents beside it link to each section on GitHub.

儿童常见疾病管理

儿童常见疾病记录、症状追踪和居家护理管理,提供发热管理、用药记录和康复追踪功能。

操作类型

1. 记录疾病 - record

记录儿童患病信息。

参数说明:

  • condition: 疾病名称或症状(自然语言)
  • date: 发病日期(可选,默认今天)

示例:

/child-illness record 发热咳嗽流涕
/child-illness record 急性上呼吸道感染 2025-01-10

执行步骤:

1. 读取儿童基础信息

data/profile.json 读取儿童信息。如缺少,提示设置。

2. 识别疾病类型

根据用户输入识别常见儿童疾病:

疾病类型 关键词 常见症状
急性上呼吸道感染 感冒、上感、流鼻涕、鼻塞 发热、咳嗽、流涕、咽痛
急性支气管炎 支气管炎 咳嗽、咳痰、发热
肺炎 肺炎 高热、咳嗽、呼吸困难
急性胃肠炎 肠炎、拉肚子、腹泻 呕吐、腹泻、发热
手足口病 手足口 皮疹、发热、口腔疱疹
水痘 水痘 皮疹、发热、瘙痒
流行性感冒 流感 高热、全身酸痛、乏力
急性中耳炎 中耳炎、耳朵痛 耳痛、发热
过敏性鼻炎 过敏鼻炎 打喷嚏、流涕、鼻痒
3. 收集疾病详细信息
请提供以下信息(可跳过):

1. 主要症状:(如:发热、咳嗽、流涕)
2. 发病日期:(默认今天)
3. 严重程度:(轻/中/重)
4. 是否就医:(是/否)
5. 诊断结果:(如已有)

输入 /done 完成记录
4. 生成疾病记录报告

正常记录示例:

✅ 疾病记录已保存

疾病信息:
━━━━━━━━━━━━━━━━━━━━━━━━━━
儿童:小明
年龄:2岁5个月
记录日期:2025年1月14日

疾病:急性上呼吸道感染
类型:病毒性感冒
严重程度:轻度

症状:
━━━━━━━━━━━━━━━━━━━━━━━━━━
• 发热(最高38.5℃)
• 咳嗽(干咳)
• 流涕(清涕)
• 轻微咽痛

发病与就诊:
━━━━━━━━━━━━━━━━━━━━━━━━━━
发病日期:2025年1月12日
是否就医:否
诊断结果:自我观察

居家护理建议:
━━━━━━━━━━━━━━━━━━━━━━━━━━

✅ 发热管理
   • 体温>38.5℃使用退热药
   • 多喝水/奶
   • 穿透气宽松衣物
   • 定时监测体温

✅ 缓解咳嗽
   • 保持室内湿度
   • 多喝温水
   • 蜂蜜(>1岁)可缓解

✅ 饮食建议
   • 清淡易消化
   • 少量多餐
   • 充足水分

⚠️ 警惕信号:
━━━━━━━━━━━━━━━━━━━━━━━━━━
如出现以下情况,请立即就医:
• 呼吸困难或急促
• 持续高热>3天
• 精神状态差
• 拒食或尿量明显减少

📅 随访建议:
━━━━━━━━━━━━━━━━━━━━━━━━━━
建议3天后评估恢复情况

使用 /child-illness fever 记录体温
使用 /child-illness medicine 记录用药

数据已保存

2. 症状记录 - symptom

记录和追踪具体症状。

示例:

/child-illness symptom 发热38.5℃
/child-illness symptom 咳嗽 加重

输出示例:

✅ 症状已记录

症状信息:
━━━━━━━━━━━━━━━━━━━━━━━━━━
记录时间:2025-01-14 20:00
症状:发热
严重程度:中度

症状追踪:
━━━━━━━━━━━━━━━━━━━━━━━━━━
当前疾病:急性上呼吸道感染
发病第3天

症状变化:
━━━━━━━━━━━━━━━━━━━━━━━━━━
第1天:发热38.2℃、咳嗽、流涕
第2天:发热38.5℃、咳嗽加重
第3天(今天):发热38.0℃、咳嗽有好转

评估:
━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ 体温有下降趋势
✓ 咳嗽有所改善
✓ 总体向好发展

建议:
━━━━━━━━━━━━━━━━━━━━━━━━━━
继续观察,注意监测体温

数据已保存

3. 发热管理 - fever

专门管理儿童发热。

示例:

/child-illness fever 38.5
/child-illness fever 39.2 服用布洛芬

Read the full file on GitHub · 681 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 681 lines · 8 tokens per session scan A f8f11c88bc7f

Subscribe to this mod's changes

child-illness is a command published in the GitHub repository huifer/WellAlly-health (935 stars, last pushed 1mo ago), licensed MIT. It adds 8 tokens to every session and 4,752 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.