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.
npx agentmods add commands/huifer/wellally-health/child-illnessgit clone --depth 1 https://github.com/huifer/WellAlly-healthWhat 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.
| Model | Per session | Once 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 |
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.
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 服用布洛芬
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.
- yesterday First seen · 681 lines · 8 tokens per session scan A f8f11c88bc7f
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.
Other commands, from other repositories
health
Run health checks on the Claude orchestration system.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.