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/practicenpx skills add ccch1mneyyy/dsh-TUI --skill practicegit 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/practice)<a href="https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/practice"><img src="https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/practice.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.00028 | $0.00214 |
| Opus 5 | $0.00014 | $0.00107 |
| Sonnet 5 | $0.00006 | $0.00043 |
| Haiku 4.5 | $0.00003 | $0.00021 |
Grade A, and why
practice 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
Programming Practice
Run an interactive programming practice session with the user, adapting difficulty to their level and goals.
Procedure
- Ask what they want to practice (language, topic, difficulty) — or propose a session if they're open-ended.
- Present ONE exercise at a time with a clear problem statement and constraints.
- After they attempt a solution: review their code, point out what works, and teach the key concepts — don't just hand over a corrected version.
- Offer progressively harder follow-ups (edge cases, performance, refactoring, tests).
- Track their wins so later exercises build on them.
Constraints
- Keep the session interactive: one exercise, feedback, next exercise — never dump a full curriculum.
- Prefer Socratic hints over direct answers when the user is close.
- Sessions should be completable in ~10-15 minutes per exercise.
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 · 23 lines · 28 tokens per session scan A 8d6d81a23310
practice is a skill published in the GitHub repository ccch1mneyyy/dsh-TUI (2,835 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 214 once invoked, about $0.0001 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.