Agent skill · Design & Presentation

emergency-card

生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill emergency-card --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/emergency-card/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

# 紧急医疗信息卡生成器 生成紧急情况下快速访问的医疗信息摘要,用于急救或就医。 ## 核心功能 ### 1. 紧急信息提取 从用户的健康数据中提取最关键的信息: - **严重过敏**:优先提取4级(过敏性休克)和3级过敏 - **当前用药**:活跃药物的名称、剂量、频率 - **急症情况**:需要紧急处理的医疗状况 - **植入物**:心脏起搏器、支架等(影响检查和治疗) - **紧急联系人**:快速联系的家属信息 ### 2. 信息优先级排序 按照医疗紧急程度对信息排序: 1. **P0 - 危急信息**:过敏性休克、严重药物过敏、危及生命的疾病 2. **P1 - 重要信息**:当前用药、慢性病、植入物 3. **P2 - 一般信息**:血型、年龄、体重、最近检查 ### 3. 多格式输出 支持多种输出格式以适应不同场景: - **HTML格式**:可打印网页,使用Tailwind CSS和Lucide图标(推荐) - **JSON格式**:结构化数据,便于系统集成 - **文本格式**:简洁可读,适合打印携带 - **PDF格式**:专业打印,适合长期保存 #### HTML格式(新增) 生成独立的HTML文件,包含: - Tailwind CSS样式(通过CDN) - Lucide图标(通过CDN) - 响应式设计 - 打印优化 - 多种尺寸变体(A4、钱包卡、大字版) - 自动卡片类型检测(标准、儿童、老年、严重过敏) 使用方式: ```bash # 生成标准卡片 python scripts/generate_emergency_card.py # 指定卡片类型 python scripts/generate_emergency_card.py standard python scripts/generate_emergency_card.py child python scripts/generate_emergency_card.py elderly python scripts/generate_emergency_card.py severe # 指定打印尺寸 python scripts/generate_emergency_card.py standard a4 # A4标准 python scripts/generate_emergency_card.py standard wallet # 钱包卡 python scripts/generate_emergency_card.py standard large # 大字版(老年) ``` 输出文件:`emergency-cards/emergency-card-{variant}-{YYYY-MM-DD}.html` ### 4. 离线可用 - 支持手机保存(相册、文件) - 支

What's inside
Steps it walks through
  1. 核心功能
  2. 1. 紧急信息提取
  3. 2. 信息优先级排序
  4. 3. 多格式输出
  5. 4. 离线可用
  6. 使用说明
  7. 触发条件
  8. 执行步骤
  9. 数据源
  10. 主要数据源
  11. 慢性病数据源(新增)
  12. 辅助数据源
  13. 可选数据源
  14. 安全性原则
Commands it runs
python scripts/generate_emergency_card.py
python scripts/generate_emergency_card.py standard
python scripts/generate_emergency_card.py child
python scripts/generate_emergency_card.py elderly
python scripts/generate_emergency_card.py severe
python scripts/generate_emergency_card.py standard a4       # A4标准
python scripts/generate_emergency_card.py standard wallet   # 钱包卡
python scripts/generate_emergency_card.py standard large    # 大字版(老年)
More from agentic-awesome-skills
All skills →
About this skill
What does the emergency-card skill do?

生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill emergency-card --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