/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install llm-wiki-skill - After installation, invoke the skill by name or use
/llm-wiki-skill - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 546 downloads so far.
How do I install LLM-Wiki-Skill?
Run "/install llm-wiki-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LLM-Wiki-Skill free?
Yes, LLM-Wiki-Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does LLM-Wiki-Skill support?
LLM-Wiki-Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LLM-Wiki-Skill?
It is built and maintained by Denny (@webkong); the current version is v1.0.0.