cloud-claw AGENTS.md

cloud-claw AGENTS.md is an instructions file for Codex, OpenCode from miantiao-me/cloud-claw. It costs 1,532 tokens per session, scanned A, original, MIT.

Development instructions for Cloud Claw, a TypeScript service running on Cloudflare that hosts AI assistant workloads in containers and routes browser connections. They describe its tools, commands, and source layout.

In plain words
What is it for?
They help agents install dependencies, run the service locally, lint and format code, regenerate Cloudflare types, deploy it, and locate its routing and container code.
Why use it?
They explain how to work with the project’s cloud infrastructure and how to validate changes when there is no configured test suite.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/miantiao-me/cloud-claw/agents-md
Clone the repo
git clone --depth 1 https://github.com/miantiao-me/cloud-claw

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloud-claw AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/miantiao-me/cloud-claw/agents-md.svg)](https://agentmods.dev/instructions/miantiao-me/cloud-claw/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/miantiao-me/cloud-claw/agents-md"><img src="https://agentmods.dev/badge/instructions/miantiao-me/cloud-claw/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,532 This file is loaded in full into every session.
When invoked 1,532 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01532 $0.01532
Opus 5 $0.00766 $0.00766
Sonnet 5 $0.00306 $0.00306
Haiku 4.5 $0.00153 $0.00153

Measured 5d ago against content hash 880ef63bed3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cloud-claw AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Development Guidelines

Development guidelines for AI coding agents working on Cloud Claw.

Project Overview

Cloud Claw is a TypeScript project running on Cloudflare Workers + Containers. It uses Durable Objects with @cloudflare/containers to manage containerized AI assistant workloads.A Worker handles routing/auth, forwards requests to a singleton container running an OpenClaw gateway instance, and proxies Chrome DevTools Protocol (CDP) sessions via Cloudflare Browser bindings.

Tech Stack: Cloudflare Workers, TypeScript (ES2024), pnpm (v10.28.2)

Commands

pnpm install          # Install dependencies
pnpm dev              # Start local dev server (binds 0.0.0.0)
pnpm deploy           # Deploy to Cloudflare
pnpm lint             # Run formatter (oxfmt) + linter (oxlint)
pnpm cf-typegen       # Regenerate Cloudflare type definitions
npx oxfmt             # Format only
npx oxlint            # Lint only

No test suite configured. Validate changes with pnpm lint and pnpm dev.

Project Structure

src/
├── index.ts          # Workers entry point (ExportedHandler), routing, basic auth
├── container.ts      # AgentContainer class (extends Container), WebSocket gateway
└── cdp.ts            # Chrome DevTools Protocol proxy (chunked binary WebSocket framing)

wrangler.jsonc        # Wrangler config (containers, bindings, placement)
tsconfig.json         # TypeScript config (ES2024, strict, bundler resolution)
Dockerfile            # Container image: OpenClaw gateway + TigrisFS S3 mount
worker-configuration.d.ts  # Auto-generated Cloudflare bindings (DO NOT EDIT)
.oxfmtrc.json         # Formatter config (single quotes, no semicolons, spaces)

Code Style

Formatting (oxfmt — .oxfmtrc.json)

  • Single quotes, no semicolons, spaces for indentation (oxfmt overrides .editorconfig)
  • LF line endings, always insert final newline
  • Run pnpm lint before committing

TypeScript

  • Target: ES2024, Module: ES2022, Resolution: Bundler
  • Strict mode: Enabled — No emit (Wrangler bundles)

Read the full file on GitHub · 170 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 170 lines · 1,532 tokens per session scan A 880ef63bed3d

Subscribe to this mod's changes

cloud-claw AGENTS.md is an instructions file published in the GitHub repository miantiao-me/cloud-claw (262 stars, last pushed 6mo ago), licensed MIT. It adds 1,532 tokens to every session, about $0.0077 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.