返回顶部
o

outlook

Microsoft Outlook/Live.com email client via Microsoft Graph API. List, search, read, send, and reply to emails.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
2,801
下载量
4
收藏
概述
安装方式
版本历史

outlook

# Outlook CLI Command-line email client for Microsoft Outlook/Live/Hotmail using Microsoft Graph API. ## Setup 1. **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` 2. **Get credentials** from your app registration 3. **Configure:** ```bash outlook configure ``` 4. **Authenticate:** ```bash outlook 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 20 ``` **Search:** ```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.txt ``` **Reply:** ```bash outlook reply EMAIL_ID --body "Thanks!" outlook reply EMAIL_ID --all --body "Thanks everyone!" ``` ## Search Operators - `from:email@domain.com` - Sender - `subject:keyword` - Subject line - `body:keyword` - Email body - `received:YYYY-MM-DD` - Date - `hasattachment:yes` - Has attachments ## Files - `SKILL.md` - This documentation - `outlook` - Main CLI script - `README.md` - Full documentation

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 outlook-email-1776363142 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 outlook-email-1776363142 技能

通过命令行安装

skillhub install outlook-email-1776363142

下载 Zip 包

⬇ 下载 outlook v0.1.0

文件大小: 3.35 KB | 发布时间: 2026-4-17 15:27

v0.1.0 最新 2026-4-17 15:27
- Initial release of Outlook CLI skill (v0.1.0).
- Provides command-line access to Microsoft Outlook/Live.com email via Microsoft Graph API.
- Supports listing, searching, reading, sending, and replying to emails from the terminal.
- Includes setup instructions for Azure AD app registration and authentication.
- Offers sample commands and search operators for efficient email management.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部