DeepSeek Harness 插件

dsh-cloudflare

DeepSeek Harness plugin providing 1:1 parity with the Codex Cloudflare plugin (skills + slash commands + Cloudflare API MCP)(英文原文)

跳到安装方式

来源信息

GitHub 仓库
try-works/dsh-cloudflare
最近更新
2026年8月17日
分类
工具与能力
GitHub stars
2
载体类型
plugin
包路径
packages/dsh-cloudflare
目录证据
上游声明已找到 dsh.bundle
证据路径
packages/dsh-cloudflare/package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/try-works/dsh-cloudflare/tree/HEAD/packages/dsh-cloudflare
插件名:dsh-cloudflare
作者:try-works

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器4 个文件
README.md来源说明 · 只读预览

@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.