← Back to Skills Marketplace
medical-qa
by
yishuihan132
· GitHub ↗
· v1.0.2
· MIT-0
671
Downloads
0
Stars
4
Active Installs
3
Versions
Install in OpenClaw
/install medical-qa
Description
医疗健康知识问答技能。用于帮助用户理解症状含义、解读检查报告结果、了解用药常识、提供何时就医的专业建议。当用户询问健康症状、药品说明、检查报告解读、就医建议等问题时触发此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install medical-qa - After installation, invoke the skill by name or use
/medical-qa - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is medical-qa?
医疗健康知识问答技能。用于帮助用户理解症状含义、解读检查报告结果、了解用药常识、提供何时就医的专业建议。当用户询问健康症状、药品说明、检查报告解读、就医建议等问题时触发此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 671 downloads so far.
How do I install medical-qa?
Run "/install medical-qa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is medical-qa free?
Yes, medical-qa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does medical-qa support?
medical-qa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created medical-qa?
It is built and maintained by yishuihan132 (@yishuihan132); the current version is v1.0.2.
More Skills