Personalised Local Wiki
v1.0.1Uses wikmd to manage a personal, local wiki of useful information. Wiki can be hosted on HTTP for manual browsing and review. Proactively consult the wiki wh...
⭐ 1· 87·0 current·0 all-time
by@errant
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name, description, and runtime instructions all align: it manages a local wiki stored under PERSONAL_WIKI_ROOT and runs wikmd. One minor inconsistency: the registry metadata lists no required binaries, but SKILL.md explicitly expects Python (pip/pipx) and Git as prerequisites.
Instruction Scope
Instructions limit file I/O to the PERSONAL_WIKI_ROOT/wiki directory and typical git operations; they show reading and writing Markdown files and launching a local server. Watch for network exposure: the instructions note that binding to 0.0.0.0 will make the wiki accessible on the network (the doc warns about this). The proactive triggers (heartbeats, automatic consultation) give the agent broad discretion to read and update the wiki — expected for a personal memory skill but worth user awareness.
Install Mechanism
This is an instruction-only skill (no install spec). It recommends installing wikmd via pip or pipx (standard PyPI approach) and does not reference downloads from unusual hosts or URL shorteners.
Credentials
Only the PERSONAL_WIKI_ROOT environment variable is required. That is proportional to the stated functionality. Users should ensure the variable points to a dedicated directory and not to sensitive system paths.
Persistence & Privilege
always is false and the skill is user-invocable. disable-model-invocation is false (normal), so the agent may autonomously consult and update the wiki per the 'proactive' triggers; this is reasonable for a memory/wiki skill but means the agent can read and write files under PERSONAL_WIKI_ROOT without additional prompts.
Assessment
This skill appears to do what it says, but check these before installing: 1) Set PERSONAL_WIKI_ROOT to a dedicated folder (not /, /home, or other sensitive dirs). 2) Avoid binding the wiki to 0.0.0.0 unless you intentionally want network access; enable authentication if you must expose it. 3) Verify you want the agent to proactively read/write the wiki (heartbeats and proactive triggers can cause frequent updates). 4) Install wikmd from PyPI (pip/pipx) and ensure Git and Python are available locally — the registry metadata omitted these prerequisites. 5) If you use git remotes, confirm you don't accidentally push private wiki content to an external repo.Like a lobster shell, security has layers — review code before you run it.
latestvk97eyztkx30syjcyv042hj59q984k949
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📚 Clawdis
EnvPERSONAL_WIKI_ROOT
