dsh-plugins

7Star2Fork2Issue0Watching
机审证据安装命令仓库已核验dsh-plugin Topic许可证READMEAI 百科

安装

$ dsh plugin --profile web add github:Ceelog/dsh-plugins

在终端中运行以上命令,通过 dsh CLI 安装此插件。可在右上角切换 Profile。 第一次用 dsh?看这篇新手教程

对话式安装

帮我安装 DeepSeek Harness 插件 Ceelog/dsh-plugins:先查看仓库 https://github.com/Ceelog/dsh-plugins 确认安全性,然后执行安装命令并验证插件加载成功。

把这段指令粘贴给 DSH Web GUI 里的助手,由它代你完成安装与验证。

Out-of-tree DeepSeek Harness plugins workspace.

Plugins

PluginDescriptionDemo
@opendsh/dsh-plugin-scheduled-tasksPer-project scheduled tasks with prompts, executed as headless agent sessions in the project directory, with durable run history.
@opendsh/dsh-plugin-setting-mcpManage MCP servers from the settings panel — view, edit, remove, enable/disable — with hot reload on save.

Workspace layout

src/plugins/
├── dsh-plugin-scheduled-tasks   (@opendsh/dsh-plugin-scheduled-tasks)
└── dsh-plugin-setting-mcp       (@opendsh/dsh-plugin-setting-mcp)
CommandMeaning
pnpm installInstall workspace tooling (TypeScript 7, Biome, …).
pnpm buildBuild every plugin package.
pnpm testRun every plugin's vitest suite.
pnpm lintBiome check across the workspace.

Toolchain

  • TypeScript 7 (the native compiler) for typechecking and server emit.
  • tsdown for the browser client bundle, wrapped in the DSH window.__ModuleLoader__.load handoff (see each plugin's scripts/wrap-client.mjs).
  • vitest for unit tests, Biome for lint/format.

联系开发者

扫描下方二维码联系开发者:

联系开发者

收录徽章

Listed on deepseek-plugin.org
[![Listed on deepseek-plugin.org](https://img.shields.io/badge/listed_on-deepseek--plugin.org-007EC6)](https://deepseek-plugin.org/plugins/Ceelog/dsh-plugins)

把这段 markdown 粘贴到你的 GitHub README,链接回本插件详情页。徽章只声明已被本站收录,不代表安全认证。

返回插件目录
dsh-plugins — DeepSeek Harness 插件 | deepseek-plugin.org