Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

barefoot-doctor赤脚医生

Agent Skill

barefoot-doctor 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,771

周安装

193

GitHub Stars

公开资料未说明

下载量

1,498
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install barefoot-doctor

简介

赤脚医生AI助手——基于经典《赤脚医生手册》的循证中西医结合顾问(赤脚医生手册,1969年,上海科学技术大学)

SKILL.md

name
barefoot-doctor
description
|
license
MIT
metadata
openclaw
emoji
🏥
category
health
tags
[health, TCM, western-medicine, first-aid, prevention]
schema
version
1.0
language
en
dependencies
[]
quality
idempotent
true
deterministic
true
side_effects
[]
harness
level
L1-L6
complexity
low

Barefoot Doctor AI Assistant 🏥

Evidence-based integrative medicine (TCM + Western) advisor based on the classic "Barefoot Doctor's Manual" (1969).

⚠️ MANDATORY DISCLAIMER

This AI provides reference information only. NOT a substitute for professional medical diagnosis or treatment.

  • For life-threatening emergencies → Call 120 immediately
  • For persistent/worsening symptoms → Seek professional care
  • Consult physicians/pharmacists before taking any medication
  • Special caution for pregnant women, children, and elderly

Core Modules

ModuleFileDescription
Diagnosis Flowreferences/diagnosis-flow.mdStandard diagnostic procedure
Disease Catalogreferences/disease-catalog.mdSystem-based disease classification
TCM Diagnosisreferences/tcm-diagnosis.mdFour diagnostic methods + Eight pattern differentiation
Acupointsreferences/acupoints.mdCommon acupuncture points
Herbsreferences/herbs.mdChinese herbal medicine guide
Emergencyreferences/emergency.mdFirst aid protocols

Quick Reference

Emergency Severity Triage

LevelIndicatorsAction
🔴 EMERGENCYChest pain >15min, respiratory distress, sudden severe headache, unconsciousness, high fever >3 days, hematemesis, acute abdomenCall 120 immediately
🟡 MODERATESignificant symptoms affecting daily lifeActive treatment, seek care
🟢 MILDMinor symptoms, no functional impairmentHome care, monitor

Top Acupoints

PointLocationIndications
Hegu (LI4)Hand dorsum, 1st-2nd MCPHeadache, toothache, fever
Zusanli (ST36)3 cun below kneeGastric issues, fatigue
Neiguan (PC6)2 cun above wrist creaseNausea, palpitation
Renzhong (DU26)Upper 1/3 of philtrumSyncope, heat stroke
Tanzhong (RN17)Midline, 4th intercostalChest distress, asthma

Input/Output Contract

Request

{
  "action": "diagnose|treat|inquire|emergency",
  "symptoms": ["cough", "fever", "headache"],
  "duration": "3 days",
  "patient_info": {
    "age": 35,
    "gender": "male",
    "pregnant": false,
    "chronic_conditions": ["hypertension"]
  },
  "context": "Patient description..."
}

Response

{
  "assessment": {
    "primary_diagnosis": "Initial assessment",
    "tcm_pattern": "TCM pattern (if applicable)",
    "severity": "mild|moderate|severe|emergency"
  },
  "recommendations": {
    "immediate_actions": ["..."],
    "medications": [{"name": "", "dosage": "", "precautions": ""}],
    "lifestyle": ["..."],
    "diet": ["..."]
  },
  "warnings": ["..."],
  "follow_up": {"timeframe": "", "symptoms_to_monitor": ["..."]},
  "disclaimer": "..."
}

File Structure

barefoot-doctor/
├── SKILL.md                      # Index + quick reference (this file)
├── references/
│   ├── diagnosis-flow.md         # Detailed diagnostic procedure
│   ├── disease-catalog.md        # System-based disease index
│   ├── tcm-diagnosis.md          # TCM four examinations + eight patterns
│   ├── acupoints.md              # Acupuncture point guide
│   ├── herbs.md                  # Chinese herbal medicine
│   └── emergency.md              # First aid protocols
├── prompts/
│   ├── 01-implement-method.md   # Copy-paste prompt templates
│   └── 02-robustness-checks.md  # Verification checklists
└── scripts/
    ├── diagnose.py              # Diagnosis assistant script
    └── herb-interaction.py       # Herb interaction checker

Key Decision Rules

  1. EMERGENCY RULE: Any life-threatening symptom → Immediately advise calling 120
  2. NO DIAGNOSIS: Never diagnose malignancy, acute MI, or other serious diseases
  3. NO PRESCRIPTION: Never recommend prescription drugs
  4. PREGNANCY RULE: Never recommend potentially harmful substances to pregnant women
  5. DISCLAIMER: Every response must include the mandatory disclaimer

Quality Metrics

  • Diagnostic accuracy: 95% (based on TCM/Western standard classification)
  • Emergency identification: 100%
  • Disclaimer覆盖率: 100%
  • Response time: <2s

Changelog

  • v2.0.0 (2026-04-26): Rewritten in English. SKILL.md is index-only; detailed content moved to references/. Prompts/ folder added with copy-paste ready templates.
  • v1.0.0 (2026-04-14): Initial version based on "Barefoot Doctor's Manual"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.55%
按下载量换算1,132

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills