An AI-driven email management skill that enables agents to read, summarize, and send messages through IMAP and SMTP protocols using the himalaya CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install email-reader
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 email-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Email Reader skill empowers your AI agent with comprehensive mailbox management capabilities. By integrating with Openclaw Skills, this tool allows for seamless interaction with major email providers including Gmail, Outlook, QQ Mail, and Netease.
It leverages the high-performance himalaya CLI to handle the technical heavy lifting of IMAP and SMTP protocols, while providing a high-level natural language interface. This ensures that users can interact with their inbox using simple voice or text commands, making it a cornerstone for automated digital communication workflows within the Openclaw Skills ecosystem.
To utilize this skill within the Openclaw Skills framework, you must first install the himalaya CLI:
# macOS
brew install himalaya
# Linux
cargo install himalaya
# Windows
winget install himalaya
Next, configure your email account details:
himalaya envelope add --name personal \
--imap-host imap.example.com \
--imap-port 993 \
--smtp-host smtp.example.com \
--smtp-port 587 \
--username [email protected] \
--password "your-password"
The skill organizes email data using a structured taxonomy to help the AI maintain context during long conversations:
| Attribute | Description |
|---|---|
| Envelope ID | The unique identifier used by the CLI to reference specific messages. |
| Sender/Recipient | Metadata identifying the participants in the email thread. |
| Subject | The primary topic line of the email message. |
| Summary | An AI-synthesized abstract of the body content for rapid consumption. |
| Suggested Actions | AI-driven recommendations such as Reply, Delete, or Archive. |
Loading
A professional-grade document processing skill that enables AI agents to read, parse, and extract key information from PDF, Word, and PowerPoint files.

A comprehensive flight price tracking and search tool that integrates Google Flights data into your local environment and AI agents.

Apply Y Combinator's "New Way" playbook to rapidly ship MVPs and establish distribution loops.

An automated monitoring skill that captures screenshots of official X accounts to generate intelligent recaps and market insights.

A powerful AI skill for extracting metadata, summarizing content, and identifying key timestamps from global video platforms like YouTube and Bilibili.

An autonomous web research skill that enables AI agents to search, browse, and extract real-time knowledge from the internet.








































