DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Cloudflare — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@try-works/dsh-cloudflare

Cloudflare

提供与 Codex Cloudflare 插件完全一致功能的 DeepSeek Harness 插件(技能 + 斜杠命令 + Cloudflare API MCP)

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @try-works/dsh-cloudflare@0.1.3
README兼容性版本

兼容性与来源证明

Cloudflare 以 @try-works/dsh-cloudflare 发布,当前版本为 0.1.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.3stable
2026/8/17
0.1.2stable
2026/8/16

相关插件

正在加载相关插件…

最新版
0.1.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
1.7 MB
文件数
401
Surface
any
许可证
Apache-2.0
发布源
npm
GitHub
★ 2
周下载
18
最近提交
2026/8/17
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rIm@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理

README

@try-works/dsh-cloudflare

DeepSeek Harness (DSH) plugin providing 1:1 parity with the Codex Cloudflare plugin — 11 Cloudflare skill bundles (9 vendored from openai/plugins plus authored think and flue skills), the two Cloudflare slash commands, and the official Cloudflare API MCP server.

Install

@try-works/dsh-cloudflare is a DSH bundle: its package.json declares dsh.bundle.patch pointing at the shipped cordis.patch.yml, which mounts the plugin row plus the cloudflare-api MCP client row. Installing it as a plugin therefore auto-mounts the whole layer:

dsh plugin --profile <profile> add @try-works/dsh-cloudflare

dsh plugin forwards to pnpm in the profile directory, then reconciles the package into dsh.profile.bundles because it declares dsh.bundle. On the next boot the profile composes cordis.patch.yml over its layers.

Requires the profile to already provide ctx.skills, ctx.commands, and ctx.tools (the shipped @deepseek-ai/dsh-base bundle does).

What it provides

SkillPurpose
agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK
building-ai-agent-on-cloudflareEnd-to-end agent building workflow
building-mcp-server-on-cloudflareBuild remote MCP servers on Workers
cloudflareComprehensive Cloudflare platform skill
durable-objectsStateful coordination with Durable Objects
flueBuild/deploy Flue agents on Cloudflare (Flue Durable Objects, Workers AI)
sandbox-sdkSecure sandboxed code execution
thinkDurable chat agents with @cloudflare/think
web-perfWeb performance auditing via Chrome DevTools MCP
workers-best-practicesWorkers production best-practice review
wranglerWrangler CLI usage and configuration

Slash commands (DSH grammar): /cloudflare-build-agent and /cloudflare-build-mcp.

MCP server: cloudflare-api at https://mcp.cloudflare.com/mcp (one @deepseek-ai/dsh-mcp-client instance per the DSH convention) — Cloudflare's Code Mode server covering the full API (2,500+ endpoints in ~1,000 tokens).

The agent defaults to this server for live Cloudflare work: the cloudflare and wrangler skills instruct it to use Code Mode's search → execute flow before wrangler/curl/SDKs. The three Code Mode tools surface in DSH as:

Cloudflare toolDSH toolPurpose
searchmcp__cloudflare-api__searchFind endpoints against the OpenAPI spec
executemcp__cloudflare-api__executeCall the API via cloudflare.request()
docsmcp__cloudflare-api__docsSearch the live Cloudflare docs

See skills/cloudflare/references/api/codemode-mcp.md for the full guide.

For 1:1 Codex parity this package ships only Code Mode by default. Cloudflare also publishes focused domain-specific MCP servers (cloudflare/mcp-server-cloudflare), and this package ships one ready-to-apply --patch overlay for each under mcp/ (plus mcp/all.yml for all of them). Opt in per profile:

# One server
dsh --profile <profile> --patch <node_modules>/@try-works/dsh-cloudflare/mcp/docs.yml

# Every domain-specific server
dsh --profile <profile> --patch <node_modules>/@try-works/dsh-cloudflare/mcp/all.yml

--patch is repeatable; each overlay is one @deepseek-ai/dsh-mcp-client row and composes cleanly beside the always-on cloudflare-api Code Mode row. See the repository README for the full catalog table.

License

Apache-2.0. Vendored Cloudflare skill content carries its own licenses (skills/*/LICENSE.txt); see PROVENANCE.md in the repository for the full record.