← Back to Skills Marketplace
errant

Personalised Local Wiki

by errant · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install personal-memory-wiki
Description
Uses 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: personal-memory-wiki Version: 1.0.1 The skill provides instructions for an AI agent to manage a local personal wiki using the legitimate 'wikmd' Python package. It uses standard shell commands (ls, cat, grep, git) to manage Markdown files within a user-defined directory and includes appropriate security warnings regarding network hosting. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or the associated documentation.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-memory-wiki
  3. After installation, invoke the skill by name or use /personal-memory-wiki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated description to clarify that the wiki can be hosted on HTTP for manual browsing and review. - Added a note and warning about hosting the wiki on 0.0.0.0 and network access in the configuration example. - Adjusted default configuration examples: the root directory path is now `~/personal-wiki/wiki` (was previously in `~/Documents/personal-wiki/wiki`). - Clarified some configuration directory and environment variable instructions to use `<PATH>/personal-wiki`. - Minor wording, ordering, and privacy note updates for improved clarity and accuracy.
v1.0.0
- Switched from a custom LLM Wiki model to using Wikmd for personal wiki management. - Removed bespoke ingest, query, lint, and demo-generation workflows. - Added instructions for setting up Wikmd, configuring the wiki directory, and integrating with version control. - Outlined proactive and maintenance triggers for consulting or updating the wiki. - Documented Wiki usage patterns and provided Markdown formatting guidance. - All interactions are now file-based and local; previous example templates and detailed ingest scripts have been removed.
Metadata
Slug personal-memory-wiki
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Personalised Local Wiki?

Uses 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install Personalised Local Wiki?

Run "/install personal-memory-wiki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Personalised Local Wiki free?

Yes, Personalised Local Wiki is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Personalised Local Wiki support?

Personalised Local Wiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Personalised Local Wiki?

It is built and maintained by errant (@errant); the current version is v1.0.1.

💬 Comments