π¦ ClawHub
Personalised Local Wiki
by @errant
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...
β‘ When to Use
βοΈ Configuration
Environment Variable
This skill requires the PERSONAL_WIKI_ROOT environment variable to be set:
export PERSONAL_WIKI_ROOT="/personal-wiki"
Set this via OpenClaw config:
openclaw config set skills.entries.personal-wiki.env.PERSONAL_WIKI_ROOT "/personal-wiki"
Wiki Directory Structure
This is an example of how you can structure the wiki:
PERSONAL_WIKI_ROOT/
βββ wiki/ # Markdown files go here
β βββ homepage.md # Main landing page
β βββ projects/
β β βββ my-project.md
β βββ research/
β β βββ topic-notes.md
β βββ people/
β β βββ contacts.md
β βββ decisions/
β β βββ architecture-choices.md
β βββ resources/
β βββ useful-links.md
βββ wiki_config.yaml # Wikmd configuration
βββ .git/ # Version control
TERMINAL
clawhub install personal-memory-wiki