dsh-developer
Manifest valid★ 7The single plugin you need for DSH — build, test, diagnose, and maintain DeepSeek Harness plugins and core.
dsh-developer
English · 简体中文
The single plugin you need for DSH
dsh-developer brings creation, diagnosis, testing and upgrade checks into one workflow inside DSH or Codex. Describe what you want to build, work with your agent, and check that the result actually works with DSH before you share it.
What can you build?
- A plugin from an idea. Turn a local service, tool or workflow into something your DSH agent can use.
- A plugin people can rely on. Find installation problems, missing services and broken Web integrations before users encounter them.
- An upgrade with fewer surprises. See what changed in DSH and check your plugin against release and preview versions.
- A contribution to DSH itself. Investigate a missing capability, test the existing behavior and develop a focused improvement against an upstream checkout.
Already have a plugin? Start there. You don't need to regenerate it or adopt a new project structure.
Install
Install the published v0.1.3 tag into DSH Web:
dsh plugin --profile web add 'github:builtin-pb/dsh-developer#v0.1.3' --ignore-scripts
Open or restart DSH Web (dsh web). For development from source, use a checkout installation. Need DSH first? · Using Codex?
Just tell it what you want
Build a plugin that lets my agent search our local documentation.
This plugin won't start in DSH Web. Find the problem and fix it.
Check whether this plugin is ready to share.
The agent picks up the workflow from your request. Describe the goal, answer any questions, and review the changes—no special commands to remember.
Go further
- Build and test a project — exact-source lookup, native TypeScript tools, packed installs and Web development.
- Diagnose a session — inspect tool calls, failures and completion from a selected log.
- Workflow guide — commands, plugin release checks, upgrades and browser testing.
- Develop on a Mac — installation, isolated Build setup and working on DSH itself.
- Choose a platform — Windows, Mac and Linux routes, requirements and tested boundaries.
- Contribute — start with
npm test, then check your changes against DSH.
The current checkout targets DSH 0.1.5-rc.2 for blocking checks and 0.1.6-alpha.1 for advisory checks. Headless/Web preflight and native verification, product compatibility, delegation and approval checks passed on these exact runtimes. Native development targets Windows, macOS and Linux; these results do not establish every host or isolated provider. Apple isolation on rc.2 also passed four real integration checks; each host still requires provider admission. See observed results and the platform guide.
Designed and implemented with MetaFlow. MIT licensed.
Comments
Loading…
Similar plugins
by Qingzhou-Joshua
DeepSeek Harness plugin—a simple toolkit for developers.
★ 0
MIT
TypeScript
Aug 14, 2026
dsh plugin --profile web add dsh-dev-toolboxby w2112515
Portable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional profile-installable DSH bundle adapter.
★ 12
MIT
JavaScript
Aug 17, 2026
dsh plugin --profile web add dsh-plugin-developmentby goatliamia
Plugin development toolkit for DeepSeek Harness with scaffolding, contract checks, plugin vetting, impact analysis, and upstream compatibility tracking.
★ 2
MIT
JavaScript
Sep 18, 2026
dsh plugin --profile web add dsh-plugin-makerby bobby-sheng
Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.
★ 0
MIT
JavaScript
Aug 19, 2026
dsh plugin --profile web add dshget-pluginby hellosky983
Plugin Foundry — a self-extending, everything-is-a-plugin compiler for DeepSeek Harness (DSH). Blueprint registry + scaffold/validate tools.
★ 3
↓ 154/wk
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-foundryby jwilson411
A minimal, tested template for DeepSeek Harness plugins.
★ 0
MIT
JavaScript
Sep 1, 2026
dsh plugin --profile web add dsh-plugin-kit