AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Bkn Creator

skill-kweaver-ai-kweaver-dip-bkn-creator · by kweaver-ai

>-

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-kweaver-ai-kweaver-dip-bkn-creator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kweaver-ai-kweaver-dip-bkn-creator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Bkn Creator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 |

执行协议

  1. 识别意图 → 输出:识别意图 + 路由目标 + 输入摘要 + 确认请求
  2. 路由确认阶段只展示高层信息,不展示对象/关系明细
  3. 用户确认后 → 读取上表中的 pipeline 文件,按文件内指令逐步执行
  4. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.