llm-wiki

Installation
SKILL.md

LLM Wiki Skill

When NOT to Use

  • Wiki administration (ingesting, linting, reindexing) if you are not explicitly asked to perform those tasks
  • Real-time web searches — use a web search skill instead
  • Simple factual questions the agent already knows

The ./scripts/wiki script resolves vault aliases from .llm-wiki (shell variables, isolated in subshell).

Usage: ./scripts/wiki [--id <wiki-id>] <command> [args...]

Procedure

search

Search for pages matching a query without generating an answer.

./scripts/wiki [--id <wiki-id>] search "<query>" [--limit N]
Installs
2
Repository
varlabz/skills
First Seen
May 31, 2026
llm-wiki — varlabz/skills