← 返回 Skills 市场
yishuihan132

medical-qa

作者 yishuihan132 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
671
总下载
0
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install medical-qa
功能描述
医疗健康知识问答技能。用于帮助用户理解症状含义、解读检查报告结果、了解用药常识、提供何时就医的专业建议。当用户询问健康症状、药品说明、检查报告解读、就医建议等问题时触发此技能。
安全使用建议
This skill behaves as advertised (it posts user questions to a Yunzhisheng medical Q&A service and returns the answer), so the main risk is privacy: your medical questions are sent to an external server. Before installing, verify the third party (shangbao.yunzhisheng.cn) and its privacy/retention policy, avoid sending personally identifying information or detailed medical records through the skill, consider asking users for consent, and test with non-sensitive queries first. If you require stricter data controls, prefer a skill that runs locally or one that documents and authorizes where and how PHI is stored and protected.
功能分析
Type: OpenClaw Skill Name: medical-qa Version: 1.0.2 The skill provides medical health Q&A functionality by sending user queries to a third-party API (shangbao.yunzhisheng.cn). The implementation in `scripts/medical_qa.py` is straightforward and limited to its stated purpose, and the `SKILL.md` instructions include appropriate safety disclaimers and professional boundaries for medical information.
能力评估
Purpose & Capability
Name/description promise a medical Q&A helper and the code + SKILL.md implement exactly that by calling a remote medical knowledge API (yunzhisheng). There are no unrelated binaries, credentials, or installs requested.
Instruction Scope
Runtime instructions and the provided script only perform HTTP POSTs of the user's query to the cloud service and return the answer. They do not read local files or environment variables. However, the skill will transmit potentially sensitive medical questions to a third party; SKILL.md does mention use of a cloud service but does not describe data retention, logging, or privacy handling.
Install Mechanism
Instruction-only with a small helper script; there is no install spec or downloads. Nothing is written to disk beyond the included script.
Credentials
No credentials or environment variables are requested (proportionate). But the skill sends sensitive user data to an external endpoint without requiring any auth or documenting privacy/retention — this is a privacy concern rather than a credential mismatch.
Persistence & Privilege
Skill does not request always:true, does not modify other skills, and does not persist credentials. Autonomous invocation is allowed (platform default) but not combined with elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install medical-qa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /medical-qa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No changes detected in this version. - No updates or file changes were made in version 1.0.2. - All skill functions, usage, and guidelines remain the same.
v1.0.1
No user-visible changes were detected in this version. - No file changes or content updates. - Functionality remains the same as the previous version.
v1.0.0
- Major redesign: switched from local personal health record management to a medical Q&A knowledge service. - Removed all previous health tracking and data storage scripts. - Added a single script for medical question answering: scripts/medical_qa.py. - Now provides users with professional, empathetic answers on symptoms, test results, drug information, and when to seek medical care. - Enforces strong safety boundaries: no diagnosis, no prescription advice, and always recommends consulting a medical professional when necessary.
元数据
Slug medical-qa
版本 1.0.2
许可证 MIT-0
累计安装 5
当前安装数 4
历史版本数 3
常见问题

medical-qa 是什么?

医疗健康知识问答技能。用于帮助用户理解症状含义、解读检查报告结果、了解用药常识、提供何时就医的专业建议。当用户询问健康症状、药品说明、检查报告解读、就医建议等问题时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 671 次。

如何安装 medical-qa?

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

medical-qa 是免费的吗?

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

medical-qa 支持哪些平台?

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

谁开发了 medical-qa?

由 yishuihan132(@yishuihan132)开发并维护,当前版本 v1.0.2。

💬 留言讨论