All-time installs9
Active installs6
Stars4
Outlook CLI
Command-line email client for Microsoft Outlook/Live/Hotmail using Microsoft Graph API.
Setup
-
Create Azure AD App: https://portal.azure.com → App registrations
- Name:
outlook-cli - Account type: "Personal Microsoft accounts only"
- Redirect URI:
http://localhost:8080/callback
- Name:
-
Get credentials from your app registration
-
Configure:
bashoutlook configure -
Authenticate:
bashoutlook auth
Commands
| Command | Description |
|---|---|
outlook list [n] | List recent emails |
outlook search "query" [n] | Search emails |
outlook read <id> | Read email by ID |
outlook send --to ... | Send email |
outlook reply <id> | Reply to email |
outlook status | Check auth status |
Examples
List emails:
bash
outlook list 20Search:
bash
outlook search "from:linkedin.com"
outlook search "subject:invoice"Send:
bash
outlook send --to "user@example.com" --subject "Hello" --body "Message"
outlook send --to "a@x.com,b@x.com" --cc "boss@x.com" --subject "Update" --body-file ./msg.txtReply:
bash
outlook reply EMAIL_ID --body "Thanks!"
outlook reply EMAIL_ID --all --body "Thanks everyone!"Search Operators
from:email@domain.com- Sendersubject:keyword- Subject linebody:keyword- Email bodyreceived:YYYY-MM-DD- Datehasattachment:yes- Has attachments
Files
SKILL.md- This documentationoutlook- Main CLI scriptREADME.md- Full documentation
Created by
@abhiramee08b021Persistent memory
Give your OpenClaw agent a memory layer
Mem0 remembers users and context across sessions so you send fewer tokens and get better answers.
Try Mem0Mem0 + OpenClaw guide