WikiLocal Personal Knowledge Wiki

v1.0.0

Personal knowledge wiki managed by your agent. Create, link, search articles. Build a searchable knowledge base through conversation.

2· 416·1 current·1 all-time
byShadow Rose@theshadowrose
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

documentationvk97b5y3v70e6bh5a5cwd9t14h582rz6wknowledge-basevk97b5y3v70e6bh5a5cwd9t14h582rz6wlatestvk97b5y3v70e6bh5a5cwd9t14h582rz6wlocalvk97b5y3v70e6bh5a5cwd9t14h582rz6wnotesvk97b5y3v70e6bh5a5cwd9t14h582rz6wwikivk97b5y3v70e6bh5a5cwd9t14h582rz6wwiki-localvk97b5y3v70e6bh5a5cwd9t14h582rz6w

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments