Install
$ agentstack add skill-kweaver-ai-kweaver-dip-bkn-creator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 |
执行协议
- 识别意图 → 输出:识别意图 + 路由目标 + 输入摘要 + 确认请求
- 路由确认阶段只展示高层信息,不展示对象/关系明细
- 用户确认后 → 读取上表中的 pipeline 文件,按文件内指令逐步执行
- pipeline 中引用的每个 skill,按 pipeline 内标注的相对路径读取其 SKILL.md
共享公约
执行前先读取:internal/_shared/contract.md
约束
- 未确认时只重复"路由识别 + 确认请求"
- 跨流程切换必须重新路由确认
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kweaver-ai
- Source: kweaver-ai/kweaver-dip
- License: Apache-2.0
- Homepage: https://kweaver.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.