← 返回 Skills 市场
theshadowrose

WikiLocal Personal Knowledge Wiki

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
707
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wiki-local
功能描述
Personal knowledge wiki managed by your agent. Create, link, search articles. Build a searchable knowledge base through conversation.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wiki-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wiki-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug wiki-local
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

WikiLocal Personal Knowledge Wiki 是什么?

Personal knowledge wiki managed by your agent. Create, link, search articles. Build a searchable knowledge base through conversation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 707 次。

如何安装 WikiLocal Personal Knowledge Wiki?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wiki-local」即可一键安装,无需额外配置。

WikiLocal Personal Knowledge Wiki 是免费的吗?

是的,WikiLocal Personal Knowledge Wiki 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WikiLocal Personal Knowledge Wiki 支持哪些平台?

WikiLocal Personal Knowledge Wiki 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WikiLocal Personal Knowledge Wiki?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论