DSH Plugin: ai-eks/dsh-auth-tunnel
ai-eks/dsh-auth-tunnel is an MIT-licensed plugin designed to securely publish a local DeepSeek Harness Web GUI to the public internet without modifying the deepseek-harness source code. Its core mechanism involves adding a Loopback password gate (including a login page and HMAC Cookie) in front of the web server, and integrating Cloudflare Tunnel to establish the connection channel. The plugin supports two publishing modes, Quick and Named Token, which are suitable for temporary access and fixed domain scenarios, respectively. During installation, it is necessary to ensure that the dsh CLI, pnpm, and cloudflared are in the PATH, and the Node version must be ^22.19 or later.
Read MoreSandbox SDK Skill: Let AI Securely Execute Untrusted Code with Cloudflare Sandbox
### Official Translation: This article introduces Cloudflare's sandbox-sdk Agent Skill: it explains how to guide Cursor / Claude Code / Codex to use the Sandbox SDK to execute untrusted code in Workers isolated containers. The article verifies the current status of the project being split into sandbox-stable, sandbox-next, and sandbox-migrate-to-next in August 2026, and provides official installation methods, minimal Worker examples and lifecycle, as well as restrictions such as transport and image alignment.
Read More# workers-best-practices Skill: Review and Write Cloudflare Workers in Accordance with Production Agreements
Cloudflare's official workers-best-practices Skill is used to review and write Workers code in accordance with production conventions: it pulls current documentation and types first, then checks `wrangler.jsonc`, streaming responses, floating promises, global state, secrets and observability. This article verifies the installation method, rule list and anti-patterns based on the original GitHub content and the official best practice page, and explains that Durable Objects, Workflows and the wrangler CLI need to switch to other Skills in the same repository.
Read More# 翻译结果 Durable Objects Skill: Build Chatrooms, Collaboration and Stateful RPC According to Official Conventions
### 正式翻译(符合技术文档译法,兼顾准确性与行业惯例): The official Cloudflare durable-objects Skill is used to create and review Durable Objects: sharding by chat rooms, game sessions or tenants, routing via `getByName`, carrying stateful edge logic with SQLite, RPC, alarms and WebSockets, and testing with Vitest. This article verifies the installation, configuration and anti-patterns against the original GitHub source and official documentation, and notes that while the Skill example still uses migrations, the current getting-started documentation recommends declaring SQLite classes via `exports`.
Read More# Cloudflare Skill: A Progressive Loading Full Platform Manual for AI
Cloudflare's official cloudflare Skill is a cross-platform entry point for Agents: users can select the right primitive among Workers, Pages, KV/D1/R2, Workers AI, Network & Security, and Terraform/Pulumi via a decision tree, then load 63 product reference directories on demand. This article cross-verifies the installation method, binding syntax and typical usage based on the original GitHub text and official documentation, and notes that reference materials may expire — for example, the example model @cf/meta/llama-3.1-8b-instruct has been discontinued as of 2026-05-30, and the quota limits and model names shall be subject to the latest Cloudflare documentation.
Read More# agents-sdk Skill: Build Stateful AI Agents on Cloudflare
### Official Translation: This article introduces Cloudflare's official agents-sdk Skill: it guides AI assistants to prioritize retrieving Agents documentation, and correctly build stateful Agents on Workers / Durable Objects, covering features such as `setState`, `@callable RPC`, scheduling, Workflows, MCP and React hooks. The article provides installation steps, agents dependency verification, wrangler configuration and a Counter example, and marks precautions such as decorators, migrations and experimental features.
Read MoreWrangler Skill: Enable AI Assistants to Deploy Cloudflare Workers Correctly
This article introduces Cloudflare's official Agent Skill "wrangler": it guides AI programming assistants to prioritize retrieving official documentation and configuration schemas before deploying and managing resources such as Workers, KV, R2, D1, etc., to avoid outdated commands and incorrect bindings. The article covers the positioning of the Skill, its core capabilities, installation and activation in tools including Cursor, Claude Code, Codex and other platforms, typical examples of wrangler.jsonc and commonly used commands, as well as precautions such as key security and local remote binding.
Read More# cloudflare-deploy: Let AI Agents Deploy Applications to Cloudflare Edge Network
`cloudflare-deploy` is an Agent Skill under the OpenAI openai/skills curated directory. It guides AI Agents to complete full-stack deployments on Cloudflare, including Workers, Pages, and services like KV/D1/R2, via decision trees and reference documents. This article verifies the official SKILL.md, introduces its differences from vercel-deploy, the installation methods for Codex/Cursor, the Wrangler authentication process and typical deployment commands, which is suitable for developers who need edge Serverless and multi-cloud deployments.
Read MoreCloudflare Meerkat: Rewriting the Global Distributed Control Plane with QuePaxa Leaderless Consensus
In July 2026, Cloudflare released the experimental consensus service Meerkat. Based on the QuePaxa algorithm proposed in 2023, it implements leaderless writes and has verified the globally strongly consistent control plane in scenarios with over 330 data centers. This article sorts out its design motivations compared to Raft, consensus log architecture, performance boundaries and PoC progress, and summarizes the community's discussions on the industrial implementation of asynchronous consensus.
Read More