cloudflare-agentic-inbox

Automate private email management on Cloudflare Workers with Durable Objects and R2.

2|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/ai-agent-skills --skill cloudflare-agentic-inbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-agentic-inbox
Source: https://github.com/Aradotso/ai-agent-skills/tree/main/skills/cloudflare-agentic-inbox
Command: npx skills add https://github.com/Aradotso/ai-agent-skills --skill cloudflare-agentic-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare Agentic Inbox provides a self-hosted, AI-powered email client running entirely on Cloudflare Workers, enabling private control over routing, storage, and AI-assisted response workflows.

Core Features & Use Cases

  • Self-hosted email inbox powered by Cloudflare Workers and AI agents.
  • Durable Objects-based per-mailbox state for fast, consistent access.
  • Integration with R2 for attachments and seamless storage.
  • Email Routing to receive mail and forward to the worker for processing.
  • WebSocket-based AI-assisted interactions for composing responses and summarizing conversations.

Quick Start

Deploy your own AI-enabled mailbox on Cloudflare Workers and start routing emails to the self-hosted inbox immediately.

Frequently Asked Questions about cloudflare-agentic-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a self-hosted AI email inbox on Cloudflare Workers?

Yes, you can use Cloudflare R2 for email attachment storage. The inbox integrates seamlessly with R2 to handle attachments, routing received emails directly to the worker for automated AI processing and secure private storage.

What is the best way to maintain private email state on Cloudflare Workers?

Using Durable Objects is the best way to maintain private email state on Cloudflare Workers. They provide fast, consistent per-mailbox state access for your self-hosted AI inbox, ensuring reliable routing and AI-assisted response workflows.

Does this AI inbox support WebSocket interactions for composing email responses?

Yes, the AI inbox supports WebSocket-based interactions for composing responses. It integrates with Cloudflare Workers AI via the Agents SDK, enabling real-time AI-assisted email summarization and conversation management within the self-hosted environment.

Can I use Cloudflare Access for access control on a self-hosted email inbox?

Yes, you can use optional Cloudflare Access for access control on your self-hosted email inbox. This secures your private AI-assisted email workflow, ensuring only authorized users access the routing, storage, and Durable Objects mailbox state.

What are the limitations of using Cloudflare Workers for private email management?

Limitations of using Cloudflare Workers for private email management include relying entirely on the Cloudflare ecosystem for routing, R2 storage, and Workers AI. Teams must manage Durable Objects capacity and optional Cloudflare Access configurations independently.