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/09/12

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.