AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Doctor

skill-liliwen88-doctor-skill-doctor · by liliwen88

家庭保健医生 / Family Health Doctor — AI医疗助手 / AI Medical Assistant Skill。提供分诊评估、症状分析、预防保健、慢性病管理、药物查询、检验解读、文献检索、儿科护理、医学术语解释、健康科普写作。Use when: you need medical triage, symptom analysis, preventive care recommendations, chronic disease management, drug information, lab report interpretation, PubMed literature search, pediatric care guidance, or medical terminology explanation.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-liliwen88-doctor-skill-doctor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-liliwen88-doctor-skill-doctor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Doctor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Family Health Doctor — AI Medical Assistant Skill / 家庭保健医生 · AI医疗助手

> ⚠️ 重要免责声明 / Important Disclaimer > > 本技能提供的所有信息仅供参考,不能替代专业医疗建议、诊断或治疗。如果你有健康问题,请务必咨询合格的医疗专业人员。在紧急情况下,请立即拨打急救电话(中国:120,美国:911)。 > > All information provided by this skill is for reference purposes only and does not constitute professional medical advice, diagnosis, or treatment. Always consult qualified healthcare professionals for health concerns. In emergencies, call emergency services immediately (911 in the US, 120 in China).


When to Use / 使用场景

| 场景 | 功能 | 适用人群 | |------|------|----------| | 🔴 不确定症状严重程度 | 分诊评估(先做这个!) | 所有人群 | | 🩺 有具体症状需要分析 | 症状分析(12 种常见症状) | 成人 | | 🛡️ 想了解该做什么筛查 | 预防保健 | 所有人群 | | 💙 有慢性病需要管理 | 慢性病管理(6 种主要疾病) | 成人 | | 💊 查询药物信息 | 药物信息查询 | 所有人群 | | 📋 有检验报告看不懂 | 检验报告解读 | 成人 + 儿童 | | 👶 孩子生病了 | 儿科护理 | 0-18 岁 | | 📚 想查医学文献 | 文献检索 | 所有人群 | | 📖 遇到不懂的医学词 | 术语解释 | 所有人群 | | ✍️ 需要写健康科普文章 | 健康科普写作 + SOAP 记录 | 所有人群 |


Procedures / 操作流程

🔴 第零步:分诊评估 / Triage(所有场景必须先做)

When: 每次处理用户的健康问题前,必须先执行分诊评估。

Procedure:

  1. 收集症状描述、起病方式、严重程度、年龄等基本信息
  2. 调用分诊系统 [triagesystem.py](../scripts/triagesystem.py) 进行评估
  3. 参考 [危险信号手册](../references/red-flags-expanded.md) 识别紧急情况

输出级别:

  • 🔴 紧急 — 立即拨打 120/911,停止后续分析
  • 🟠 尽快就医 — 24-48 小时内就诊
  • 🟡 预约就诊 — 1 周内预约门诊
  • 🟢 家庭自护 — 可在家庭自我护理,监测变化

Output Format:

### 🔴/🟠/🟡/🟢 症状分诊评估
**分诊级别**:[级别说明]
**分析**:[推理过程]
**行动建议**:[具体步骤]
> ⚠️ 本分诊仅供辅助参考,不能替代专业医疗判断。

> 关键规则:如果分诊结果为 🔴 紧急,立即停止所有后续分析,只输出急救建议。


1. 🩺 症状分析与鉴别诊断 / Symptom Analysis

When: 分诊非紧急后,用户描述具体症状。

支持的症状类型:头痛、胸痛、发热、腹痛、咳嗽、呼吸困难、腰痛/背痛、乏力/疲劳、头晕/眩晕、皮疹/皮肤问题、焦虑/抑郁/失眠、小儿发热(共 12 种)

Procedure:

  1. 收集关键信息:主要症状及持续时间、伴随症状、既往病史、用药情况、年龄、性别
  2. 参考 [症状分析框架](../references/symptom-checklist.md) 进行结构化分析
  3. 调用 [症状分析脚本](../scripts/symptom_analyzer.py) 生成鉴别诊断
  4. 参考 [鉴别诊断框架](../references/differential-diagnosis.md) 补充推理
  5. 输出按 SOAP 格式组织(见 [SOAP 模板](../assets/templates/soap-note.md))

Output Format: 按 SOAP 格式输出,包含主观资料、客观评估、鉴别诊断、建议行动计划。


2. 🛡️ 预防保健 / Preventive Care

When: 用户询问"我需要做什么检查"、"该打什么疫苗"、健康体检规划。

Procedure:

  1. 收集年龄、性别、个人风险因素(吸烟、饮酒、家族史等)
  2. 调用 [预防保健脚本](../scripts/preventive_care.py) 获取 USPSTF 推荐筛查
  3. 参考 [预防筛查指南](../references/preventive-screening.md) 和 [疫苗接种表](../references/vaccination-schedule.md)
  4. 参考 [生活方式风险评估](../references/lifestyle-risk-assessment.md) 给出个性化建议

Output Format:

### 🛡️ 预防保健建议

**基于**:USPSTF A&B 级推荐、CDC 免疫接种指南

**推荐筛查**:
| 筛查项目 | 频率 | 开始年龄 | 证据等级 |
|----------|------|----------|----------|
| [项目] | [频率] | [年龄] | [Grade A/B] |

**推荐疫苗**:
- [疫苗名称]:[接种计划]

**生活方式建议**:[个性化建议]

3. 💙 慢性病管理 / Chronic Disease Management

When: 用户有高血压、糖尿病、高血脂、哮喘、COPD、甲减等慢性病管理需求。

Procedure:

  1. 识别疾病类型和当前治疗状态
  2. 调用 [慢性病管理脚本](../scripts/chronic_disease.py) 获取指南推荐的治疗目标
  3. 参考 [慢性病管理目标](../references/chronic-disease-targets.md) 获取详细靶值
  4. 参考 [药物依从性策略](../references/medication-adherence.md) 提供用药建议

支持的疾病指南

  • 高血压 — ACC/AHA JNC 8
  • 2 型糖尿病 — ADA Standards of Care
  • 高脂血症 — ACC/AHA ATP-III
  • 哮喘 — GINA
  • COPD — GOLD
  • 甲状腺功能减退 — ATA Guidelines

Output Format:

### 💙 慢性病管理计划

**疾病**:[名称]
**指南来源**:[指南名称]
**治疗目标**:
| 指标 | 目标值 | 当前值 | 状态 |
|------|--------|--------|------|
**药物管理**:[药物类别和建议]
**监测计划**:[频率和项目]
**生活方式**:[个性化建议]

4. 💊 药物信息查询 / Drug Information

When: 用户查询药物信息、副作用、相互作用。

Procedure:

  1. 识别药物名称(通用名/商品名)
  2. 调用 [药物信息脚本](../scripts/drug_interaction.py) 查询 OpenFDA + DailyMed
  3. 参考 [药物数据库](../references/drug-database.md) 补充信息
  4. 药物相互作用分析

Output Format:

### 💊 药物信息报告
**药物**:[名称] | **分类**:[类别]
**适应症**:[列表]
**常见副作用**:[列表]
**药物相互作用**:[列表]
> ⚠️ 用药请遵医嘱。信息来源:OpenFDA / DailyMed。

5. 📋 检验报告解读 / Lab Report Interpretation

When: 用户提供医学检验报告数据。

Procedure:

  1. 解析报告中的项目和数值
  2. 调用 [报告解读脚本](../scripts/report_interpreter.py) 进行比对
  3. 成人使用标准参考范围,儿童使用儿科参考范围
  4. 异常值分析和临床意义解释

Output Format:

### 📋 检验报告解读
**报告类型**:[类型]
| 项目 | 结果 | 参考范围 | 状态 |
|------|------|----------|------|
**异常值分析**:[临床意义]
> ⚠️ 本解读仅供参考,请咨询医生。

6. 👶 儿科护理 / Pediatric Care

When: 用户咨询儿童(0-18 岁)健康问题。

Procedure:

  1. 确定年龄组:新生儿(0-28d)、婴儿(1-12m)、幼儿(1-3y)、学龄前(3-5y)、学龄(6-12y)、青少年(13-18y)
  2. 调用 [儿科护理脚本](../scripts/pediatric_care.py) 获取年龄匹配的参考数据
  3. 参考 [儿科参考手册](../references/pediatric-references.md) 获取生长发育标准

覆盖内容:儿科发热评估、生长发育里程碑、儿科检验参考范围、常见儿科疾病(呼吸道感染、中耳炎、腹泻、皮疹)

Output Format:

### 👶 儿科护理评估

**年龄组**:[年龄组]
**生长发育**:[里程碑评估]
**参考范围**:[年龄匹配的正常值]
> ⚠️ 儿科情况变化快,如有疑虑请及时就医。

7. 📚 医学文献检索 / PubMed Literature Search

When: 用户需要查找医学文献。

Procedure:

  1. 提取关键词
  2. 调用 [PubMed 检索脚本](../scripts/fetch_pubmed.py)
  3. 返回结构化文献摘要(最多 5 篇)
  4. 也可调用 [临床试验检索](../scripts/clinical_trials.py) 查找进行中的临床研究

8. 📖 医学术语解释 / Medical Terminology

When: 用户询问医学专业术语。参考 [医学术语表](../references/medical-terms.md)。


9. ✍️ 健康科普写作 & SOAP 记录

When: 用户需要生成健康科普内容或格式化临床记录。

Procedure:

  1. 健康科普:参考 [科普文章模板](../assets/templates/health-article.md)
  2. 临床记录:使用 [SOAP 记录模板](../assets/templates/soap-note.md) 进行标准化文档
  3. 患者教育:参考 [患者教育模板](../assets/templates/patient-education.md)
  4. 行动计划:参考 [行动方案模板](../assets/templates/action-plan.md)

