/install knowledgebase-share
Knowledgebase Share
Use this skill as the single operating system for multi-agent knowledge storage.
Privacy rule (critical)
This is a reusable/public skill. Never hardcode user-specific repo URLs, paths, or secrets in SKILL.md.
Always read config from references/kb-config.json (or user-provided override) before executing.
Required config
Read references/kb-config.json first.
Fields:
repo_url: canonical GitHub repo URL for knowledge storagelocal_path: local clone pathbranch: default branch (usuallymain)private_root: private notes root folder (defaultprivate)shared_root: shared notes root folder (defaultshared)
Repository model
\x3Cknowledge-repo>/
private/\x3Cagent>/
shared/
00_rules/
10_projects/
20_research/
30_decisions/
40_playbooks/
90_archive/
meta/
templates/
Branch model
main: stable shared knowledgeagent/\x3Cname>: per-agent working branch- Shared knowledge enters
mainonly via PR
Operating rules
- Pull/rebase before writing:
git pull --rebase origin \x3Cbranch> - Keep private drafts in
private/\x3Cagent>/ - Promote reusable content to
shared/via PR - Never force-push
main - No secrets/tokens in repository content
- Resolve conflicts by preserving both versions first, then refactor
Standard flows
A) Agent daily write (private)
- checkout
agent/\x3Cname> - write to
\x3Cprivate_root>/\x3Cname>/... - commit + push branch
B) Promote to shared knowledge
- copy/refine note into
\x3Cshared_root>/... - commit on
agent/\x3Cname> - open PR to
main - merge after review
C) Consume latest shared knowledge
- checkout local branch
git fetch origin- rebase from latest
main
Minimal commands (template)
# first-time clone
git clone \x3Crepo_url> \x3Clocal_path>
# create agent branch
cd \x3Clocal_path>
git checkout -b agent/\x3Cname>
# sync branch
git pull --rebase origin agent/\x3Cname>
# push updates
git push origin agent/\x3Cname>
Boundary
- This skill governs knowledge layer operations only.
- Constitution / hard governance rules are maintained in the independent constitution system.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knowledgebase-share - 安装完成后,直接呼叫该 Skill 的名称或使用
/knowledgebase-share触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Knowledgebase Share 是什么?
Operate a multi-agent shared knowledge layer backed by one GitHub repository. Use when setting up shared/private knowledge folders, enforcing branch+PR workf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 435 次。
如何安装 Knowledgebase Share?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knowledgebase-share」即可一键安装,无需额外配置。
Knowledgebase Share 是免费的吗?
是的,Knowledgebase Share 完全免费(开源免费),可自由下载、安装和使用。
Knowledgebase Share 支持哪些平台?
Knowledgebase Share 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knowledgebase Share?
由 Reed(@reed1898)开发并维护,当前版本 v0.3.2。