Install
$ agentstack add skill-kweaver-ai-kweaver-dip-bkn-skillgen ✓ 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
能力缺口分析
公约:../_shared/contract.md
做什么
分析当前 skill 包的能力缺口,判断复用还是新建,需要时生成 skill 草案。
输入
user_input:用户描述的能力诉求current_skill_inventory(可选):已有 skill 清单,缺省时主动读取generation_goal:analyzeonly / generatedraft / write_files
流程
- 建立
current_skill_inventory - 按
references/gap-checklist.md拆解需求 - 覆盖比对 → 已覆盖 / 部分覆盖 / 缺失
- 无显著缺口 → 输出
reuse_plan,停止 - 有缺口 → 聚类为候选 skill → 产出 Spec + SKILL.md + 触发测试
输出
capability_gap_analysis: {user_goal, need_new_skill}
reuse_plan: {recommended_existing_skills, why_not_enough}
skill_generation_plan:
candidate_skills:
- skill_name: ""
role: ""
boundaries: {does, does_not}
generated_skill_artifacts:
- skill_name: ""
skill_md_draft: ""
trigger_test_set: {should_trigger, should_not_trigger}
约束
- 先判断是否真需要新 skill,现有覆盖 80%+ 优先建议优化
- 每个新 skill 必须写清"何时用/不用" + 至少 1 负例
- 不改写外部能力(bkn-kweaver / data-semantic)
保留名称(禁止新建同名)
bkn-router、bkn-domain、bkn-extract、bkn-doctor、bkn-rules、bkn-draft、bkn-env、bkn-bind、bkn-map、bkn-backfill、bkn-test、bkn-review、bkn-anchor、bkn-report、bkn-skillgen、bkn-distribute、bkn-kweaver、bkn-archive
参考
references/gap-checklist.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.