dsh plugins中文
← Back to popular plugin directory

DSH Plugin

huangrx6/dsh-plugin · skills

DeepSeek Harness (DSH) plug-in collection: Skill management (import/details/multi-format file preview), MCP server management (patch layer read and write/test connection/tool ​​details), layout settings.

★ 1GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
License

Project overview

深入阅读: 插件如何与 DSH 平台协作:docs/architecture.md 源码解读:docs/skill-manager.md · docs/mcp-manager.md

装完重启 dsh(或 /reload);升级时重跑同一条命令即可(latest 链接始终指向最新发布)。需要钉住某个历史版本时,到 Releases 页 找对应 tag,把 latest/download 换成 download/ 。没有本地 dsh 命令时用 npx @deepseek-ai/dsh plugin --profile web add ...。 本地开发(clone + link)

在 profile(如 /.dsh/profiles/web)的 package.json 里用 link: 挂载,并加入 bundles:

Install command

dsh plugin --profile web add github:huangrx6/dsh-plugin
View GitHub repository ↗Back to popular plugin directory