DeepSeek Harness plugin

dsh-cloudflare

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

Jump to install

Source facts

Repository
try-works/dsh-cloudflare
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
2
Format
plugin
Package path
packages/dsh-cloudflare
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/dsh-cloudflare/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/try-works/dsh-cloudflare/tree/HEAD/packages/dsh-cloudflare
Plugin: dsh-cloudflare
Author: try-works

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only

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