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

digital-twin-discharge-drafter数字孪生出料牵伸机

Agent Skill

digital-twin-discharge-drafter 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,586

周安装

197

GitHub Stars

公开资料未说明

下载量

1,608
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:digital-twin-discharge-drafter(数字孪生出料牵伸机)
来源仓库:https://github.com/aipoch-ai/digital-twin-discharge-drafter
安装命令:
openclaw skills install digital-twin-discharge-drafter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install digital-twin-discharge-drafter

简介

辅助起草患者出院摘要和个性化出院指导。

  • 模拟出院后结果并降低医院再入院风险。digital-twin-discharge-drafter 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 适用于医疗效率提升和临床文档自动化场景。
  • 需结合真实病历数据和合规审核机制使用。
  • 安装前应确认敏感数据处理权限与隐私保护策略。

SKILL.md

name
digital-twin-discharge-drafter
description
Use when drafting patient discharge summaries, creating personalized discharge instructions, simulating post-discharge outcomes, reducing hospital readmissions, or optimizing care transitions. Generates AI-enhanced discharge documentation with digital twin predictions for improved patient safety.
allowed-tools
Read Write Bash Edit
license
MIT
metadata
skill-author
AIPOCH
version
1.0

Digital Twin Discharge Drafter

Generate AI-enhanced discharge summaries and personalized care plans using digital twin patient models to predict outcomes and optimize post-discharge care transitions.

Quick Start

from scripts.discharge_drafter import DischargeDrafter

drafter = DischargeDrafter()

# Generate comprehensive discharge summary
summary = drafter.generate(
    patient_id="PT12345",
    admission_data=admission_info,
    hospital_course=treatment_history,
    digital_twin_model=patient_model,
    output_format="structured"
)

# Export patient-friendly version
patient_version = drafter.generate_patient_friendly(summary)

print(summary.readmission_risk_score)  # 0.23
print(summary.key_interventions)       # ['home_health', 'med_reconciliation']

Core Capabilities

1. Digital Twin-Powered Summary Generation

summary = drafter.create_summary(
    patient_data=patient_record,
    digital_twin_model=twin_model,
    include_predictions=True,
    risk_stratification="high",
    readmission_risk_threshold=0.15
)

Summary Components:

  • Hospital Course: AI-summarized treatment narrative
  • Digital Twin Predictions: 7-day, 30-day outcome probabilities
  • Risk Stratification: Readmission risk score with factors
  • Medication Reconciliation: AI-validated med list
  • Follow-up Schedule: Optimized based on patient model

2. Post-Discharge Outcome Simulation

scenarios = drafter.simulate_outcomes(
    patient_model=digital_twin,
    scenarios=[
        "medication_adherent",
        "medication_non_adherent", 
        "follow_up_missed",
        "social_support_optimal"
    ],
    timeframe="30_days",
    metrics=["readmission_risk", "recovery_trajectory", "cost_projection"]
)

Simulation Outputs:

ScenarioReadmission RiskRecovery TimeCost Impact
Optimal adherence5%14 daysBaseline
Med non-adherent25%28 days+$8,500
Missed follow-up18%21 days+$4,200

3. Personalized Patient Instructions

instructions = drafter.create_personalized_instructions(
    patient_profile=profile,
    health_literacy_level="assessed",  # or "8th_grade", "college"
    language_preference="English",
    cultural_considerations=True,
    access_barriers=["transportation", "cost"]
)

# Returns structured instructions
print(instructions.medication_list)      # Formatted medication table
print(instructions.followup_appointments)  # Scheduled visits
print(instructions.red_flags)            # When to call doctor
print(instructions.lifestyle_changes)    # Diet, activity restrictions

Personalization Factors:

  • Health Literacy: Adjust complexity (Flesch-Kincaid 6th-12th grade)
  • Language: Multi-language support with medical accuracy
  • Cultural: Dietary restrictions, family dynamics, beliefs
  • Barriers: Transportation, cost, caregiver availability