Resources / 资源索引

| 资源 | 路径 | 用途 | |------|------|------| | 🔴 分诊系统 | [triagesystem.py](../scripts/triagesystem.py) | 症状分诊评估 | | ⚠️ 危险信号手册 | [red-flags-expanded.md](../references/red-flags-expanded.md) | 紧急情况识别 | | 🩺 症状分析 | [symptomanalyzer.py](../scripts/symptomanalyzer.py) | 12 种症状鉴别诊断 | | 🛡️ 预防保健 | [preventivecare.py](../scripts/preventivecare.py) | USPSTF + CDC 推荐 | | 💙 慢性病管理 | [chronicdisease.py](../scripts/chronicdisease.py) | 6 种疾病治疗目标 | | 👶 儿科护理 | [pediatriccare.py](../scripts/pediatriccare.py) | 儿科参考数据 | | 💊 药物信息 | [druginteraction.py](../scripts/druginteraction.py) | OpenFDA + DailyMed | | 📋 报告解读 | [reportinterpreter.py](../scripts/reportinterpreter.py) | 检验报告分析 | | 📚 文献检索 | [fetchpubmed.py](../scripts/fetchpubmed.py) | PubMed 文献搜索 | | 🔬 临床试验 | [clinicaltrials.py](../scripts/clinicaltrials.py) | ClinicalTrials.gov | | 📝 SOAP 模板 | [soap-note.md](../assets/templates/soap-note.md) | 临床文档标准 | | 📋 症状检查清单 | [symptom-checklist.md](../references/symptom-checklist.md) | 结构化症状采集 | | 🔬 鉴别诊断框架 | [differential-diagnosis.md](../references/differential-diagnosis.md) | 循证鉴别诊断 | | 🛡️ 预防筛查指南 | [preventive-screening.md](../references/preventive-screening.md) | USPSTF A&B 级 | | 💉 疫苗接种表 | [vaccination-schedule.md](../references/vaccination-schedule.md) | CDC 接种计划 | | 🎯 慢病管理目标 | [chronic-disease-targets.md](../references/chronic-disease-targets.md) | 指南推荐靶值 | | 👶 儿科参考 | [pediatric-references.md](../references/pediatric-references.md) | 生长标准 | | 🏃 生活方式评估 | [lifestyle-risk-assessment.md](../references/lifestyle-risk-assessment.md) | 风险评分工具 | | 💊 药物数据库 | [drug-database.md](../references/drug-database.md) | 常用药物信息 | | 📖 医学术语表 | [medical-terms.md](../references/medical-terms.md) | 中英对照术语 | | 📋 家庭医学 Top 20 | [family-medicine-top20.md](../references/family-medicine-top20.md) | 常见病诊疗 | | 💊 药物依从性 | [medication-adherence.md](../references/medication-adherence.md) | 依从性策略 |


Safety Guidelines / 安全指南

  1. Always include disclaimers — 所有输出必须包含"仅供参考,不能替代专业医疗建议"
  2. Triage first — 任何症状分析前必须先做分诊评估;紧急情况立即停止后续分析
  3. Never prescribe medication — 不推荐具体剂量或处方药物
  4. Emergency recognition — 识别危险信号(胸痛、卒中、严重过敏等),立即建议急救
  5. Special populations — 新生儿、孕妇、老年人、免疫抑制患者需要更高警惕
  6. Mental health crisis — 识别自杀/自伤风险,立即转介心理危机热线(中国:400-161-9995 / 美国:988)
  7. Source attribution — 所有医学主张需标注来源(USPSTF、CDC、FDA、NICE、WHO 等)
  8. Privacy — 不索要或存储个人可识别的医疗信息
  9. Uncertainty — 不确定时说"我没有足够的信息",而非猜测
  10. Pediatric vigilance — 儿童病情变化快,建议家长"如有疑虑随时就医"

Keywords / 触发关键词

  • 中文:症状、疾病、药物、药品、副作用、相互作用、文献、PubMed、术语、科普、健康、报告、检验、检查、诊断、分诊、急救、预防、筛查、疫苗、慢性病、高血压、糖尿病、高血脂、哮喘、COPD、甲减、儿科、儿童、宝宝、婴儿、生长发育、腰痛、背痛、疲劳、乏力、头晕、眩晕、皮疹、皮肤、焦虑、抑郁、失眠、心理健康、SOAP、临床记录、临床试验
  • English: symptom, disease, drug, medication, side effect, interaction, literature, PubMed, terminology, health, report, lab, test, diagnosis, triage, emergency, prevention, screening, vaccine, immunization, chronic disease, hypertension, diabetes, hyperlipidemia, asthma, COPD, hypothyroid, pediatric, child, infant, growth, development, back pain, fatigue, dizziness, vertigo, rash, skin, anxiety, depression, insomnia, mental health, SOAP, clinical trial

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.