trapstreet/dsh-trapstreet1

@trapstreet/dsh-trapstreet

用于检查 DeepSeek Harness 插件加载状态并查询 trapstreet.run 公开评估板的工具插件。

AI 分析

核心用途是诊断插件加载情况并记录工具调用日志。适合需要排查插件运行状态、确认 Agent 是否自主调用了特定工具的开发者或系统管理员。

包名
@trapstreet/dsh-trapstreet
版本
0.3.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:trapstreet/dsh-trapstreet

Configuration

VariableEffect
TRAPSTREET_BASE_URLAPI host. Defaults to https://trapstreet.run.
TRAPSTREET_CALL_LOGIf set, appends one line per tool invocation to that path.

The call log answers a question stdout cannot: did the agent reach for this tool on its own? A call that throws leaves only the model's narration behind, which reads exactly like never having called it.