Agent capability
cloudflare-agent-bootstrap
Prepare Cloudflare Agent Skills and MCP access for coding agents with explicit trust boundaries, read-only defaults, OAuth for interactive use, scoped tokens for CI, and repository-specific capability selection. Use when setting up Cloudflare for Codex, Cursor, GitHub Copilot, Claude Code, OpenCode, Windsurf, or when deciding which Cloudflare services a repository should expose to agents.
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/cloudflare-agent-bootstrap
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-agent-bootstrap --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/cloudflare-agent-bootstrap
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-agent-bootstrap --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/cloudflare-agent-bootstrap
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-agent-bootstrap --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/cloudflare-agent-bootstrap
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh cloudflare-agent-bootstrap --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'cloudflare-agent-bootstrap' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| references/official-sources.md | 1,216 | a5112dd85a093c4d… |
| SKILL.md | 5,255 | 62c5490453651ecd… |