返回顶部
a

agentsend-email

Give your AI agent its own email inbox. Send, receive, and manage email conversations via MCP tools. Set AGENTSEND_API_KEY from agentsend.io — free tier available.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
119
下载量
0
收藏
概述
安装方式
版本历史

agentsend-email

# AgentSend — Email for AI Agents Give your AI agent its own `@agentsend.io` email address. Send, receive, and manage full email conversations — no OAuth, no human verification flow. ## Setup 1. Get a free API key at [agentsend.io/auth/signup](https://agentsend.io/auth/signup) 2. Add it to your MCP config: ```json { "mcpServers": { "agentsend": { "command": "npx", "args": ["@agentsend/mcp"], "env": { "AGENTSEND_API_KEY": "your-api-key" } } } } ``` The server will not start without a valid `AGENTSEND_API_KEY`. Signup is free and instant. ## Tools | Tool | What it does | |------|-------------| | `create_inbox` | Create a new `@agentsend.io` inbox with an optional prefix and display name | | `list_inboxes` | List all your inboxes with addresses, IDs, and stats | | `send_email` | Send an email (plain text or HTML). Supports CC and thread replies | | `list_emails` | List recent emails in an inbox. Filter by read/unread status | | `get_email` | Fetch the full body, headers, and attachment metadata of any email | | `list_threads` | List conversation threads — replies are auto-grouped by RFC 5322 headers | | `get_thread` | Get every message in a thread in chronological order | | `register_webhook` | Register a URL you own to receive real-time event notifications (HMAC-signed payloads) | ## Example ``` User: "Create an inbox and send a hello to test@example.com" → create_inbox({ displayName: "My Agent" }) Created: agent-k7x2@agentsend.io → send_email({ inboxId: "...", to: ["test@example.com"], subject: "Hello!", bodyText: "Sent by AI." }) Queued for delivery ✓ ``` ## Pricing | Plan | Price | Inboxes | Emails/month | |------|-------|---------|-------------| | Free | $0 | 3 | 3,000 | | Pro | $9/mo | 5 | 5,000 + custom domains | | Enterprise | $99/mo | 100 | 100,000 | Source code: [github.com/luv005/agentpost](https://github.com/luv005/agentpost)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agentsend-email-1776125701 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agentsend-email-1776125701 技能

通过命令行安装

skillhub install agentsend-email-1776125701

下载 Zip 包

⬇ 下载 agentsend-email v1.1.0

文件大小: 1.88 KB | 发布时间: 2026-4-14 10:29

v1.1.0 最新 2026-4-14 10:29
Require explicit AGENTSEND_API_KEY; remove auto-provisioning path from skill config to address security flag

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部