← Back to Skills Marketplace
djttt

Medical Advice

by Djttt · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
258
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install medical-advice
Description
提供医疗咨询和就医建议。根据症状、病史等信息分析可能的原因,提供初步判断和建议,包括是否需要就医、挂什么科、可能的检查项目等。支持常见疾病的症状查询、用药指导、健康建议等。集成 PubMed 医学文献搜索和 OpenFDA 药品信息查询,可引用权威来源。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install medical-advice
  3. After installation, invoke the skill by name or use /medical-advice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
安全修复:移除禁用 SSL 验证的代码,启用默认 SSL 证书验证,防止中间人攻击
v1.0.0
Initial release: 医疗咨询技能,集成 PubMed 和 OpenFDA 查询
Metadata
Slug medical-advice
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Medical Advice?

提供医疗咨询和就医建议。根据症状、病史等信息分析可能的原因,提供初步判断和建议,包括是否需要就医、挂什么科、可能的检查项目等。支持常见疾病的症状查询、用药指导、健康建议等。集成 PubMed 医学文献搜索和 OpenFDA 药品信息查询,可引用权威来源。 It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.

How do I install Medical Advice?

Run "/install medical-advice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Medical Advice free?

Yes, Medical Advice is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Medical Advice support?

Medical Advice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Medical Advice?

It is built and maintained by Djttt (@djttt); the current version is v1.0.1.

💬 Comments