Quickly fetch and condense your latest Gmail messages into actionable AI-generated summaries within your agent workflow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install email-summary
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-summary 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 Summary skill is a robust automation tool designed to bridge the gap between your inbox and your active workspace. By integrating with Openclaw Skills, this tool allows users to retrieve unread emails and transform them into concise, readable summaries. It focuses on extracting the core intent of messages, identifying the sender, and proposing immediate next steps, ensuring that users can manage their communication efficiently without the distractions of a full email client.
This skill is particularly valuable for developers and power users who utilize Openclaw Skills to maintain a unified command-line or agent-based interface for their daily operations. It leverages the Gmail API to provide secure access to recent threads, making it an essential component for automated daily briefings and rapid inbox triaging.
To deploy this tool within your Openclaw Skills setup, follow these configuration steps:
export GMAIL_CREDENTIALS_PATH="/path/to/your/credentials.json"
fetch_emails.py is located in your skill's scripts directory.The Email Summary skill organizes retrieved data into a structured format for the AI agent to parse. The output includes:
| Field | Description |
|---|---|
| From | Name and email address of the message sender. |
| Subject | The header or topic of the email. |
| Summary | A 2-3 sentence distillation of the email's primary content. |
| Action | Recommended follow-up steps (e.g., Reply, Archive, or Flag). |
All data is processed locally using Openclaw Skills protocols to ensure privacy and security.
--count argument to handle varying inbox volumes.--all flag within Openclaw Skills.Loading
A structured memory system for AI agents that organizes context into domains using weight-based decay and bidirectional links.

A versatile skill for generating and editing images using OpenRouter-compatible multimodal models through a unified API.

A secure video conferencing integration for Openclaw that automates instant meeting links and scheduled invite templates via Meetling.

Automate the creation of production-ready React and Next.js projects from requirement documents and UI designs.

A sophisticated skill for transforming rigid, robotic AI-generated content into authentic, conversational, and human-sounding prose.

An autonomous coding agent loop that leverages Ralph CLI and OpenCode Zen free models with built-in fallback logic.








































