← 返回 Skills 市场
Med-LLM-Wiki
作者
zhangyingf
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install med-llm-wiki
功能描述
管理医疗领域患者临床咨询知识库,结构化存储患者信息、问答、干预方案及循证概念,支持精准细节检索与推理。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install med-llm-wiki - 安装完成后,直接呼叫该 Skill 的名称或使用
/med-llm-wiki触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Med-LLM-Wiki 是什么?
管理医疗领域患者临床咨询知识库,结构化存储患者信息、问答、干预方案及循证概念,支持精准细节检索与推理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Med-LLM-Wiki?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install med-llm-wiki」即可一键安装,无需额外配置。
Med-LLM-Wiki 是免费的吗?
是的,Med-LLM-Wiki 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Med-LLM-Wiki 支持哪些平台?
Med-LLM-Wiki 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Med-LLM-Wiki?
由 zhangyingf(@zhangyingf)开发并维护,当前版本 v1.0.0。
推荐 Skills