← Back to Skills Marketplace
WikiLocal Personal Knowledge Wiki
by
Shadow Rose
· GitHub ↗
· v1.0.0
· MIT-0
707
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wiki-local
Description
Personal knowledge wiki managed by your agent. Create, link, search articles. Build a searchable knowledge base through conversation.
Usage Guidance
This skill appears to do what it says: it stores and indexes wiki articles in local files and does not contact external services or request credentials. Before installing, consider: 1) Where files will be stored — by default ./wiki/articles and ./wiki/index.json — and whether that location is acceptable; change wikiDir/indexFile if you want a different path. 2) Back up any important data before using the skill (it writes files and updates the index). 3) Review the embedded code if you want to confirm behavior (it uses synchronous fs operations and will create stub files for related articles). 4) Run the skill in a restricted/sandboxed environment if you want additional containment. Finally, note that the agent can modify local files when invoked — if you need stricter control, disable autonomous invocation or monitor agent actions.
Capability Analysis
Type: OpenClaw Skill
Name: wiki-local
Version: 1.0.0
The WikiLocal skill bundle is a straightforward implementation of a local knowledge management system. The code in src/wiki-local.js follows its stated purpose of managing markdown files and an index, and it includes basic security hygiene such as sanitizing titles into slugs to prevent path traversal and escaping search queries to prevent regex injection. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe a local personal wiki. The included src/wiki-local.js implements a file-backed wiki (./wiki/articles, ./wiki/index.json) with add/search/backlinks/stats features that match the description — no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs conversational use and local storage only. The runtime code performs local filesystem operations only (read/write index and markdown files, create stubs) and does not reference external endpoints, unrelated system paths, or environment variables.
Install Mechanism
There is no install spec; the skill is instruction/code-only and relies only on Node builtins (fs, path). Nothing is downloaded or executed from external URLs and no third-party packages are pulled in.
Credentials
The skill declares no environment variables, credentials, or special config paths. The code uses default local paths and does not access secrets or external services.
Persistence & Privilege
The skill writes persistent files to the local filesystem (by default ./wiki/articles and ./wiki/index.json), which is expected for a wiki. 'always' is false and model invocation is allowed (default). This is normal but means the agent can create/modify local files when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wiki-local - After installation, invoke the skill by name or use
/wiki-local - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Frequently Asked Questions
What is WikiLocal Personal Knowledge Wiki?
Personal knowledge wiki managed by your agent. Create, link, search articles. Build a searchable knowledge base through conversation. It is an AI Agent Skill for Claude Code / OpenClaw, with 707 downloads so far.
How do I install WikiLocal Personal Knowledge Wiki?
Run "/install wiki-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WikiLocal Personal Knowledge Wiki free?
Yes, WikiLocal Personal Knowledge Wiki is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WikiLocal Personal Knowledge Wiki support?
WikiLocal Personal Knowledge Wiki is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WikiLocal Personal Knowledge Wiki?
It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.
More Skills