Agent skill

travel-health-analyzer

分析旅行健康数据、评估目的地健康风险、提供疫苗接种建议、生成多语言紧急医疗信息卡片。支持WHO/CDC数据集成的专业级旅行健康风险评估。

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill travel-health-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadWriteGrepGlob
Path: skills/travel-health-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 旅行健康分析技能 ## When to Use - 需要做旅行前健康准备、目的地健康风险评估或疫苗建议时使用。 - 任务涉及 WHO/CDC 风险信息、旅行药箱、预防措施或多语言医疗卡片。 - 用户请求旅行健康规划或目的地卫生风险分析时使用。 ## 🚨 重要医学免责声明 **本技能提供的所有健康建议和信息仅供参考,不能替代专业医疗建议。** - ⚠️ **所有建议必须由专业医生审核** - ⚠️ **疫苗接种和用药方案必须由医生制定** - ⚠️ **不提供具体的医疗处方或诊断** - ⚠️ **健康风险数据来源于WHO/CDC,可能存在滞后性** - ⚠️ **紧急情况下请立即就医** --- ## 技能功能 ### 1. 旅行健康规划分析 分析用户的旅行计划,提供全面的健康准备建议。 **输入**: 旅行目的地、日期、旅行目的 **输出**: - 目的地健康风险评估 - 必要和推荐的疫苗接种清单 - 旅行药箱建议清单 - 预防措施建议 - 旅行前准备时间表 **分析要点**: - 识别目的地传染病风险 - 评估食物和饮水安全 - 确认环境风险(高温、高原等) - 检查当前疫情爆发信息 - 提供WHO/CDC参考链接 --- ### 2. 目的地健康风险评估 基于WHO/CDC数据,对旅行目的地进行专业级健康风险评估。 **数据源**: - 世界卫生组织(WHO)国际旅行健康 - 美国疾控中心(CDC)旅行健康 - 当地卫生部门官方数据 **评估维度**: - 传染病风险(登革热、疟疾、霍乱、甲肝等) - 食物和饮水安全 - 环境风险(高温、高原、空气污染) - 季节性风险 - 当前疫情爆发警报 **风险等级**: - 🟢 **低风险** - 常规预防措施 - 🟡 **中等风险** - 需要特别注意 - 🔴 **高风险** - 需要采取严格预防措施 - ⚫ **极高风险** - 建议推迟旅行或采取特殊防护 **输出格式**: ```markdown ## 目的地健康风险评估: Thailand ### 传染病风险 #### 🔴 登革热 - 高风险 - **传播方式**: 蚊子叮咬 - **季节性**: 全年 - **症状**: 高热、头痛、肌肉关节痛、皮疹 - **预防**: 使用防蚊液、穿长袖衣物、住宿选择有空调房间 - **数据源**: [WHO](https://www.who.int/ith) | [CDC](https://www.cdc.gov/dengue) ### 食物饮水安全 #### 🟡 中等风险 - 饮用瓶装水或煮沸的水 - 避免冰块 - 避免生食 - 水果自己剥皮 ### 当前疫情警报 暂无重大疫情爆发警报 ``` --- ### 3. 疫苗接种需求分析 根据目的地和旅行计划,分析疫苗接种需求。 **分析内容**:

What's inside
Steps it walks through
  1. When to Use
  2. 🚨 重要医学免责声明
  3. 技能功能
  4. 1. 旅行健康规划分析
  5. 2. 目的地健康风险评估
  6. 3. 疫苗接种需求分析
  7. 4. 旅行药箱智能建议
  8. 5. 用药相互作用检查
  9. 6. 多语言紧急信息卡片生成
  10. 7. 旅行前后健康检查
  11. 数据文件操作
  12. 读取数据
  13. 写入数据
  14. 数据结构验证
More from agentic-awesome-skills
All skills →
About this skill
What does the travel-health-analyzer skill do?

分析旅行健康数据、评估目的地健康风险、提供疫苗接种建议、生成多语言紧急医疗信息卡片。支持WHO/CDC数据集成的专业级旅行健康风险评估。

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill travel-health-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going