4. Risk-Based Care Planning

care_plan = drafter.create_risk_based_plan(
    patient_risk_score=0.72,
    risk_factors=["CHF", "diabetes", "living_alone"],
    interventions=[
        "telehealth_monitoring",
        "home_health_visit",
        "pharmacy_consult"
    ]
)

Risk Stratification:

Risk LevelScoreInterventions
Low<0.10Standard discharge + phone follow-up
Moderate0.10-0.25+ Telehealth monitoring
High0.25-0.50+ Home health visit within 48h
Very High>0.50+ Care coordination + daily check-ins

5. Quality Assurance

qa_report = drafter.validate_summary(
    discharge_summary,
    checks=[
        "completeness_jcaho",
        "medication_accuracy",
        "readability_score",
        "prediction_confidence"
    ]
)

CLI Usage

# Generate complete discharge package
python scripts/discharge_drafter.py \
  --patient PT12345 \
  --digital-twin-model models/patient_v2.pkl \
  --include-predictions \
  --output-format both \
  --output-dir discharge_summaries/

# Batch process high-risk patients
python scripts/discharge_drafter.py \
  --batch high_risk_patients.csv \
  --priority ICU,CCU \
  --auto-escalate-risk 0.30

# Generate patient-friendly only
python scripts/discharge_drafter.py \
  --patient PT12345 \
  --mode patient-friendly \
  --reading-level 6th_grade \
  --language Spanish \
  --output patient_handout.pdf

Common Patterns

Pattern 1: CHF Patient Discharge

Digital Twin Insights:

  • Baseline readmission risk: 22%
  • With medication adherence: 8%
  • Without follow-up: 35%

Generated Interventions:

  • Daily weight telemonitoring
  • Cardiology appointment within 7 days
  • Medication reconciliation with pharmacist
  • Home health evaluation

Pattern 2: Post-Surgical Patient

Digital Twin Insights:

  • Infection risk peaks day 3-5
  • Mobility compliance critical for recovery

Generated Plan:

  • Wound care video instructions
  • Physical therapy schedule
  • Red flag symptom checklist
  • Pain management protocol

Quality Checklist

Pre-Discharge:

  • [ ] Digital twin model updated with hospital course
  • [ ] Readmission risk calculated and documented
  • [ ] Medication reconciliation completed
  • [ ] Follow-up appointments scheduled
  • [ ] Patient/caregiver education requirements assessed

Discharge Summary:

  • [ ] Includes digital twin predictions with confidence intervals
  • [ ] Risk factors clearly listed with mitigation strategies
  • [ ] Patient-friendly instructions at appropriate literacy level
  • [ ] Emergency contact numbers provided
  • [ ] 24/7 nurse line access included

Post-Discharge (24-48 hours):

  • [ ] Automated follow-up call triggered
  • [ ] Pharmacy notified of new prescriptions
  • [ ] Primary care provider receives summary
  • [ ] Home health services activated (if indicated)

Best Practices

Digital Twin Model Maintenance:

  • Update models weekly with new patient data
  • Validate predictions against actual outcomes
  • Retrain models quarterly for accuracy improvement

Patient Communication:

  • Always provide both clinical and patient-friendly versions
  • Use teach-back method to confirm understanding
  • Document health literacy level in patient record

Common Pitfalls

Over-reliance on AI: Digital twin predictions supplement, not replace, clinical judgment ✅ Clinical Oversight: Physician reviews and approves all AI-generated content

Generic Instructions: One-size-fits-all discharge plans ✅ Personalized Plans: Tailored to individual patient models and barriers

Ignoring Low-Risk Patients: Focusing only on high-risk cases ✅ Universal Application: All patients benefit from digital twin insights


Skill ID: 214 | Version: 1.0 | License: MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.93%
按下载量换算1,559

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills