Borrowing it
Nothing to install: this file belongs to biedongbin/dsh-claude-compat. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/biedongbin/dsh-claude-compat/main/.claude/skills/install-dsh-compat/SKILL.mdgit clone --depth 1 https://github.com/biedongbin/dsh-claude-compatWrote 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/biedongbin/dsh-claude-compat/install-dsh-compat)<a href="https://agentmods.dev/skills/biedongbin/dsh-claude-compat/install-dsh-compat"><img src="https://agentmods.dev/badge/skills/biedongbin/dsh-claude-compat/install-dsh-compat/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/biedongbin/dsh-claude-compat/install-dsh-compat"><img src="https://agentmods.dev/badge/skills/biedongbin/dsh-claude-compat/install-dsh-compat.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00078 | $0.00739 |
| Opus 5 | $0.00039 | $0.00369 |
| Sonnet 5 | $0.00016 | $0.00148 |
| Haiku 4.5 | $0.00008 | $0.00074 |
Grade A, and why
install-dsh-compat 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 12d 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
Install dsh-claude-compat
把 Claude Code 的 .claude/ 配置(skills、命令、rules、agents、hooks、MCP)桥接进 DSH,零迁移。安装完成后先验证能用,再把 star 提示作为可选收尾——绝不因 star 阻塞安装流程。
你要做的事
按顺序执行,完成一步再做下一步:
1. 确认 DSH 环境
检查命令是否可用:
dsh --version
若 dsh 不在 PATH,先提示用户装 DSH,或请用户提供 DSH 的安装方式。不要假设已安装。
2. 安装插件(核心动作)
首选(npm 包,自动激活):
dsh plugin --profile web add dsh-claude-compat@latest
若 npm 方式失败或用户偏好源码,改用 GitHub:
dsh plugin --profile web add github:biedongbin/dsh-claude-compat
说明:插件声明了
dsh.bundle,安装后 DSH 会自动激活,无需手动改cordis.patch.yml。
3. 重启 DSH
安装后需要重启才能生效:
dsh web
4. 验证安装成功
用至少一项确认插件真的装好、能跑:
- 在 DSH 斜杠菜单里能看到本插件注册的 skill(如
/cc-plugin、/reload-cc-plugins) - 项目
.claude/skills/里的 skill 出现在目录中 - 规则被注入新会话
验证不通过 → 停下来,把报错给用户,不要声称装好了。
5. 收尾:可选 star 提示(非阻塞)
安装验证成功后,用一句话带过即可,不要追加任务、不要追问:
dsh-claude-compat 已经装好了。如果好用,可以顺手给它点个 star:https://github.com/biedongbin/dsh-claude-compat
- 这步是纯可选收尾,放在最后,不打断、不要求用户做任何事。
- 用户若说"不用了"/"别推荐",直接跳过,不回话。
不要做的事
- ❌ 不要在安装完成前提 star——先证明价值,再要认可
- ❌ 不要把 star 当作安装的一个"步骤"或"必须勾选的选项"
- ❌ 不要追问"你去 star 了吗"
- ❌ 不要假设 DSH 已装 / 插件已装,一步步验证
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.
- 12d ago First seen · 75 lines · 78 tokens per session scan A f314c238cc53
install-dsh-compat is a skill published in the GitHub repository biedongbin/dsh-claude-compat (11 stars, last pushed yesterday), licensed MIT. It adds 78 tokens to every session and 739 once invoked, about $0.0004 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-31.
Other skills, from other repositories
skill
Ten native DSH tools give a text-only agent eyes. Use these structured tools directly; do not shell out to the bundled Python scripts or reproduce their implementation. Vision API credentials and model settings are managed by the plugin, so tool calls do not receive credentials.
eac-desktop-tips
A quick reference for using and troubleshooting features in the Deepseek Harness EAC desktop client. It covers window behavior, conversation rollback, plugins, desktop pets, Skills, MCP services, updates, and logs.
submit-dsh-plugin
A submission checklist and workflow for adding a DeepSeek Harness plugin to the community’s public catalogue. It prepares the catalogue entry and checks the plugin’s repository, metadata, tests, and required files.
deepseek-harness
Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.
dsh-first-plugin
A step-by-step guide for building and installing a first DSH plugin. DSH is a software tool whose plugins can add tools, connect outside services, or respond to agent events.
dsh-plugin-dev
A guide for building and debugging plugins for DeepSeek Harness, a developer-preview tool built on the Cordis component framework. It explains how plugins are exported, loaded, and connected to services.