wiki_capture

仓库创建 2026年5月11日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由

把组织约定、度量和偏好写成可复用页面,便于在对话中复用规则与定义。

这个 Skill 做什么

为分析型助手维护可复用的组织知识库页面与捕获工作流。

把公司关于指标定义、用户偏好和组织约定这些容易忘却的规则整理成可复用的 wiki 页面,让分析类助手在对话中能统一引用同一套答案。通常在搭建分析型助手、需要统一术语或把业务规则做成查得着的知识时用。特点是这些页面是持久规则,由 post-turn memory-agent 加载,research agent 可以通过 wiki_read/wiki_search 读取但不能写入,保证一致性。

▸ 展开 SKILL.md 英文原文

ktx's knowledge base - wiki pages for durable, reusable business knowledge. Covers capture workflow for user preferences, metric definitions, organizational conventions, and cross-references between wiki pages and semantic-layer sources. Loaded by the post-turn memory-agent only. The research agent reads wiki via `wiki_read`/`wiki_search` but does not write it.

数据与抓取知识库分析规范记忆通用
1.5k
Stars
96
Forks
17
仓库内 Skill
+49
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/wiki_capture/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Kaelio/ktx/main/packages/cli/src/skills/wiki_capture/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Capture

## Role

The knowledge base stores durable, reusable business knowledge for an analytics assistant. Each page is a self-contained rule, definition, or convention that answers "how should this concept be handled in this organization?" - written once and reused across chats.

Scope selection is handled by the runtime:
- When user-scoped knowledge is enabled AND the caller is a chat turn, writes go to the user's **personal** scope.
- When the caller is an admin-driven ingest (`sourceType: 'external_ingest'`), writes go to the **global** scope.
- When user-scoped knowledge is disabled, all writes go to the global scope.

The `wiki_write` tool picks the right scope based on the se
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有