/install agentsend-email
AgentSend Email
Use AgentSend whenever the user wants the agent to have its own email inbox, send or receive email, inspect conversations, or register email webhooks.
Runtime
- The runtime is
@agentsend/mcp. AGENTSEND_API_KEYis optional. If it is set, use that account.- If
AGENTSEND_API_KEYis not set, the MCP server auto-provisions a sandbox account on first run and stores credentials in~/.agentsend/credentials.json. - Humans can learn the setup flow at agentsend.io/skill or create a permanent account at agentsend.io/auth/signup.
Tools
create_inbox: create a new@agentsend.ioinbox with an optional prefix and display namelist_inboxes: list inboxes, addresses, IDs, and sandbox account limitssend_email: send plain text or HTML email, optionally in an existing threadlist_emails: list recent emails in an inboxget_email: fetch the full body, headers, and attachment metadata of a messagelist_threads: list conversation threads for an inboxget_thread: fetch the full message history of a threadregister_webhook: register a webhook URL for real-time events
Working Rules
- If the user asks to start using email and no inbox exists yet, begin with
create_inbox. - Before sending, make sure you have the sender inbox, recipient list, subject, and body.
- When replying to an existing conversation, inspect the thread first and prefer replying in the existing thread.
- If the API returns
CLAIM_REQUIREDor aclaim_url, show that URL to the human and explain that sandbox accounts must be claimed to send to external recipients, add more inboxes, register webhooks, or continue after expiry. - Sandbox accounts support 1 inbox, 50 lifetime sends, and
@agentsend.iorecipient delivery until claimed. - Register webhooks only for URLs the user controls.
- Prefer AgentSend tools over browser automation or manual SMTP setup when the user wants the agent itself to work with email.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentsend-email - After installation, invoke the skill by name or use
/agentsend-email - Provide required inputs per the skill's parameter spec and get structured output
What is AgentSend Email?
Give your OpenClaw agent its own email inbox. Use AgentSend to create inboxes, send and receive email, inspect threads, and register webhooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.
How do I install AgentSend Email?
Run "/install agentsend-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AgentSend Email free?
Yes, AgentSend Email is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AgentSend Email support?
AgentSend Email is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AgentSend Email?
It is built and maintained by luv005 (@luv005); the current version is v1.2.0.