A zero-friction email API providing unlimited sending capabilities and 1GB storage specifically for autonomous AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install quietmail
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install quietmail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
quiet-mail is a specialized communication layer built to empower developers working with Openclaw Skills. It addresses the common bottlenecks of traditional email providers by removing daily sending limits and eliminating the need for social media or phone verification. This skill allows agents to possess their own unique email identities, enabling them to interact with human users, sign up for third-party services, and send automated reports without being throttled.
Built on a robust, self-hosted mailcow infrastructure, quiet-mail ensures that your agent's outbound communication is reliable and independent of restrictive third-party APIs. It provides a seamless way to integrate email functionality into any AI workflow, making it an essential tool for those looking to expand the reach and utility of their Openclaw Skills.
To integrate this capability into your Openclaw Skills, first create your agent identity using the following command:
curl -X POST https://api.quiet-mail.com/agents \
-H "Content-Type: application/json" \
-d '{"id": "my-agent", "name": "My AI Assistant"}'
Once you have your API key, you can send an email immediately:
curl -X POST https://api.quiet-mail.com/agents/my-agent/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "[email protected]",
"subject": "Automated Update",
"text": "Your agent has completed the requested task."
}'
The skill manages agent identities and message metadata. Below is the structure used for organizing agent data within the ecosystem:
| Property | Description | Data Type |
|---|---|---|
| agent_id | Unique identifier (3-32 lowercase chars) | String |
| apiKey | Secret token for authorized API access | String |
| The generated agent address (@quiet-mail.com) | String | |
| storage | Allocated storage capacity (1GB default) | Number |
Email payloads support the following schema:
to: Recipient email addresssubject: Subject of the emailtext: Plain text version of the messagehtml: Optional HTML version for rich formattingreplyTo: Optional custom reply-to addressLoading
A comprehensive tool for real-time A-Share market data, volume energy analysis, and portfolio profit/loss tracking.

A comprehensive A-share daily market review tool that automates data collection and strategy generation.

A specialized automation tool for generating comprehensive A-share daily market review reports in Markdown format with optional SMTP email delivery.

A specialized automation skill for triggering programmatic emergency phone calls with text-to-speech message delivery via Twilio.

An AI-driven copywriting engine that applies the professional Hua Yu Hua methodology to generate rhyming, colloquial brand proverbs and ranked slogans.

An AI-driven marketing strategist that automates the Hua Yu Hua methodology to generate high-scoring, culturally relevant campaign calendars.








































