Wickaninnish/dsh-skill-manager--packages-dsh0

@skill-ops/dsh

DeepSeek Harness 技能运维插件:事件追踪、双模型门禁、快照事务、自动合并/优化/描述修复

AI Analysis

核心用途是提供技能运维管理,支持事件追踪、双模型门禁、自动合并与描述修复。适合需要对 Agent 技能库进行自动化维护和版本控制的开发者,要求 Node.js >= 22。

Package
@skill-ops/dsh
Version
0.3.1
License
MIT
Last updated
Aug 27, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

- id: skill-ops
  name: '@skill-ops/dsh'
  config:
    trackingEnabled: true             # 使用追踪
    feedbackAttributionEnabled: true  # 反馈归因(需要 message-feedback)
    pairThreshold: 0.3                # 去重候选阈值
    writeMode: read-only              # automatic 才会写盘
    skillRoots: ['D:/path/to/skills'] # automatic 时必填、可写且互不重叠
    correctionThreshold: 3
    correctionAgeDays: 7
    snapshotRetentionDays: 30

要求 Node ≥ 22。MIT 许可。