Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

nursenurse 搜索

Agent Skill

nurse 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,411

周安装

512

GitHub Stars

公开资料未说明

下载量

4,055
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install nurse

简介

nurse 为医护人员提供临床支持,协助记录与沟通工作。

  • 适合护士在护理计划制定与患者管理中获取帮助。
  • 触发条件为护士提出文件整理或信息检索请求。
  • 安装前应确认医疗数据隐私保护合规性。nurse 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于研究检索类任务中的专业领域知识支持。

SKILL.md

name
nurse
description
>

Nurse — Clinical Intelligence for Frontline Care

What This Skill Does

Nursing is the most documentation-heavy profession in healthcare. For every hour of direct patient care, nurses spend nearly equal time on notes, handovers, care plans, incident reports, and administrative tasks that exist to protect patients — but consume the time and attention that should be protecting patients.

This skill handles the documentation. So the nurse can handle the patient.

Core Principle

Clinical accuracy is non-negotiable. Speed is essential. This skill produces documentation that is both — precise enough to be clinically defensible, fast enough to matter on a twelve-hour shift.

When clinical judgment is required, the skill supports it. It does not replace it.


Workflow

Step 1: Identify the Clinical Context

NURSING_CONTEXTS = {
  "handover":       "Shift-to-shift patient handover using ISBAR or local format",
  "care_plan":      "Individualized nursing care plan with goals and interventions",
  "documentation":  "Clinical progress notes, observation records, incident reports",
  "discharge":      "Discharge summaries and patient education materials",
  "communication":  "Patient/family explanations, difficult conversations, consent support",
  "medication":     "Medication queries, administration documentation, PRN justification",
  "professional":   "Performance reviews, scope of practice, workplace issues",
  "assessment":     "Nursing assessment frameworks: head-to-toe, pain, falls, pressure injury"
}

Infer context from what the nurse describes. Ask only if the context materially changes the output.

Step 2: Apply Clinical Framework

Different documentation types use established clinical frameworks. Apply the correct one:

CLINICAL_FRAMEWORKS = {
  "handover":    "ISBAR — Identification, Situation, Background, Assessment, Recommendation",
  "notes":       "SOAP — Subjective, Objective, Assessment, Plan",
  "pain":        "PQRST — Provocation, Quality, Region, Severity, Timing",
  "deterioration": "BETWEEN — Behaviour, Eating, Temperature, Wound, Elimination, Engagement, Nutrition",
  "falls":       "STRATIFY or local falls risk tool",
  "pressure":    "Braden Scale domains — sensory, moisture, activity, mobility, nutrition, friction",
  "mental_health": "MSE — appearance, behaviour, speech, mood, affect, thought, perception, cognition",
  "obs":         "Track and trigger: HR, RR, SpO2, BP, Temp, GCS, urine output"
}

Step 3: Generate Clinical Documentation

Handover Notes (ISBAR Format)

ISBAR_TEMPLATE = {
  "I — Identification": {
    content: "Patient name, age, MRN, bed, admitting diagnosis, primary nurse",
    example: "John Smith, 67M, MRN 4421893, Bed 12, admitted 3 days ago with NSTEMI"
  },
  "S — Situation": {
    content: "Why you are calling / current concern / what has changed",
    example: "Currently stable post-PCI. Chest pain resolved. Awaiting cardiology review."
  },
  "B — Background": {
    content: "Relevant history, comorbidities, current medications, allergies",
    example: "PMHx T2DM, HTN. On aspirin, ticagrelor, metoprolol. NKDA."
  },
  "A — Assessment": {
    content: "Current observations, nursing assessment, trends",
    example: "Obs stable: HR 72 SR, BP 128/74, SpO2 98% RA, afebrile. Pain 0/10."
  },
  "R — Recommendation": {
    content: "What needs to happen, outstanding tasks, watch points",
    example: "For echo tomorrow AM. Monitor troponin trend. Call if chest pain returns."
  }
}

Progress Notes (SOAP Format)

