AI Agent Hub
Back to plugins
⚙️

dsh-burn-first-aid

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-burn-first-aid

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-burn-first-aid in the DeepSeek Harness terminal to install this burn first-aid workflow plugin; source code: https://github.com/uckkk/dsh-burn-first-aid .

About this plugin

When a burn happens, what you lack most is rarely knowledge itself—it is a calm, structured set of steps you can pull up in seconds. dsh-burn-first-aid addresses exactly that gap. As an agent-workflow plugin, it wraps burn first-aid guidance into a callable tool, so an AI assistant can deliver clear emergency steps right inside the conversation, saving users from frantic web searches during a stressful moment.

The core tool, burn_first_aid, returns procedure steps based on the parameters it receives. The entire plugin is implemented in pure Node.js with zero network dependencies, meaning it runs reliably even in fully offline environments. Developers need no extra service setup or dependency fetching—once installed, the tool is ready to invoke in any session.

If you are building a medical-assist agent workflow, an emergency-education chat system, or want to embed first-aid knowledge into an automated prompt chain, this lightweight plugin offers a ready-to-use starting point. As the README clearly notes, emergency actions should always follow professional training; the plugin output is for procedural reference only.

Use Cases

  • Retrieve structured burn first-aid steps in a single conversation turn after an injury
  • Provide stable offline first-aid knowledge to an AI assistant without network calls
  • Embed emergency-procedure steps into automated prompt chains or educational chat workflows

Best For

  • Developers building medical-assist agent workflows
  • Product or engineering teams designing emergency-education chat systems
  • Integration developers who need zero-dependency, plug-and-play workflow plugins