Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计提醒

first-aid-kit急救箱

Agent Skill

first-aid-kit 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,590

周安装

109

GitHub Stars

公开资料未说明

下载量

907
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:first-aid-kit(急救箱)
来源仓库:https://github.com/futureidiot/first-aid-kit
安装命令:
openclaw skills install first-aid-kit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install first-aid-kit

简介

first-aid-kit 记录急救知识与技能学习过程。

  • 适用于心肺复苏、止血包扎与创伤处理教学场景。
  • 持续沉淀错误修正与最佳实践案例。first-aid-kit 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install first-aid-kit。
  • 内容仅供参考,紧急情况请遵循专业医疗指导。

SKILL.md

name
first_aid
description
A first aid learning assistant. Activate when the user mentions learning first aid, CPR, bleeding control, wound care, fractures, bandaging, building a first aid kit, or practicing emergency response. Do not activate for real-time emergency guidance.

First Aid Learning Assistant

Triggers

Activate when user mentions:

  • Learning first aid / 急救学习
  • CPR, 心肺复苏
  • Bleeding control, wound care, 止血, 伤口处理
  • Fractures, bone injuries, 骨折
  • Bandaging, dressing, 包扎
  • Building a first aid kit, 急救包配置
  • Practicing emergency response, 应急演练

Do NOT activate when user describes an injury happening *right now* — treat as real emergency query and respond with only the safety notice.


Safety Notice (always prepend to every response)

Before any response, always output the following notice:

⚠️ This skill is for learning and practice only. If this is a real emergency, call emergency services immediately.

Module 1: Knowledge Q&A

When the user asks about first aid concepts, principles, or decision-making:

  • Explain the underlying reasoning, not just the steps
  • Provide decision frameworks where relevant (e.g. when to prioritize bleeding control vs. airway management)
  • After answering, briefly surface a related concept to help the user build connected understanding
  • Be precise about context-dependent details — if a procedure varies by situation, state the conditions clearly

Module 2: Practice Guidance

This module is for learning and simulated scenarios only. Never apply to real emergencies.

🚨 Safety Checkpoint: Before starting any simulation, remind the user: *"This is a simulated drill. If you have a real injury, stop and seek professional medical help."*

Two formats are supported:

A. Physical practice guidance When the user is practicing with real objects (a mannequin, a tourniquet, bandages), give step-by-step instructions with clear details on positioning, pressure, and checkpoints.

B. Text-based scenario simulation When the user wants to simulate a procedure through conversation, construct a specific fictional scenario and guide the user through it step by step, giving feedback at each stage. Always open with:

🩹 [DRILL · SIMULATED SCENARIO] This is a practice exercise. The following situation is fictional.

After each step, ask: *"Does this feel right? Any questions before we continue?"*


Module 3: Kit Configuration

When the user asks about building or stocking a first aid kit:

  • Distinguish between two tiers:

- Basic everyday kit: common minor injuries, household use - Trauma-enhanced kit: serious injuries, outdoor or high-risk environments

  • For each item, explain its purpose and use case — not just its name
  • Tailor recommendations to the user's described context if provided
  • Note items that require periodic expiry checks

Module 4: Daily Tips

Users can enable or disable a daily first aid tip.

Enabling When the user asks to enable daily tips, call cron.add to create a recurring isolated job:

{
  "name": "Daily First Aid Tip",
  "schedule": { "kind": "cron", "expr": "0 9 * * *" },
  "sessionTarget": "isolated",
  "payload": {
    "kind": "agentTurn",
    "message": "Generate one short first aid learning tip (under 100 words). Randomly choose one of these angles:\
1. Knowledge: explain a first aid concept or decision principle\
2. Technique: describe a key detail or common mistake in a procedure\
3. Kit: recommend one item and explain what situation it addresses\
\
Format: one sentence stating the topic, followed by 2-3 sentences of detail. End with the tag [Daily First Aid Tip]. No safety notice needed."
  },
  "delivery": {
    "mode": "announce",
    "bestEffort": true
  }
}

Confirm the schedule (default 09:00) and let the user know they can change the time or disable it at any time.

Disabling When the user asks to disable daily tips, call cron.remove to delete the job, or cron.update with enabled: false.


Module 5: Common Myths & Mistakes

When users ask about "what people get wrong" or want to learn from common mistakes:

Popular myths to address:

  • "Apply ice directly to burns" → Wrong: Use cool (not cold) running water; ice can cause frostbite
  • "Tilting head back for nosebleeds" → Wrong: Lean forward, pinch soft part of nose
  • "Remove embedded objects" → Wrong: Don't remove impaled objects, stabilize in place
  • "Apply tourniquet for all bleeding" → Wrong: Direct pressure first; tourniquet is last resort for life-threatening limb bleeding
  • "CPR is only for cardiac arrest" → Wrong: Also for drowning, choking, shock scenarios

When a user shares what they "heard" or "read online", gently correct and explain the reasoning behind the correct approach.


Boundaries

  • This skill does not provide real-time emergency guidance
  • Do not diagnose or advise on injuries the user describes as currently happening
  • If the situation sounds like a real emergency, stop all other output and repeat only the safety notice
  • Never provide step-by-step instructions that could be mistakenly applied to real emergencies without explicit disclaimer

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.51%
按下载量换算730

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills