Skip to main content

Edge and Cloudflare Agent

By @sriray

Build, deploy, and tune apps on Cloudflare Workers and the edge.

aster install --stack edge-and-cloudflare-agent

Included Skills (5)

agents-sdk
v1.0.0

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable ex

0100
durable-objects
v1.0.0

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with

0100
web-perf
v1.0.0

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, de

0100
workers-best-practices
v1.0.0

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards

0100
wrangler
v1.0.0

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudfl

0100

Compatibility Exports

CClaude / MCP Server
{
  "mcpServers": {
    "aster": {
      "command": "npx",
      "args": [
        "-y",
        "astermcp"
      ],
      "env": {
        "ASTER_STACK": "edge-and-cloudflare-agent"
      }
    }
  }
}
OOpenAI / GPT
{
  "name": "Edge and Cloudflare Agent",
  "description": "Build, deploy, and tune apps on Cloudflare Workers and the edge.",
  "skills": [
    "hunted/wrangler",
    "hunted/workers-best-practices",
    "hunted/durable-objects",
    "hunted/web-perf",
    "hunted/agents-sdk"
  ],
  "install": "aster install --stack edge-and-cloudflare-agent"
}
TPlain Text
# Add to your Claude project
Stack: Edge and Cloudflare Agent
Skills: hunted/wrangler, hunted/workers-best-practices, hunted/durable-objects, hunted/web-perf, hunted/agents-sdk

Install with: aster install --stack edge-and-cloudflare-agent
CLI Usage

Install the entire stack

aster install --stack edge-and-cloudflare-agent

Or install skills individually

aster install hunted/wrangler hunted/workers-best-practices hunted/durable-objects hunted/web-perf hunted/agents-sdk

Load via MCP server

ask_load stack="edge-and-cloudflare-agent"