llm-wiki

Installation
SKILL.md

LLM Wiki Operations

Use the desktop app's localhost API or MCP for retrieval and Agent operations. Use direct filesystem access only for an explicitly selected project and authorized Markdown maintenance.

Choose the transport

Situation Action
LLM Wiki MCP tools are callable Prefer MCP for supported reads, search, reviews, chat, graph, and rescan.
HTTP API is enabled and authenticated Call http://127.0.0.1:19828/api/v1 with JSON.
API auth is unavailable and the target is the fixed jay-llm-wiki project Fall back to local rg and file reads; allow writes only when the calling workflow authorizes them.
Another project requires protected API access Ask the user to configure a token or enable the MCP server.

Read references/api-reference.md before using reviews, chat, cancellation, or handling API errors. Read references/examples.md when command syntax is needed.

Probe health without secrets

Always call GET /health before protected API operations. Version 0.6.4 reports API, MCP, and Agent state, including agent.chat.

Installs
1
GitHub Stars
12
First Seen
Jul 20, 2026
llm-wiki — nangongwentian-fe/jay-skills