dsh-TUI is a terminal interface plugin for DeepSeek Harness that gives the coding agent a Claude Code-style display with live status, streaming thoughts, rollback, context usage, and TPS information. It is for users who prefer a richer terminal workflow, and the catalogue entries extend the DeepSeek Harness environment with related skills and instructions.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ccch1mneyyy/dsh-tui/bugnpx skills add ccch1mneyyy/dsh-TUI --skill buggit clone --depth 1 https://github.com/ccch1mneyyy/dsh-TUIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/bug)<a href="https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/bug"><img src="https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/bug.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.00300 |
| Opus 5 | $0.00016 | $0.00150 |
| Sonnet 5 | $0.00007 | $0.00060 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
bug scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Bug Report
Capture a complete, actionable bug report. Ask only the questions needed to fill genuine gaps — never interrogate the user.
Procedure
- Understand the symptom: what happened vs what was expected. If the user already gave enough detail, skip straight to the report.
- Fill any critical gaps with at most 2-3 targeted questions: reproduction steps, environment (OS/terminal/node version), and whether it's deterministic.
- If the codebase is available, inspect the suspected area to add root-cause hypotheses (with file/line evidence where possible).
- Produce the report:
- 标题: one-line symptom summary
- 现象: observed vs expected behavior
- 复现步骤: minimal steps, with inputs
- 环境: OS / node version / dsh-tui version / terminal
- 影响: severity + who/what is affected
- 根因假设: evidence-based guesses, clearly labeled as hypotheses
- 建议: fix direction or workaround
Constraints
- Never invent reproduction steps or environment details — mark unknowns as "待确认".
- Keep the report tight; a bug report is a working document, not an essay.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 28 lines · 33 tokens per session scan A 092cf8373706
bug is a skill published in the GitHub repository ccch1mneyyy/dsh-TUI (2,835 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 300 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
submit-dsh-plugin
验证并提交 DeepSeek Harness 插件到 imsai-sh/awesome-deepseek-harness-plugins 社区目录。适用于插件作者要求收录、发布或提交自己的插件,创建目录 JSON,修复目录提交 PR,或者发起合规 PR。检查公开仓库、dsh-plugin topic、dsh.bundle.patch、作者测试证据、双语元数据和单文件差异,并在获得授权后执行 fork、push 和创建 PR。.
dsh-plugin-guide
Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…
vision
当用户发送图片、图片路径(本地或 URL)、剪贴板图片、base64 图片数据, 或要求识别、理解、描述、对比图片内容(如提取文字、描述场景、查找错误、 识别对象、截图分析、对比两张图)时,自动调用视觉工具 analyzeimage / analyzeclipboard / compareimages,借助第三方视觉模型完成图片理解。.
codex-sync
Operate dsh-codex-sync from this session — preview and import Codex chats, toggle Skills/MCP/import settings, check MCP mirror health, install the reverse MCP bridge.
review-changes
Review local code changes for concrete correctness, regression, security, and test gaps before shipping.
systematic-debugging
Diagnose failures from runtime evidence before editing code.