LLM-Wiki-skills
v1.0.0LLM-powered personal wiki knowledge base system. Use this when user wants to build and maintain a persistent wiki using LLMs following the LLM Wiki pattern (...
⭐ 0· 21·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
The skill declares no required binaries or credentials and is instruction-only, which is broadly consistent with a filesystem-based wiki manager. Minor mismatch: the README and usage notes reference Obsidian, Obsidian CLI, and a web-clipper integration but the package does not declare any required binaries or integrations; these are optional integration suggestions rather than enforced dependencies. Example files include absolute Windows paths (D:\obsidian-notebook\raw\...)—these are example artifacts and the SKILL.md correctly instructs the agent to ask the user for the wiki location before creating files.
Instruction Scope
Runtime instructions explicitly tell the agent to read index.md and other wiki pages, read source files from an external raw/ folder, synthesize answers, and write or update pages (sources/, concepts/, entities/, syntheses/, index.md, log.md). This behavior is coherent for the stated purpose. Important practical note: because the skill uses Read/Write/Glob/Grep/Bash capabilities, it will operate on files the agent can access—confirming the exact target directories with the user is critical to avoid unintended reads of unrelated files. The instructions do not direct data to external network endpoints or require secrets.
Install Mechanism
No install spec and no code files — instruction-only skills are the lowest-risk class and nothing is downloaded or executed. There is no installer pulling remote artifacts, so install risk is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its file reads/writes (wiki and external raw/ sources) are proportionate to a wiki ingest/query/maintenance tool.
Persistence & Privilege
The skill does write files (creates/updates wiki pages, index.md, log.md) but 'always' is false and it does not request elevated or cross-skill configuration changes. Autonomous invocation is allowed (platform default) but is not combined with any unusual privileges.
Assessment
This skill appears internally consistent for building and maintaining a local LLM-driven wiki, but take these practical precautions before installing:
- Confirm the exact directory the skill will use. The SKILL.md instructs the agent to ask you for the wiki location; answer that explicitly and verify the agent will operate only in that path (e.g., a dedicated wiki/ and raw/ folder).
- Be aware the agent will read files in the specified raw/ folder and will write files under the wiki/ tree (index.md, log.md, and many content files). Do not point it at folders containing sensitive or unrelated data.
- If you plan to integrate with Obsidian or other CLIs, ensure those tools are installed and that you understand what the skill will do with them; the skill references Obsidian as an optional integration but does not require it.
- Review and, if desired, edit the SKILL.md to tighten allowed paths or add safeguards (e.g., denylist of directories, confirmation prompts before bulk edits) before granting the agent filesystem access.
- Because the skill can be invoked autonomously by agents (platform default), consider whether you want automatic runs; if not, restrict invocation in your agent settings.
If you want higher assurance, ask the skill author for a manifest that explicitly limits filesystem scope or provides example runs in a sandboxed directory; otherwise this skill can be used safely with the above precautions.Like a lobster shell, security has layers — review code before you run it.
latestvk971r78q967d7fd6bzxjemmm9x84h4yv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
