lmzhen/dsh-evolution--packages-tool-skill-manage1

@deepseek-ai/dsh-tool-skill-manage

Model-facing skill_manage tool

AI 분석

允许模型通过 schema 接口创建、修改和管理技能,适合自动化技能开发任务。

패키지
@deepseek-ai/dsh-tool-skill-manage
버전
0.3.70
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

@deepseek-ai/dsh-tool-skill-manage

Model-facing skill_manage tool

Model Experience

skill_manage tool surface

What the model sees

The model sees the skill_manage tool schema and tool results containing success or validation messages.

Token effect

Adds the skill_manage tool schema to the request catalog; result tokens scale with returned messages.

KV Cache effect

Tool schema is prefix-stable. Skill writes do not alter the current request prompt; catalog invalidation affects the next request.

Safety model

Approval seam

Mutations (create/edit/update/patch/delete/write_file/remove_file/restructure) pass through the evolution approval seam when evolution-approval is mounted; approved/staged writes are replayed by the registered runner with the library origin preserved.

pin/unpin: explicit exception (0.3.18, E-70)

pin and unpin are deliberately outside the approval seam. Pinning only lifts/restores the curator-lifecycle freeze — it changes a lifecycle flag, never content — and is fully reversible by the same tool. Routing it through policy:'ask' would let a staged-but-never-approved request hold the library in a pinned state invisibly. Tradeoff accepted: no approval on a lifecycle-flag flip; if product policy changes, pin/unpin should be wired into the same staging path as patch.

Known Limitations and Deferred Work

  • No known durable consumer gaps at this time. Runtime contracts are covered by package and boundary tests.