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

@deepseek-ai/dsh-skill-usage

Skill usage telemetry service

AI Analysis

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

Package
@deepseek-ai/dsh-skill-usage
Version
0.3.70
License
MIT
Last updated
Sep 12, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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.