← Back to Skills Marketplace
webkong

LLM-Wiki-Skill

by Denny · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
546
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install llm-wiki-skill
Description
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...
README (SKILL.md)

/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

Usage Guidance
This skill appears to do exactly what it says: read files/URLs and create/update an Obsidian _wiki. Before installing, do these simple checks: 1) Back up your vault (so auto-writes are recoverable). 2) Be aware the skill will append to and edit files (_wiki/ and log.md) and may auto-add wikilinks or fill frontmatter — if you prefer manual edits, disable autonomous invocation or run it in a test copy first. 3) Confirm you are comfortable with the agent having filesystem and web-fetch (WebFetch) access, since ingesting URLs will fetch external pages. 4) If you want tighter control, run /wiki-ingest and /wiki-health only interactively rather than allowing background/autonomous runs. If you want more assurance, ask the author for an explicit description of what tooling (Read, Grep, WebFetch) the platform will grant to the skill at runtime and test the skill on a small sandbox vault first.
Capability Analysis
Type: OpenClaw Skill Name: llm-wiki-skill Version: 1.0.0 The llm-wiki-skill bundle is a legitimate set of tools for managing a knowledge wiki within an Obsidian vault. It provides sub-skills for ingesting content from local files or URLs (llmwiki-ingest), querying the synthesized knowledge (llmwiki-query), and auditing the wiki for quality issues like broken links or orphans (llmwiki-health). The instructions provided to the AI agent in the SKILL.md files are well-structured and strictly aligned with the stated purpose of knowledge synthesis and maintenance. While the skills utilize powerful capabilities such as WebFetch and filesystem access, these are used transparently and appropriately for the described functionality.
Capability Assessment
Purpose & Capability
Name and description (LLM-maintained Obsidian wiki) match the actual behavior: the skill reads vault files, fetches web pages, searches (grep/glob), and creates/updates markdown pages in _wiki/. No unrelated env vars, binaries, or external credentials are requested.
Instruction Scope
Runtime instructions explicitly direct the agent to read arbitrary files in the vault, Grep the full vault, WebFetch URLs, Glob _wiki/**/*.md, and create or modify _wiki pages and _wiki/log.md. This is coherent with the purpose but important: the skill will autonomously write changes (including auto-fixes) to your files unless you restrict model actions.
Install Mechanism
Instruction-only skill with no install steps or downloaded code. Lowest-risk install footprint: nothing is written to disk by an installer and there are no external packages to fetch during install.
Credentials
No environment variables, credentials, or config paths are requested. The skill does require filesystem and web-fetching capabilities (Read, Grep, WebFetch) which are appropriate for ingesting files and URLs into a wiki.
Persistence & Privilege
always:false (good). The skill will modify files in your vault and auto-update the wiki on queries and auto-fix some issues on health runs. Combined with normal platform autonomous invocation, this means the skill could make changes without a separate explicit manual edit—recommend reviewing and limiting autonomous execution if undesired.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install llm-wiki-skill
  3. After installation, invoke the skill by name or use /llm-wiki-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of llmwiki skill. - Adds an LLM-powered assistant for managing a knowledge wiki in Obsidian. - Supports three main sub-commands: ingest (add content), query (ask questions), and health (audit quality). - Enables automatic routing to delegate tasks based on user input. - Provides help and usage instructions for all available commands. - Designed to streamline personal knowledge base curation and maintenance.
Metadata
Slug llm-wiki-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments