dsh-plugin-development

dsh-plugin-development is a skill for Claude Code, Codex from w2112515/dsh-plugin-development. It costs 130 tokens per session (1,118 once invoked), scanned A, original, MIT.

A development and audit workflow for DeepSeek Harness plugins. It first identifies whether the plugin is a runtime plugin, repository package, or installable bundle before applying the relevant rules.

In plain words
What is it for?
Use it when designing, changing, packaging, installing, reviewing, or diagnosing DeepSeek Harness plugins and their source, loaders, manifests, and verification.
Why use it?
It prevents instructions and packaging methods for one plugin type from being incorrectly applied to another.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/w2112515/dsh-plugin-development/dsh-plugin-development
Any agent
npx skills add w2112515/dsh-plugin-development --skill dsh-plugin-development
Clone the repo
git clone --depth 1 https://github.com/w2112515/dsh-plugin-development

Made for: Claude Code, Codex.

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 dsh-plugin-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/w2112515/dsh-plugin-development/dsh-plugin-development.svg)](https://agentmods.dev/skills/w2112515/dsh-plugin-development/dsh-plugin-development)
Your own site
<a href="https://agentmods.dev/skills/w2112515/dsh-plugin-development/dsh-plugin-development"><img src="https://agentmods.dev/badge/skills/w2112515/dsh-plugin-development/dsh-plugin-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00130 $0.01118
Opus 5 $0.00065 $0.00559
Sonnet 5 $0.00026 $0.00224
Haiku 4.5 $0.00013 $0.00112

Measured 3d ago against content hash 9511ff5ee6c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dsh-plugin-development 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-artifact.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/dsh-plugin-development/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Develop and Audit DeepSeek Harness Plugins

Classify the plugin before designing it. Dynamic runtime packages, repository workspace packages, and installable bundles use different source formats, loaders, persistence models, and evidence. Do not transfer a rule from one mode without confirming that it applies.

Establish authority and intent

  1. Identify the requested outcome, target files or runtime, and whether the user asked to inspect or to change it.
  2. Locate the current DeepSeek Harness checkout and read authority and verification. Use current repository evidence instead of memorized package lists or copied tutorial manifests.
  3. Determine the plugin mode from the target and available tools. If the request is a marketplace solution pack (整合包, dsh.pack.json, dsh-plugin-pack, or a curated catalog list), stop. Use dsh-marketplace-publish. Do not select a plugin mode or author dsh.bundle / cordis.patch.yml for that artifact.
Mode Strong indicators Read next
Dynamic runtime cordis_define, cordis_run, a live Host or Client, Slots, @pluginId, or a process-local customization runtime dynamic plugins
Workspace package A target under packages/, a repository capability or Consumer, or a change shipped as part of DSH workspace plugins
Installable bundle dsh.bundle, cordis.patch.yml, dsh plugin, profile composition, npm, a tarball, or an out-of-tree package installable bundles

When a request intentionally crosses modes, split it into explicit phases and load each applicable reference. When the evidence remains ambiguous and the modes would produce different artifacts, ask one focused question: whether the result should be process-local, shipped in the DSH repository, installable into a profile, or a marketplace solution pack (then switch to dsh-marketplace-publish).

Read the full file on GitHub · 51 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 51 lines · 130 tokens per session scan A 9511ff5ee6c4

Subscribe to this mod's changes

dsh-plugin-development is a skill published in the GitHub repository w2112515/dsh-plugin-development (14 stars, last pushed 17d ago), licensed MIT. It adds 130 tokens to every session and 1,118 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

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…

PerryLink/dsh-plugin-guide · 76 tokens

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.

Walvez/dsh-codex-sync · 40 tokens

development-cdp

Inspect and automate the DeepSeek Harness Web UI through Chrome DevTools Protocol (CDP). Use when verifying dsh-pihuo plugins in the browser, checking startup, composer, or tool cards, taking screenshots, or running scripts/cdp-check.mjs. Triggers: CDP, Chrome remote debugging, pageinfo, "网页调试", /development-cdp.

xun404/dsh-pihuo-plugins · 79 tokens

dsh-plugin-author

Scaffold and implement DeepSeek Harness (dsh) out-of-tree plugins — tools, services, adapters, hooks, bundles. Use when writing a new plugin, adding a model tool, creating apply()/inject/Config, scaffolding a dsh.bundle package, or the user says /dsh-plugin-author, "写插件", "做个插件", "scaffold plugin", "加一个工具".

xun404/dsh-pihuo-plugins · 87 tokens

dsh-plugin-client

DeepSeek Harness browser-half plugins — dsh.client, client-modules, slots, settings cards, Conversation Nodes. Use when adding Web UI, slots.register, a settings tab, a chat node, or the user says /dsh-plugin-client, "浏览器插件", "写 UI 插件", "slot", "设置页卡片".

xun404/dsh-pihuo-plugins · 75 tokens

dsh-plugin-compose

Compose, install, and publish DeepSeek Harness plugin bundles — profile layers, cordis.patch.yml, dsh plugin add, --patch overlays, dump-config. Use when installing a plugin, writing a bundle patch, publishing to a profile, debugging layer order, or the user says /dsh-plugin-compose, "安装插件", "dsh plugin add"…

xun404/dsh-pihuo-plugins · 91 tokens