A professional command-line interface for Microsoft Outlook that enables listing, searching, reading, and sending emails via the Microsoft Graph API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install outlook-email
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 outlook-email using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Outlook CLI skill provides a direct bridge between your terminal and the Microsoft email ecosystem. Built to support personal Microsoft accounts like Outlook, Live, and Hotmail, this tool allows for seamless email interaction without leaving your development environment. By utilizing Openclaw Skills, developers can integrate email workflows into their automated agents or use it as a standalone productivity tool for managing correspondence efficiently.
This skill leverages the Microsoft Graph API to ensure secure and standardized access to your mailbox. It supports comprehensive email management tasks, from listing the latest messages to executing complex searches based on specific metadata like sender, date, or attachments. It is a vital component for anyone looking to automate their communication layer using Openclaw Skills.
To get started with this skill, you must first register an application in the Azure portal and then configure your local environment.
# Register app at https://portal.azure.com with Redirect URI: http://localhost:8080/callback
# Configure your credentials
outlook configure
# Authenticate your Microsoft account
outlook auth
# Verify your authentication status
outlook status
The skill interacts with Microsoft Graph API objects and organizes data as follows:
| Feature | Description | Example Command |
|---|---|---|
| Email Listing | Retrieves a list of recent messages | outlook list 10 |
| Detailed View | Fetches the full body and metadata of a specific email ID | outlook read <id> |
| Search | Filters messages using specific operators | outlook search "from:microsoft.com" |
| Sending | Composes and sends new emails with CC and file support | outlook send --to "[email protected]" |
| Metadata | Includes IDs, subjects, sender info, and attachment status | Included in all read/list outputs |
from:, subject:, received:, and hasattachment:yes.To and CC fields to handle complex communication threads.--body-file flag, allowing for the sending of long-form content or logs.--all flag to maintain thread integrity in team environments.Loading
A full-featured automation suite for managing Toingg voice campaigns and WhatsApp messaging workflows through the Openclaw Skills framework.

A comprehensive toolkit for managing Toingg voice and WhatsApp outreach campaigns through automated scripts and scheduled analytics.

A desktop-first assistant that monitors Outlook and Teams to track action items and draft concise, personable replies.

A specialized migration tool that converts dynamic WordPress installations into optimized, secure static sites for Cloudflare Pages deployment.

A comprehensive ElevenLabs-powered voice studio for OpenClaw providing professional text-to-speech, transcription, and voice cloning.

A comprehensive crypto intelligence tool for querying multi-chain portfolios, DeFi positions, and transaction history via the Zerion MCP server.








































