跳过主要内容
H

dsh-tool-stats

hj01857655/dsh-tool-stats

统计每一次工具调用,并点名那些从未被触发的工具,便于你清理删除。

安装

dsh plugin --profile web add github:hj01857655/dsh-tool-stats

README

dsh-tool-stats

npm version npm downloads CI license node GitHub stars dsh plugin

Every tool call is counted, and the ones that never fire are named so you can remove them.

Install

dsh plugin --profile web add dsh-tool-stats

What it does

  • Hook tool calls. Records tool name, success/failure, latency, session.
  • Dead-tool detection. Tools configured but never invoked across N sessions are flagged.
  • Failure analysis. Tools with high failure rates are identified with their last error.
  • Recommendations. "Removing 12 unused tools would save ~1.8k tokens per context window."
  • Panel. Usage table, dead/failing sections, recommendations.

CLI

dsh-tool-stats summary    # show tool usage, dead tools, failures, recommendations

License

MIT

相关插件