📨
Fastmail
Email Messaging & SocialInstall Command
npx clawhub@latest install fastmail
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Fastmail to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Fastmail appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
JMAP Protocol
Email Management
High Performance
Detailed Description
The Fastmail skill connects to Fastmail email service via the JMAP protocol, providing a more efficient email management experience than traditional IMAP.
Core Features
- Read Emails: Search and read email content by criteria
- Send Emails: Compose and send emails with HTML format support
- Folder Management: Manage email folders and labels
- JMAP High Performance: Based on the JMAP protocol, faster and more bandwidth-efficient than IMAP
- Contact Sync: Access Fastmail contacts
Configuration
Requires a Fastmail API Token (create one in Fastmail Settings > Passwords & Security > API tokens).
{
skills: {
fastmail: {
apiToken: "fmu1-xxx",
accountId: "uxxxxxxx"
}
}
}
Use Cases
- "Show me important emails received today"
- "Reply to [email protected] with a confirmation email"
- "Search for all emails containing 'invoice' from last month"
- The preferred alternative to the Gmail skill for Fastmail users