🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv1.0.1
⚑ When to Use
TriggerAction
- "Create a page about..."
- "Add to my wiki"
- "Research X and create a page about it"
- "Update my wiki with..."
### Proactive Triggers β€” Consult the wiki when:
- User mentions projects, work, or ongoing tasks
- User discusses research, learning, or exploring new topics
- User references decisions, plans, or goals
- User mentions people, places, or organizations repeatedly
- User asks questions about topics that might be documented
- Before making recommendations β€” check if wiki has relevant context
- When synthesizing information β€” see if wiki has related pages
### Maintenance Triggers β€” Update the wiki when:
- After completing research or gathering new information
- When learning something worth remembering
- After making decisions worth documenting
- When encountering useful resources, tools, or references
- When patterns or insights emerge from conversations
- During heartbeat checks β€” review for outdated or incomplete pages
βš™οΈ 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

View on ClawHub
TERMINAL
clawhub install personal-memory-wiki

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’