dsh-token-rtk
Manifest validInput redundancy pruning for DeepSeek Harness — drop repeated/redundant tokens before they reach the model (layer ②).
dsh-token-rtk
Input redundancy pruning — drop repeated/redundant tokens before they reach the model. — a DeepSeek Harness (dsh) skill, layer rtk of a four-layer token-saving family.
Trim verbose logs, duplicated warnings, whole-file pastes, and noise around the real signal so you pay for the signal you need, not the boilerplate around it. (RTK = Rust Token Killer strategy.)
Family: dsh-token-skills groups all four layers — handoff, rtk, headroom, caveman.
Install
dsh plugin --profile web add dsh-token-rtk
Then invoke the skill: dsh-token-rtk.
Upstream
Based on / referencing https://mintlify.wiki/rtk-ai/rtk/faq. This repo is the DSH adaptation — a thin skill, not a re-implementation of the engine.
License
MIT
Similar plugins
Session context handoff for DeepSeek Harness — stop re-reading and re-deriving context every session. A single skill (layer ①) that keeps the next session warm.
★ 0
dsh plugin --profile web add dsh-token-handoffby qkycir-123
Automatically turn successful DeepSeek Harness sessions into reusable, reviewable Agent Skills.
★ 108
MIT
TypeScript
Sep 8, 2026
dsh plugin --profile web add dsh-run2skillby DeepTrial
DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens.
★ 12
↓ 164/wk
MIT
TypeScript
Aug 25, 2026
dsh plugin --profile web add @deeptrial/dsh-bash-rtkScouts the deepseek-harness repo and every dsh-plugin-tagged repository to discover harnesses related to your goal, then judges each as worth trying, watching, or skipping.
★ 0
dsh plugin --profile web add dsh-plugin-scoutAutomatic model-tier routing for DeepSeek Harness: one user instruction enters, one tier decision comes out — complex intent is planned on the strong tier and implemented on the cheap tier, simple int
★ 0
↓ 796/wk
dsh plugin --profile web add dsh-autotierby jingzhao-l
DeepSeek Harness (dsh) plugin that turns the iterate skill into an autonomous closed-loop code iteration — parallel reviews, deterministic dedup convergence, atomic fix + verify auto-stop, meta-review
★ 3
↓ 933/wk
MIT
TypeScript
Sep 12, 2026
dsh plugin --profile web add iterate-plugin