agentsclimarketplace

Bkn creator

Skill kweaver-ai/kweaver-dip/skills/bkn-creator

KWeaver DIP is an enterprise-level digital employee platform, built on KWeaver Core. It provides an AI-native environment for developing and managing digital employees on business knowledge networks—for enterprise intelligence that is understandable, executable, and governable.

Install
npx -y skills add kweaver-ai/kweaver-dip --skill bkn-creator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

BKN 全生命周期编排入口。自包含 KWeaver CLI 操作层(内化 bkn-kweaver)。 凡涉及创建 BKN、从 PRD/文档提取对象关系、 生成或更新 `.bkn`、做数据视图绑定、环境检查、测试集生成、校验与推送时, 优先使用 bkn-creator 进行流程路由、阶段门禁、子 skill 编排与结果回执。 适用于 BKN 的 create/read/update/delete/extract/copy/validate 场景, 技能包能力补齐/skill 草案生成场景, 以及使用反馈巡检与改进场景(定时任务触发、Agent 对话质量异常、 feedback_brief 传入、知识网络持续优化)。 不应用于纯数据语义查询,该场景应交由 data-semantic 处理。

SKILL.md

2.4 KB, as published. Nobody here has run it

BKN 创建器

本文件是桥接入口。实际能力定义在 internal/ 目录中。

路由表

识别用户意图后,读取对应 pipeline 文件并按其指令执行。

意图触发词读取文件
create创建知识网络、新建 BKN、根据 PRD 建模internal/_pipelines/create.md
extract提取对象类、从文档抽取实体关系internal/_pipelines/extract.md
read查询、搜索、列出、查看internal/_pipelines/read.md
update修改、编辑、更新、重绑定internal/_pipelines/update.md
delete删除、清理、移除internal/_pipelines/delete.md
copy复制、克隆、基于现有生成新版本internal/_pipelines/copy.md
validate检查网络、评估质量、诊断问题、验证完整性internal/_pipelines/validate.md
skill_generate补 skill、抽成独立 skill、补齐能力internal/_pipelines/skill-gen.md
feedback_review巡检反馈、使用问题、定时任务触发、改进摘要、trace 分析结果internal/_pipelines/feedback.md

执行协议

  1. 识别意图 → 输出:识别意图 + 路由目标 + 输入摘要 + 确认请求
  2. 路由确认阶段只展示高层信息,不展示对象/关系明细
  3. 用户确认后 → 读取上表中的 pipeline 文件,按文件内指令逐步执行
  4. pipeline 中引用的每个 skill,按 pipeline 内标注的相对路径读取其 SKILL.md

共享公约

执行前先读取:internal/_shared/contract.md

约束

  • 未确认时只重复"路由识别 + 确认请求"
  • 跨流程切换必须重新路由确认

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.