dsh-plugin-dev

dsh-plugin-dev is a skill for Claude Code, Codex from WZZNNE/DSH-CyberWorkStation. It costs 124 tokens per session (2,085 once invoked), scanned A, original, no licence file.

A development guide for creating DeepSeek Harness extensions. DeepSeek Harness is a system that connects AI models to tools and controlled workspace actions.

In plain words
What is it for?
Use it when adding model-facing tools, execution hooks, permission checks, commands, model providers, protocol drivers, or workspace packages in the DeepSeek Harness repository.
Why use it?
It gives a defined area of help when changing the harness, instead of treating every extension as unrelated custom work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/wzznne/dsh-cyberworkstation/dsh-plugin-dev
Any agent
npx skills add WZZNNE/DSH-CyberWorkStation --skill dsh-plugin-dev
Clone the repo
git clone --depth 1 https://github.com/WZZNNE/DSH-CyberWorkStation

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-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/wzznne/dsh-cyberworkstation/dsh-plugin-dev.svg)](https://agentmods.dev/skills/wzznne/dsh-cyberworkstation/dsh-plugin-dev)
Your own site
<a href="https://agentmods.dev/skills/wzznne/dsh-cyberworkstation/dsh-plugin-dev"><img src="https://agentmods.dev/badge/skills/wzznne/dsh-cyberworkstation/dsh-plugin-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,085 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00124 $0.02085
Opus 5 $0.00062 $0.01043
Sonnet 5 $0.00025 $0.00417
Haiku 4.5 $0.00012 $0.00209

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

Security

Grade A, and why

dsh-plugin-dev 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.

skills/dsh-plugin-dev/SKILL.md · 116 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 116 lines · 124 tokens per session scan A 0f4447d621b5

Subscribe to this mod's changes

dsh-plugin-dev is a skill published in the GitHub repository WZZNNE/DSH-CyberWorkStation (10 stars, last pushed 17d ago), with no licence file. It adds 124 tokens to every session and 2,085 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-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

submit-dsh-plugin

验证并提交 DeepSeek Harness 插件到 imsai-sh/awesome-deepseek-harness-plugins 社区目录。适用于插件作者要求收录、发布或提交自己的插件,创建目录 JSON,修复目录提交 PR,或者发起合规 PR。检查公开仓库、dsh-plugin topic、dsh.bundle.patch、作者测试证据、双语元数据和单文件差异,并在获得授权后执行 fork、push 和创建 PR。.

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

deepseek-harness-docker

Deploy, configure, verify, upgrade, and troubleshoot DeepSeek Harness with the community Docker, Docker Compose, and Helm runtime, including the built-in Chromium/noVNC browser and optional plugin market. Use when users ask to run DSH or DeepSeek Harness locally or on Kubernetes, mount a writable workspace, configure…

runzhliu/deepseek-harness-docker · 91 tokens

dsh-first-plugin

当需要从零做出并装上第一个 DSH 插件时使用——给出跑通的完整流程(写文件、写 overlay、加载、验证),以及实测会踩到的三个报错和它们的确切修法。.

pingfanfan/hello-dsh · 60 tokens

dsh-onboarding

当用户第一次使用 DeepSeek Harness(DSH),或在启动、工作区、权限、技能发现环节卡住时使用——解释 DSH 的进程模型、目录约定和权限边界,并给出可自查的排错路径。.

pingfanfan/hello-dsh · 60 tokens

dsh-plugin-dev

当需要给 DeepSeek Harness 写插件、调试插件没加载或没注入的问题、或理解 Cordis 的组件生命周期时使用——覆盖导出规则、依赖声明、可逆效应和加载路径陷阱。.

pingfanfan/hello-dsh · 55 tokens