LLM Wiki
PassAudited by ClawScan on May 6, 2026.
Overview
This instruction-only skill transparently creates and maintains a local Markdown wiki, with the main caution that it stores source-derived knowledge and query logs persistently.
This appears safe for a local, user-curated Markdown knowledge base. Before installing, make sure you are comfortable with the agent reading documents you place in `llm-wiki/raw/` and storing summaries, links, and query logs in persistent local files.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may create and update Markdown files, indexes, and logs in the local wiki directory.
This confirms the agent is expected to write local files. The behavior is purpose-aligned and scoped to the wiki structure, but users should expect file creation and modification.
The skill automatically creates the folder structure and base files when first used.
Use a dedicated `llm-wiki/` folder, consider version control or backups, and review changes before relying on or sharing the wiki.
Private source material, summaries, and questions may be stored in local wiki files and reused in later answers.
The skill deliberately persists generated knowledge and interaction history for reuse, which can preserve sensitive or incorrect information if users add private documents or untrusted content.
Create and maintain a persistent LLM-maintained knowledge base ... Logs the query interaction
Avoid adding secrets or sensitive personal data unless you want them stored, review generated pages and logs, and treat source documents as data rather than trusted instructions.
