Dsh Plugin Developer Skill — AI skill for Claude Code
dsh-plugin-developer — DeepSeek Harness 插件开发 Skill 指导 AI Agent 从 0 到 1 开发、构建、安装、测试 DeepSeek Harness(dsh)插件.
How to install Dsh Plugin Developer Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open liangdabiao/dsh-plugin-developer-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Dsh Plugin Developer Skill does
dsh-plugin-developer — DeepSeek Harness 插件开发 Skill > 指导 AI Agent 从 0 到 1 开发、构建、安装、测试 DeepSeek Harness(dsh)插件。基于 **dsh 0.1.1-rc.2** 与 dsh-openmaic 项目的完整实战经验,并内置一个**已通过 web 界面实测**的天气插件作为整包参考案例。 ## 这是什么 dsh 采用"无特权内核、万物皆插件"的设计:模型适配器、工具注册表、Agent 循环、网页界面都是插件
Alternatives in AI
- Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
- Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
- AI Guide — 程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提 11.8k ★
README
dsh-plugin-developer — DeepSeek Harness 插件开发 Skill
指导 AI Agent 从 0 到 1 开发、构建、安装、测试 DeepSeek Harness(dsh)插件。基于 **dsh 0.1.1-rc.2** 与 dsh-openmaic 项目的完整实战经验,并内置两个**已通过 web 界面实测**的整包参考案例:天气插件(查天气 + 动效卡片)、电商出图插件(Claude Skill 改造成 dsh 插件 + 代理异步出图 + 画廊卡片)。
这是什么
dsh 采用"无特权内核、万物皆插件"的设计:模型适配器、工具注册表、Agent 循环、网页界面都是插件。**给 dsh 增加新能力 = 写一个插件包挂到 Cordis 容器上,不需要 fork 源码。**
这个 Skill 把"写一个 dsh 插件"这件事做成一套可复用的工作流:
诊断需求/选型 → 环境准备(Node22) → 生成骨架 → 实现(工具/技能/系统提示/浏览器端)
→ 双端构建(junction+tsdown) → 安装进profile → 测试(headless/web界面验收) → 交付
目录结构
dsh-plugin-developer/
├── SKILL.md # 主工作流(Agent 先读这个)
├── README.md # 本文件:人读的说明
├── scripts/
│ └── scaffold_plugin.py # 一键生成插件项目骨架(自动替换包名等占位符)
├── assets/
│ ├── plugin-skeleton/ # 可复制的插件骨架模板(真实 API)
│ └── examples/
│ ├── weather-plugin/ # 案例①:查天气 + 动效卡片(已实测)
│ └── ecom-details-image-plugin/ # 案例②:Claude Skill→dsh 插件,代理异步出图 + 画廊卡片(已实测)
└── references/ # 按需加载的深度文档(共 9 篇)
├── architecture.md # dsh/Cordis 架构、生命周期、双端、meta、骨架清单
├── plugin-types.md # 四种插件类型与选型(Provider/Interceptor/Tool/AgentLoop)
├── tool-plugin.md # defineTool 完整指南 + presentationMeta
├── skill-plugin.md # SkillProvider {list,get} 开发指南
├── system-prompt.md # ctx.systemPrompt.section 注入
├── http-client.md # 调外部 API:异步作业 + 轮询 + 可注入 fetch
├── browser-side.md # 浏览器端 slots Toolview、沙箱与 CSP
├── build-test.md # 双端打包、ModuleLoader、测试金字塔
└── troubleshooting.md # 常见坑与排错(真实踩坑记录)
快速上手(给 AI Agent 的调用指引)
- 先读
SKILL.md:它定义了完整工作流(第 0~6 步),Agent 按其执行。 - 按需读 references:写工具读
tool-plugin.md,写技能读skill-plugin.md,写浏览器端读browser-side.md……(渐进式加载,别一次全读)。 - 生成骨架:
python scripts/scaffold_plugin.py <目录> --name @scope/name,然后填充逻辑。 - 对照案例:写任何能力前,先看
assets/examples/对应文件怎么写。查天气类看weather-plugin/;**把别的 AI 产品的 S
Related Skills
Dsh Plugin Subscriptions
Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth logi
Dsh Plugin Dev Skills
An Agent Skills skill for developing DeepSeek Harness (DSH) plugins(开发 DSH 插件的 Agent Skill)——插件/服务/事件/工具/LLM 适
Dsh Client Masquerade
DeepSeek Harness 插件:让自定义 llm-pi-ai provider 伪装成 Claude Code / Codex 客户端(伪造客户端身份请求头)。A DeepSeek Harness plugin:
Dsh Output Styles
Claude Code outputStyles for DeepSeek Harness - session-scoped, durable, runtime-switchable model output style
Dsh Legion
Multi-agent orchestration and LLM model routing for DeepSeek Harness (DSH): semantic AI agent profiles, exact
Dsh Plugin Hooks
DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automati
Related Agents
Ds Flash
DSH (DeepSeek Harness) worker on the flash tier - fast and cheap. Delegate simple, well-scoped subtasks: mecha
ChatGPT On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页
ZeroClaw Android
Run AI agents 24/7 on your Android phone. Native Rust core, 25+ providers (OpenAI, Claude, Gemini, Groq, DeepS