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.

What this means

The agent may create and update Markdown files, indexes, and logs in the local wiki directory.

Why it was flagged

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.

Skill content
The skill automatically creates the folder structure and base files when first used.
Recommendation

Use a dedicated `llm-wiki/` folder, consider version control or backups, and review changes before relying on or sharing the wiki.

What this means

Private source material, summaries, and questions may be stored in local wiki files and reused in later answers.

Why it was flagged

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.

Skill content
Create and maintain a persistent LLM-maintained knowledge base ... Logs the query interaction
Recommendation

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.