← 返回 Skills 市场
Wiki Knowledge Base
作者
Heisenberg
· GitHub ↗
· v1.0.0
· MIT-0
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wiki-knowledge-base
功能描述
Build and maintain a local Markdown-based knowledge wiki with Obsidian-style double-links. Inspired by Karpathy's "let's build" approach. Use when the user w...
安全使用建议
Before installing or enabling this skill: 1) Review the full SKILL.md yourself — it will read and write files under the project (raw/, wiki/, outputs/) and run sed and git commands. 2) Run it only in a repository you control or a sandbox/copy; back up the repo first in case batch sed operations change many files. 3) Ensure required CLI tools (git, sed) are present and that you understand any repo hooks or remotes that could trigger network activity. 4) If you plan to allow autonomous invocation, limit scope to a dedicated workspace and avoid pointing raw/ at folders containing sensitive data (API keys, private docs). 5) Ask the skill author to declare required binaries and to document exactly which git commands and sed replacements will run (or require explicit confirmation before batch edits).
能力评估
Purpose & Capability
The name/description (build a local Obsidian-style wiki) matches the SKILL.md instructions: ingest raw files, create/update wiki pages, lint, and commit. However the skill declares no required binaries or environment needs even though the runtime instructions assume command-line tools (git, sed) and filesystem write access — an oversight that should have been declared.
Instruction Scope
Instructions explicitly tell the agent to read from raw/, read and update files under wiki/, write outputs/, perform batch text replacements (sed), and run git add/commit. All of that is within the stated wiki purpose, but it grants the agent broad read/write access to the repository tree and the ability to perform non-trivial automated edits (sed).
Install Mechanism
No install specification or third-party downloads — this is instruction-only, which is lower risk because nothing is automatically written to disk by an installer. Runtime commands may still run on the host environment.
Credentials
The skill lists no environment variables or credentials (appropriate). But it implicitly requires command-line tools (git, sed) and filesystem access; those tool requirements were not declared. Also be aware that git operations can interact with configured remotes or hooks in the repo if the agent is allowed to run push or hooks (the instructions only show commit, not push).
Persistence & Privilege
The skill is not always-enabled and does not request special persistent privileges. It does modify repository files within its scope (wiki/, outputs/, raw/), but it does not attempt to change other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wiki-knowledge-base - 安装完成后,直接呼叫该 Skill 的名称或使用
/wiki-knowledge-base触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: concept/entity/comparison/source architecture, ingest/query/lint workflows, Obsidian double-link support
元数据
常见问题
Wiki Knowledge Base 是什么?
Build and maintain a local Markdown-based knowledge wiki with Obsidian-style double-links. Inspired by Karpathy's "let's build" approach. Use when the user w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Wiki Knowledge Base?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wiki-knowledge-base」即可一键安装,无需额外配置。
Wiki Knowledge Base 是免费的吗?
是的,Wiki Knowledge Base 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wiki Knowledge Base 支持哪些平台?
Wiki Knowledge Base 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wiki Knowledge Base?
由 Heisenberg(@alexfly123lee-creator)开发并维护,当前版本 v1.0.0。
推荐 Skills