lmzhen/dsh-evolution--packages-skill-usage1

@deepseek-ai/dsh-skill-usage

Skill usage telemetry service

AI 분석

自动记录和分析技能的调用与修改事件,适合需要监控技能使用数据的用户。

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

설치

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

@deepseek-ai/dsh-skill-usage

Skill usage telemetry service

Telemetry sources

record(name, kind) is the write API (use / view / patch). Reads are observed automatically: the service listens for session/event tool/call records of the read tool (skill) and bumps view on EXISTING records only — an arbitrary read never mints a usage record (records are authored by skill creation, patching, or curator seeding).

Model Experience

Indirect model surface

What the model sees

@deepseek-ai/dsh-skill-usage registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.

Token effect

Zero direct token effect from this package; consumers add any model-visible tokens.

KV Cache effect

Independent of request-prefix construction. This package does not alter the assembled prompt or tool list.

Known Limitations and Deferred Work

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