← 返回 Skills 市场
258
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install medical-advice
功能描述
提供医疗咨询和就医建议。根据症状、病史等信息分析可能的原因,提供初步判断和建议,包括是否需要就医、挂什么科、可能的检查项目等。支持常见疾病的症状查询、用药指导、健康建议等。集成 PubMed 医学文献搜索和 OpenFDA 药品信息查询,可引用权威来源。
安全使用建议
This skill appears to do what it says: query PubMed/OpenFDA and provide symptom-based advice. Before installing, consider privacy: the skill will ask for sensitive health information — avoid sending identifiable data unless you trust the environment and understand how logs are retained. Verify that you are comfortable with the agent making outbound HTTPS requests to public NIH and FDA endpoints. Remember the tool is informational only (has a disclaimer) and should not replace a clinical diagnosis; if you need medical care, consult a licensed professional. If you want extra assurance, review the two query scripts (query_pubmed.py and query_openfda.py) yourself to confirm no unexpected endpoints or data exfiltration, and ensure your deployment environment does not log full user-provided medical data.
功能分析
Type: OpenClaw Skill
Name: medical-advice
Version: 1.0.1
The medical-advice skill bundle is a legitimate tool designed to provide health information by querying authoritative public databases (NIH PubMed and OpenFDA). The Python scripts (query_pubmed.py and query_openfda.py) use standard libraries to perform network requests to official government endpoints and include robust error handling and retry logic. The SKILL.md instructions are well-structured, focusing on symptom collection and mandatory medical disclaimers without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The skill name/description (medical advice, literature and drug info) matches the included scripts and SKILL.md: two scripts query PubMed and OpenFDA and a demo script formats symptom-based advice. There are no unrelated environment variables, binaries, or external services requested that would be out of scope for this purpose.
Instruction Scope
The SKILL.md instructs the agent to collect potentially sensitive personal health information (symptoms, medical history, contacts). That is expected for a medical triage skill, but it increases privacy risk. The instructions do not direct reading unrelated system files or transmitting data to endpoints other than PubMed/OpenFDA. The skill includes a proper disclaimer advising users to seek professional care.
Install Mechanism
This is instruction+script only with no install spec: no packages are downloaded or extracted. The scripts use only Python stdlib (urllib) to call well-known HTTPS endpoints (eutils.ncbi.nlm.nih.gov and api.fda.gov). No high-risk install behavior detected.
Credentials
The skill requires no environment variables, credentials, or config paths. The network calls are to public NIH and FDA APIs which do not require secrets. Requested data (user symptoms/history) is appropriate to the stated purpose but is sensitive (PHI), so the lack of credential requests is proportionate.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify system or other skills. Autonomous invocation is allowed by platform default; combined with this skill's limited footprint this is not an elevated privilege concern by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install medical-advice - 安装完成后,直接呼叫该 Skill 的名称或使用
/medical-advice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
安全修复:移除禁用 SSL 验证的代码,启用默认 SSL 证书验证,防止中间人攻击
v1.0.0
Initial release: 医疗咨询技能,集成 PubMed 和 OpenFDA 查询
元数据
常见问题
Medical Advice 是什么?
提供医疗咨询和就医建议。根据症状、病史等信息分析可能的原因,提供初步判断和建议,包括是否需要就医、挂什么科、可能的检查项目等。支持常见疾病的症状查询、用药指导、健康建议等。集成 PubMed 医学文献搜索和 OpenFDA 药品信息查询,可引用权威来源。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。
如何安装 Medical Advice?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install medical-advice」即可一键安装,无需额外配置。
Medical Advice 是免费的吗?
是的,Medical Advice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Medical Advice 支持哪些平台?
Medical Advice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Medical Advice?
由 Djttt(@djttt)开发并维护,当前版本 v1.0.1。
推荐 Skills