dsh plugins中文
← Back to popular plugin directory

file system

Areium/dsh-fail-logger · skills

An all-mode tool failure recorder for DeepSeek Harness: whether the agent runs in native mode or PTC (Code Mode), any tool failure is automatically written into the.

★ 8GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

DSH only exposes each skill's name and description to the model (not the body), and the model decides on its own whether to call skill({name}) — so the "when to use" phrasing of the description directly determines load rate.

The push-prevention instruction is injected on every agent step: Item · Value Item: Injected text · Value: 90 chars ≈ 100 tokens/step (fixed prefix; 10-25/step after cache hits) Item: Disable · Value: config.injectInstructions: false Item: Break-even · Value: avoiding 1 failure within 22-55 steps pays for it (one failure round-trip measured 1600 tokens + 10-60s)

Prerequisites: the target profile has the plugin installed and has been restarted (web or headless; headless shown below).

Install command

dsh plugin --profile web add github:Areium/dsh-fail-logger
View GitHub repository ↗Back to popular plugin directory