返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
k

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 workflow, syncing branches, resolving merge conflicts, and standardizing how agents write/promote knowledge.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.3.2
安全检测
已通过
371
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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 storage - `local_path`: local clone path - `branch`: default branch (usually `main`) - `private_root`: private notes root folder (default `private`) - `shared_root`: shared notes root folder (default `shared`) ## Repository model ```text <knowledge-repo>/ private/<agent>/ shared/ 00_rules/ 10_projects/ 20_research/ 30_decisions/ 40_playbooks/ 90_archive/ meta/ templates/ ``` ## Branch model - `main`: stable shared knowledge - `agent/<name>`: per-agent working branch - Shared knowledge enters `main` only via PR ## Operating rules 1. Pull/rebase before writing: `git pull --rebase origin <branch>` 2. Keep private drafts in `private/<agent>/` 3. Promote reusable content to `shared/` via PR 4. Never force-push `main` 5. No secrets/tokens in repository content 6. Resolve conflicts by preserving both versions first, then refactor ## Standard flows ### A) Agent daily write (private) 1. checkout `agent/<name>` 2. write to `<private_root>/<name>/...` 3. commit + push branch ### B) Promote to shared knowledge 1. copy/refine note into `<shared_root>/...` 2. commit on `agent/<name>` 3. open PR to `main` 4. merge after review ### C) Consume latest shared knowledge 1. checkout local branch 2. `git fetch origin` 3. rebase from latest `main` ## Minimal commands (template) ```bash # first-time clone git clone <repo_url> <local_path> # create agent branch cd <local_path> git checkout -b agent/<name> # sync branch git pull --rebase origin agent/<name> # push updates git push origin agent/<name> ``` ## Boundary - This skill governs **knowledge layer** operations only. - Constitution / hard governance rules are maintained in the independent constitution system.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 knowledgebase-share-1776286063 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 knowledgebase-share-1776286063 技能

通过命令行安装

skillhub install knowledgebase-share-1776286063

下载

⬇ 下载 knowledgebase-share v0.3.2(免费)

文件大小: 4.63 KB | 发布时间: 2026-4-16 18:24

v0.3.2 最新 2026-4-16 18:24
Security alignment fix: scripts now read kb-config.json, remove hardcoded paths, and support safer no-push mode

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部