try-works/dsh-cloudflare--packages-dsh-cloudflare2

@try-works/dsh-cloudflare

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

包名
@try-works/dsh-cloudflare
版本
0.1.2
许可证
Apache-2.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:try-works/dsh-cloudflare#c49edbdbef17bfbd3ae0bfec6e4c3f630dbee7ee&path:packages/dsh-cloudflare

@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

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

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.