dsh-claude-compat: Skill for Claude Code

.claude/skills/install-dsh-compat/SKILL.md

install-dsh-compat is a skill for Claude Code from biedongbin/dsh-claude-compat. It costs 78 tokens per session (739 once invoked), scanned A, original, MIT.

An installation procedure for connecting Claude Code project settings to DSH, a development environment that can load skills, commands, rules, agents, hooks, and MCP settings. It verifies the plugin after installation.

In plain words
What is it for?
Use it when installing dsh-claude-compat or bridging a project's .claude configuration into DSH.
Why use it?
It avoids assuming that DSH or the plugin is already installed and prevents reporting success when the connection has not been checked.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

This is biedongbin/dsh-claude-compat's own configuration. It tells Claude Code how to work on dsh-claude-compat itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dsh-claude-compat configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/biedongbin/dsh-claude-compat/main/.claude/skills/install-dsh-compat/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/biedongbin/dsh-claude-compat

Made for: Claude Code.

Wrote 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.

agentmods badge for install-dsh-compat

README.md
[![agentmods](https://agentmods.dev/badge/skills/biedongbin/dsh-claude-compat/install-dsh-compat/github.svg)](https://agentmods.dev/skills/biedongbin/dsh-claude-compat/install-dsh-compat)
Your own site
<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.

agentmods 80×15 button for install-dsh-compat

Your own site · 80×15
<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>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash f314c238cc53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

.claude/skills/install-dsh-compat/SKILL.md · 75 lines

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 已装 / 插件已装,一步步验证
Changes

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.

  1. 12d ago First seen · 75 lines · 78 tokens per session scan A f314c238cc53

Subscribe to this mod's changes

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.

Related

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.

Anionex/dsh-vision-toolkit · 0 tokens

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.

zouyuxuan122/DSH-Desktop-EAC · 80 tokens

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.

imsai-sh/awesome-deepseek-harness-plugins · 103 tokens

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.

znlgis/opengis-skills · 68 tokens

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.

pingfanfan/hello-dsh · 60 tokens

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.

pingfanfan/hello-dsh · 55 tokens