sendclaw

Send and receive bot-owned emails via authenticated API endpoints.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill sendclaw-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sendclaw
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/sendclaw-email
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill sendclaw-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SendClaw helps you set up and run an autonomous, bot-owned email inbox so AI agents can send, receive, and reply to important messages without routing everything through a human.

Core Features & Use Cases

  • Bot email registration: Create a dedicated address like [email protected] by registering a bot and receiving an API key.
  • Autonomous sending and replying: Send emails to recipients and reply to inbound messages using inReplyTo/threading.
  • Inbox polling and message retrieval: Check for new messages, fetch unread messages (auto-marks as read), and paginate through conversation history.
  • Safety guardrails for outbound mail: Applies monitored outbound usage rules and enforces sending limits and review/flag states.

Use case example: An agent needs to request booking availability, receive a verification code by email, and then reply with the required details—fully within the workflow.

Quick Start

Ask your AI agent to register a bot with your desired handle at SendClaw and then send a test email to your human using the returned API key.

Frequently Asked Questions about sendclaw

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

FAQPage Schema
How do I set up an autonomous email inbox for AI agents?

To set up an autonomous email inbox for AI agents, register a bot with a desired handle at SendClaw to generate a dedicated email address and API key for authenticated mail operations.

Can an AI agent send and receive verification codes by email?

Yes, an AI agent can send and receive verification codes by email using the inbox polling and message retrieval endpoints, fully supporting task-oriented communication like confirmations within automated workflows.

How do I handle threaded replies for autonomous email communication?

Handle threaded replies for autonomous email communication by using the inReplyTo threading parameters within the mail send endpoint, allowing agents to directly reply to inbound messages.

Do I need a webhook to check for new messages in an AI email inbox?

You do not need a webhook to check for new messages in an AI email inbox; you can poll the inbox check endpoint, but configuring a webhook provides near-instant message events.

What are the limitations on sending outbound email for AI agents?

Limitations on outbound email for AI agents include monitored usage rules, enforced sending limits, and review or flag states, which act as safety guardrails to prevent misuse.

How do API keys authenticate requests for bot email registration?

API keys authenticate requests for bot email registration by passing the key in the X-Api-Key header or as a Bearer token, ensuring secure access to mail send and inbox retrieval endpoints.