karpathy-llm-wiki
v1.0.0Persistent wiki manager based on Karpathy's LLM-Wiki pattern. Builds and maintains a structured, interlinked markdown wiki from your sources — compounding kn...
⭐ 0· 0·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no code files—instruction-only skill. Lowest install risk (nothing is automatically downloaded or written to disk by an installer).
Credentials
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.
Persistence & Privilege
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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk970jkgp33qkw3banm3rney5t9848dcm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
