Persistent wiki manager based on Karpathy's LLM-Wiki pattern. Builds and maintains a structured, interlinked markdown wiki from your sources — compounding kn...
Security Analysis
high confidenceThe skill's instructions, requirements, and behavior are consistent with a local wiki manager: it reads/writes a ~/wiki directory (or a user-specified wikiRoot) and does not request extra credentials or install code.
Name and description match the SKILL.md: the skill is an LLM-driven persistent wiki manager and all required actions (reading sources, creating/updating markdown pages, maintaining index/log) are appropriate for that purpose. It does not ask for unrelated credentials or binaries.
Instructions are explicit about reading ~/.agent-wiki.json (for wikiRoot), reading from <wiki_root>/sources/, and writing to <wiki_root>/wiki/ (index.md, log.md, pages). This is expected, but the agent will read and write files under whichever wikiRoot is set—ensure the configured path is not pointed at sensitive system or personal directories. The skill may also fetch external URLs when ingesting web sources (implied by 'Source: <url or filename>'), so network access is relevant.
No install spec and no code files—instruction-only skill. Lowest install risk (nothing is automatically downloaded or written to disk by an installer).
Requires no environment variables, credentials, or config paths beyond an optional ~/.agent-wiki.json and the chosen wikiRoot. The requested access is proportional to a local wiki manager.
always is false and the skill is user-invocable. It will only persist data in the wikiRoot it manages; it does not request system-wide changes or modification of other skills. Note: autonomous invocation is allowed by default (disable-model-invocation is false), so the agent could act without user prompts if the platform permits.
Guidance
This skill appears coherent and reasonable for maintaining a local markdown wiki, but consider these precautions before installing: (1) Verify or set ~/.agent-wiki.json so wikiRoot points only to a directory you want the agent to read/write (do not reuse system folders or directories containing secrets). (2) Be aware the agent will create and modify files under that wikiRoot (index.md, log.md, pages); keep backups or use version control if you care about history. (3) When ingesting web URLs or external files, review sources for sensitive data before adding them; the agent may fetch and store content. (4) If you do not want the agent to act autonomously, disable autonomous invocation in the platform (or run the skill only interactively). (5) Because this is instruction-only (no install), risk comes from file writes and network fetches the agent performs at runtime — limit its permissions accordingly.
Latest Release
v1.0.0
Initial release: Karpathy LLM-Wiki pattern as an OpenClaw skill
Popular Skills
Published by @john-ver on ClawHub