← 返回 Skills 市场
180
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install personal-memory-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-memory-wiki - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-memory-wiki触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 Personalised Local Wiki?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-memory-wiki」即可一键安装,无需额外配置。
Personalised Local Wiki 是免费的吗?
是的,Personalised Local Wiki 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Personalised Local Wiki 支持哪些平台?
Personalised Local Wiki 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personalised Local Wiki?
由 errant(@errant)开发并维护,当前版本 v1.0.1。
推荐 Skills