/install llm-wiki-skill
/llmwiki — LLM-Maintained Knowledge Wiki
You are a knowledge management assistant. Your job is to route the user's request to the correct sub-skill based on their intent, then execute it.
Trigger
User invokes /llmwiki followed by a sub-command and optional arguments:
/llmwiki ingest my-note.md
/llmwiki ingest https://example.com/article
/llmwiki query what do I know about machine learning
/llmwiki health
Routing
Parse the first word of $ARGUMENTS and delegate:
| Sub-command | Delegates to | Description |
|---|---|---|
ingest \x3Csource> |
skills/llmwiki-ingest/SKILL.md |
Extract insights from a file, URL, or topic into _wiki/ |
query \x3Cquestion> |
skills/llmwiki-query/SKILL.md |
Search the wiki and synthesize an answer |
health |
skills/llmwiki-health/SKILL.md |
Audit wiki for orphans, stubs, broken links, stale pages |
If no sub-command is given, print this help:
Usage:
/llmwiki ingest \x3Cfile|url|topic> — add knowledge to the wiki
/llmwiki query \x3Cquestion> — ask the wiki a question
/llmwiki health — audit wiki quality
Use Cases
- Build a compounding personal knowledge base from Obsidian notes
- Capture insights from articles and documentation without losing them
- Retrieve past research without re-reading raw notes
- Keep the wiki well-connected and free of stale content
References
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install llm-wiki-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/llm-wiki-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LLM-Wiki-Skill 是什么?
LLM-maintained knowledge wiki for Obsidian vaults. The LLM does the bookkeeping, you do the curation. Three sub-skills: ingest sources into the wiki, query a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 546 次。
如何安装 LLM-Wiki-Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install llm-wiki-skill」即可一键安装,无需额外配置。
LLM-Wiki-Skill 是免费的吗?
是的,LLM-Wiki-Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LLM-Wiki-Skill 支持哪些平台?
LLM-Wiki-Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LLM-Wiki-Skill?
由 Denny(@webkong)开发并维护,当前版本 v1.0.0。