← Back to Skills Marketplace
zhangyingf

Med-LLM-Wiki

by zhangyingf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install med-llm-wiki
Description
管理医疗领域患者临床咨询知识库,结构化存储患者信息、问答、干预方案及循证概念,支持精准细节检索与推理。
Usage Guidance
This skill is coherent with its stated goal of creating and querying a structured medical wiki, but it explicitly instructs the agent to ingest and persist patient-identifiable clinical data without any privacy or security guidance. Before installing or enabling it, you should: 1) ensure the agent runs in a secure, access-controlled environment (HIPAA-compliant if applicable); 2) define exactly where the wiki/ files will be stored and who can access them (avoid writing to shared or cloud-exposed paths); 3) add or require mechanisms for de-identification or explicit patient consent if you will store PHI; 4) consider adding encryption-at-rest, access logging, and retention/deletion policies; 5) restrict autonomous invocation or require user confirmation before creating or returning any patient-specific content; and 6) if you need stricter control, request the author add explicit config options for secure storage and auditability. If you cannot guarantee secure handling of sensitive health data in your environment, do not enable this skill.
Capability Analysis
Type: OpenClaw Skill Name: med-llm-wiki Version: 1.0.0 The skill bundle provides a structured framework for an AI agent to manage a medical knowledge base (Wiki) focused on patient consultations and clinical reasoning. The instructions in SKILL.md define a clear four-layer data model (patients, Q&A, interventions, and concepts) and provide templates for organizing medical data into Markdown files with frontmatter. There is no evidence of malicious intent, data exfiltration, or unauthorized system access; the logic is entirely focused on document processing and information retrieval within a local 'wiki/' directory.
Capability Assessment
Purpose & Capability
Name/description (medical patient consultation knowledge base) match the SKILL.md instructions to parse documents, create patient/consultation/concept pages, build indexes, and answer queries. However the SKILL.md assumes read/write access to a local wiki/ directory but the registry metadata declares no required config paths; this mismatch is worth noting (the skill implicitly requires filesystem access even though nothing is declared).
Instruction Scope
The instructions explicitly direct the agent to ingest raw patient-specific clinical documents, preserve all numeric values and specific recommendations, create multiple files under wiki/, and use those files as sources when answering queries. There are no instructions about de-identification, consent, encryption, access control, retention policy, or logging. For a skill that handles protected health information (PHI), the absence of any data-protection guidance is a material concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer step according to the registry metadata.
Credentials
The skill requests no environment variables, credentials, or binaries, which is proportional to a purely file-based wiki manager. However, because it handles sensitive medical data, the absence of any instruction to use secure storage credentials or a dedicated secrets store (or to document where files will be written) is noteworthy — it may lead to insecure file placement or accidental exposure.
Persistence & Privilege
always:false (normal). The skill allows model invocation (default), which combined with its instructions means it could autonomously read/write the wiki/ files when invoked. There is no request to modify other skills or system-wide settings. Still, autonomous access to PHI heightens the operational risk, so review invocation policies and runtime environment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install med-llm-wiki
  3. After installation, invoke the skill by name or use /med-llm-wiki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Med-llm-wiki, a skill for managing and maintaining a medical domain LLM-powered Wiki knowledge base. - Introduces a 4-level structured wiki model: patient entity pages, clinical Q&A pages (one file per question/answer), intervention scheme pages, and medical concept/evidence pages. - Establishes detailed frontmatter templates and cross-linking principles to enhance information traceability and systematization. - Provides guidelines for extracting, segmenting, and storing structured data from real clinical consultations and patient cases. - Implements best practices for evidence retention, atomic structuring of questions and answers, and comprehensive indexing for precise clinical retrieval.
Metadata
Slug med-llm-wiki
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Med-LLM-Wiki?

管理医疗领域患者临床咨询知识库,结构化存储患者信息、问答、干预方案及循证概念,支持精准细节检索与推理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Med-LLM-Wiki?

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

Is Med-LLM-Wiki free?

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

Which platforms does Med-LLM-Wiki support?

Med-LLM-Wiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Med-LLM-Wiki?

It is built and maintained by zhangyingf (@zhangyingf); the current version is v1.0.0.

💬 Comments