A lightweight, zero-dependency IMAP and SMTP client designed for AI agents to read, search, and send emails securely.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mail-client
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 mail-client using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Mail Client is a robust communication tool built specifically for Openclaw Skills, allowing agents to interact with standard mail servers using IMAP for reading and SMTP for sending. Written in pure Python with no external dependencies, it ensures high compatibility and security for any standard mail provider.
This skill empowers AI agents to handle diverse email-related tasks, from summarizing unread messages and searching for specific invoices to sending automated alerts with HTML bodies and file attachments. It provides a secure way to manage credentials and granularly control permissions like sending, reading, and deleting via a local configuration file, making it a safe choice for automated communication.
Follow these steps to integrate this skill into your Openclaw Skills environment:
python3 scripts/setup.py
python3 scripts/init.py
~/.openclaw/config/mail-client/config.json.The skill manages data across two primary locations to separate secrets from behavioral configuration within the Openclaw Skills ecosystem:
| Path | Purpose | Sensitive |
|---|---|---|
~/.openclaw/secrets/mail_creds |
Stores SMTP/IMAP hosts, users, and app keys. | Yes |
~/.openclaw/config/mail-client/config.json |
Defines allowed capabilities, ports, and default folders. | No |
Metadata includes fields for sender information, subject lines, message UIDs for precise tracking, and IMAP folder structures.
Loading
Automate weekly GitHub repository discovery and LLM-powered scoring for DevOps and SysOps professionals.

Effortlessly manage Ghost CMS content, from drafting blog posts to organizing tags and members, through the Ghost Admin API.

A comprehensive command-line interface for managing Bitcoin Lightning wallet operations through the Nostr Wallet Connect (NIP-47) protocol.

A standardized personal identity protocol that allows AI agents to understand your persona, work, and preferences via a simple markdown file.

A comprehensive Nextcloud integration for Openclaw Skills that enables AI agents to manage files, folders, and metadata via WebDAV and OCS APIs.

A modular RSS aggregator for AI agents that fetches, deduplicates, and scores news articles using LLMs.








