SOAP_NOTE_RULES = [
  "S: Use patient's own words in quotes where possible",
  "O: Objective data only — observations, vitals, physical findings, results",
  "A: Nursing assessment conclusion — what this data means clinically",
  "P: Specific interventions with timeframes — not vague intentions",
  "Avoid: 'Patient appears comfortable' → use measurable data instead",
  "Avoid: 'Will continue to monitor' → specify what, how often, and triggers for escalation"
]

Care Plan Structure

CARE_PLAN = {
  "nursing_diagnosis": "Problem + etiology + evidence (PES format)",
  "goal":              "SMART: Specific, Measurable, Achievable, Relevant, Time-bound",
  "interventions":     "Specific nursing actions with rationale",
  "evaluation":        "How and when progress will be measured",

  "example": {
    "diagnosis":  "Impaired skin integrity related to immobility as evidenced by 2cm Stage 2 sacral pressure injury",
    "goal":       "Wound will show signs of healing (reduced size, no infection) within 7 days",
    "interventions": [
      "2-hourly repositioning with documentation",
      "Pressure-relieving mattress in use",
      "Wound assessment and dressing change per protocol daily",
      "Nutritional support: dietitian referral completed"
    ],
    "evaluation": "Wound measurement and photography every 48 hours"
  }
}

Step 4: Patient and Family Communication

Plain language translation is one of the highest-value things a nurse does and one of the hardest to do well under time pressure.

PLAIN_LANGUAGE_RULES = {
  "reading_level":  "Aim for Grade 6-8 reading level",
  "sentence_length": "Maximum 15 words per sentence for key instructions",
  "avoid":          ["medical jargon without explanation", "passive voice", "double negatives"],
  "structure":      ["What is happening", "Why it matters", "What the patient needs to do", "When to call for help"],
  "teach_back":     "End with: 'Can you tell me in your own words what you will do when...'",

  "example_translation": {
    "clinical":   "The patient is experiencing acute decompensated heart failure requiring diuresis",
    "plain":      "Your heart is not pumping as strongly as it should be, so fluid is building up
                   in your lungs. We are giving you medication through the drip to help your body
                   remove the extra fluid. You may need to urinate more than usual — that means
                   the medication is working."
  }
}

Specialty Adaptations

SPECIALTY_ADJUSTMENTS = {
  "ICU":         "Prioritize: ventilator documentation, sedation scoring, MAP targets, fluid balance",
  "Emergency":   "Prioritize: triage documentation, time-critical interventions, rapid handover",
  "Paediatrics": "Adjust: weight-based calculations, developmental language, parent communication",
  "Aged Care":   "Prioritize: falls prevention, cognitive assessment, advance care planning",
  "Mental Health": "Prioritize: MSE documentation, therapeutic communication, risk assessment",
  "Community":   "Prioritize: home assessment, functional independence, carer support documentation"
}

Professional Support

Beyond clinical documentation, nurses navigate a profession with significant workplace complexity.

PROFESSIONAL_SCENARIOS = {
  "performance_review":  "Structure achievements using STAR: Situation, Task, Action, Result",
  "incident_report":     "Factual, chronological, first-person, no blame language",
  "scope_of_practice":  "Flag tasks outside scope. Never document performing tasks not within license.",
  "workplace_conflict":  "Structured communication using DESC: Describe, Express, Specify, Consequence",
  "burnout_recognition": "Identify signs, provide language for conversations with management"
}

Quality and Safety Standards

DOCUMENTATION_STANDARDS = {
  "timeliness":   "Document as close to the event as possible. Note if retrospective.",
  "accuracy":     "Record what was observed and done — not what was planned or assumed",
  "objectivity":  "Avoid interpretive language unless clearly labeled as assessment",
  "completeness": "If it was not documented, it was not done",
  "corrections":  "Single line through errors, initial and date. Never delete.",
  "escalation":   "Always document clinical concerns communicated and to whom"
}

Safety Flags

The skill automatically flags when:

  • A query involves medication calculations → verify with pharmacy or senior clinician
  • A query involves scope of practice uncertainty → escalate before acting
  • Documentation involves a sentinel event → follow incident reporting protocol
  • A patient communication involves informed consent → ensure RN or medical staff involvement

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.9%
按下载量换算3,402

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills