try-works/dsh-cloudflare--packages-dsh-cloudflare ↗★ 2
@try-works/dsh-cloudflare
DeepSeek Harness plugin providing 1:1 parity with the Codex Cloudflare plugin (skills + slash commands + Cloudflare API MCP)
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:try-works/dsh-cloudflare#c49edbdbef17bfbd3ae0bfec6e4c3f630dbee7ee&path:packages/dsh-cloudflare说明文档
阅读完整 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
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
| Skill | Purpose |
|---|---|
agents-sdk | Build AI agents on Cloudflare Workers using the Agents SDK |
building-ai-agent-on-cloudflare | End-to-end agent building workflow |
building-mcp-server-on-cloudflare | Build remote MCP servers on Workers |
cloudflare | Comprehensive Cloudflare platform skill |
durable-objects | Stateful coordination with Durable Objects |
flue | Build/deploy Flue agents on Cloudflare (Flue Durable Objects, Workers AI) |
sandbox-sdk | Secure sandboxed code execution |
think | Durable chat agents with @cloudflare/think |
web-perf | Web performance auditing via Chrome DevTools MCP |
workers-best-practices | Workers production best-practice review |
wrangler | Wrangler 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).
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.