ophielel/deepseek-forge--packages-token-watch1

dsh-devkit-token-watch

Windowed token-usage guard: halts on excessive burn, reviews the window with a subagent, and asks the user

AI Analysis

核心用途是防止 Token 异常暴涨。适合需要对智能体运行过程中的 Token 消耗进行实时监控和安全拦截的用户。

Package
dsh-devkit-token-watch
Version
0.1.0
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ophielel/deepseek-forge#43ed7a01a996057cbc3b817a63803e8098246ae7&path:packages/token-watch

🧭 开始使用

装完启动 Harness:

dsh --profile web

没有全局 dsh 时:

npx --yes @deepseek-ai/dsh --profile web
  • GitHub 能力默认按任务启用,让 agent 加载 setup-github Skill 即可。
  • 浏览器能力需要时加载 setup-browser Skill;只有 Playwright 明确提示时才装浏览器文件。
  • 出问题别慌:加载 troubleshoot-devkit Skill,或 npx dsh-devkit doctor
  • Runtime 组件只运行你信任的扩展代码——你懂的。