llm-wiki

Installation
SKILL.md

LLM Wiki Local API Skill

Talk to the user's locally-running LLM Wiki app over its built-in HTTP API. This is a standard JSON API — call it directly with whatever HTTP tool is already in your environment (curl, fetch, requests, http middleware, etc.). No client library to install, no SDK to learn.

Treat the wiki as a private, structured knowledge base the user has been curating: pages live as wiki/**.md, raw documents under raw/sources/, wikilinks form a graph.

When to invoke

Invoke only when the user is clearly referring to LLM Wiki specifically — by app name, by wiki framing, or by 知识库 framing. Concretely:

  • asks a question framed as "what does my wiki / my knowledge base / 我的知识库 / LLM Wiki say about X"
  • asks to "search my wiki / LLM Wiki project / 我的知识库 for X"
  • references a wiki page by stem / title and wants to read or cross-link
  • asks for the wiki graph / 知识图谱 / wiki overview / wiki structure
  • has just added or edited files under the LLM Wiki source folder and wants ingest re-run / 重新索引
  • says "use my wiki for context" / "ground your answer in my wiki" / "check my LLM Wiki"
  • names a wiki project (by ID, by absolute path, or by current)

Do NOT invoke when the user says:

Installs
452
GitHub Stars
60
First Seen
May 19, 2026
llm-wiki — nashsu/llm_wiki_skill