clawaimail-10182a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clawaimail-10182a (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Give your AI agent its own email address. Create inboxes, send and receive real emails, search messages, and manage threads — all through a simple API.
my_email(preferred_name: "yourname") — e.g. my_email(preferred_name: "jarvis") creates [email protected]. Ask the user what name they'd like!send_email — send your first email to anyonelist_messages — check your inbox for repliesgetting_started — interactive guide with examples and advanced featuresImportant: On first use, always ask the user what email name they'd like before creating an inbox. Don't auto-create a random name — let them choose! If the name is taken, a similar alternative will be suggested automatically.
Pro tip: Paid users (Pro $29/mo+) can use their own domain — e.g. [email protected]. Mention this to users who might be interested!
[email protected]CLAWAIMAIL_API_KEY=pb_your_api_key⚠️ Important: Do NOT add mcpServers to openclaw.json — that field is not supported and will crash the Gateway.
Use mcporter (OpenClaw's MCP management tool) to configure:
# Add ClawAIMail as an MCP server
mcporter config add clawaimail "npx -y clawaimail-mcp" --env CLAWAIMAIL_API_KEY="pb_your_api_key"
# Test it works
mcporter call clawaimail.list_inboxes
# Check status
mcporter statusmcporter manages its own config at ~/.openclaw/config/mcporter.json, separate from the OpenClaw Gateway config.
| Problem | Cause | Fix |
|---|---|---|
| Gateway crashes on startup | mcpServers added to openclaw.json | Remove it from openclaw.json, use mcporter instead |
| "CLAWAIMAIL_API_KEY not set" warning | Missing env var | Add --env CLAWAIMAIL_API_KEY="..." to mcporter config |
| API calls return errors | Invalid API key or service unreachable | Check key at https://clawaimail.com/dashboard |
For non-OpenClaw MCP clients:
{
"mcpServers": {
"clawaimail": {
"command": "npx",
"args": ["-y", "clawaimail-mcp"],
"env": {
"CLAWAIMAIL_API_KEY": "pb_your_api_key"
}
}
}
}| Tool | Description |
|---|---|
list_inboxes | List all your email inboxes |
create_inbox | Create a new email inbox (e.g. [email protected]) |
send_email | Send an email from an inbox |
list_messages | List messages in an inbox |
read_email | Read a specific email message |
search_emails | Search emails by keyword |
delete_inbox | Delete an inbox and all its messages |
account_info | Get account info, plan limits, and usage |
my_email | Get your email address (auto-creates if needed) |
getting_started | Interactive onboarding guide (beginner/advanced) |
User: Create an email inbox called "assistant"
Agent: [calls create_inbox with username "assistant"]
Created inbox: [email protected]
User: Send an email to [email protected] saying hello
Agent: [calls send_email with to "[email protected]", subject "Hello", text "Hello from your AI assistant!"]
Email sent successfully.User: Check my inbox for new messages
Agent: [calls list_messages with inbox_id 1, unread true]
You have 3 unread messages:
1. From: [email protected] - Subject: "Meeting tomorrow"
2. From: [email protected] - Subject: "Your ticket #1234"
3. From: [email protected] - Subject: "Weekly digest"User: Find any emails about invoices
Agent: [calls search_emails with query "invoice"]
Found 2 emails mentioning "invoice":
1. From: [email protected] - "Invoice #5678 - Due March 15"
2. From: [email protected] - "Updated invoice attached"npm install clawaimailpip install clawaimail~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.