← 返回 Skills 市场
sunlinlin-aragon

medical-doctor

作者 sunlinlin-aragon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install medical-doctor-matcher
功能描述
当用户需要根据主诉、病史、地区和就诊偏好,推荐最合适的医院与医生,并在可行时生成模拟挂号与陪诊安排时使用。
安全使用建议
This skill is coherent and implements what it claims: local recommendation logic and simulated booking using bundled mock data and a Python script. Before installing or using it with real users: (1) remember it processes sensitive health information — avoid supplying real patient identifiers unless you review and adapt the code for proper privacy/security and compliance; (2) the current implementation uses only local mock data and does not call external APIs, but if you (or someone else) modify it to integrate real booking or escort services you will need to provide external credentials and re-evaluate those changes; (3) the skill explicitly marks simulated bookings/escorts and is not a replacement for clinical diagnosis — continue to surface emergency instructions when appropriate. If you want higher assurance, review scripts/recommend.py and any future changes for network calls, credential use, or attempts to read system files.
功能分析
Type: OpenClaw Skill Name: medical-doctor-matcher Version: 1.0.0 The medical-doctor-matcher skill bundle is a legitimate tool designed to provide simulated hospital and doctor recommendations based on user symptoms. The Python script (scripts/recommend.py) performs logic-based scoring using local mock data (data/*.json) without any network calls, file system exfiltration, or dangerous execution sinks like eval() or os.system(). The instructions in SKILL.md are well-aligned with the stated purpose and include explicit safety guardrails, such as directing users to emergency services for critical symptoms.
能力评估
Purpose & Capability
Name/description (doctor/hospital recommendation + simulated registration/escort) match the included files: SKILL.md, reference docs, schemas, mock data, and scripts/recommend.py. The code and docs implement filtering, scoring, and simulated booking/escort consistent with the stated purpose. (Minor metadata mismatch: SKILL.md lists version 0.1.0 while registry metadata lists 1.0.0 — cosmetic, not a functional concern.)
Instruction Scope
Runtime instructions limit actions to collecting user clinical/profile info, consulting local reference docs, and running scripts/recommend.py against bundled mock data. The skill processes sensitive user health data (chief complaint, history, age, region) but does not instruct reading unrelated system files or environment variables. Note: because it handles personal health information, treat outputs as sensitive and do not feed real patient identifiers into the sample/mock-only workflow unless you audit data handling and privacy.
Install Mechanism
No install specification; skill is delivered as files (SKILL.md + script + data). No downloads, package installs, or archive extraction are present. scripts/recommend.py is a local Python script that reads bundled JSON files — no network calls or subprocess execution are used.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The included code likewise does not read environment variables or secret files. This is proportionate to the described functionality (local recommendation + simulated booking).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent agent-wide privileges or modify other skills. It does not persist external credentials or install background services.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medical-doctor-matcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medical-doctor-matcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
自动匹配医院医生
元数据
Slug medical-doctor-matcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

medical-doctor 是什么?

当用户需要根据主诉、病史、地区和就诊偏好,推荐最合适的医院与医生,并在可行时生成模拟挂号与陪诊安排时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 medical-doctor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-doctor-matcher」即可一键安装,无需额外配置。

medical-doctor 是免费的吗?

是的,medical-doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

medical-doctor 支持哪些平台?

medical-doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 medical-doctor?

由 sunlinlin-aragon(@sunlinlin-aragon)开发并维护,当前版本 v1.0.0。

💬 留言讨论