Overview
- Skill Key
- c36025251-pixel/outlook-graph
- Author
- c36025251-pixel
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/c36025251-pixel/outlook-graph
- Latest Commit SHA
- f4fefccc1946a9f34abd3fdf70db4cf37e845898
Connect OpenClaw to Outlook and Microsoft Graph for email, calendar, contacts, and folder operations using a pre-provided access token. Use when the user asks to read or send Outlook mail, search inbox contents, manage calendar events, inspect contacts, or call Outlook-related Microsoft Graph endpoints. Made especially for openclaw agents.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 outlook-graph 技能。 若已安装,则直接安装 outlook-graph 技能。
# Outlook Graph
Use Microsoft Graph to let OpenClaw work with Outlook mail, calendar, contacts, and related folders. Made especially for openclaw agents.
## When to Use
Use this skill when the user wants to:
- read recent Outlook emails
- search mail by keyword
- send an Outlook email
- inspect mail folders
- list upcoming calendar events
- create a calendar event
- list Outlook contacts
- call an Outlook-related Microsoft Graph endpoint directly
## Default Workflow
1. Pick the narrowest command that matches the request.
2. Run the helper script with `python3`.
3. Read the JSON output.
4. Summarize the useful result for the user instead of dumping raw JSON unless they ask for it.
## Commands
### Read recent mail
```bash
python3 {baseDir}/scripts/outlook_graph.py mail-list --folder inbox --top 10
```
### Search mail
```bash
python3 {baseDir}/scripts/outlook_graph.py mail-search --query "invoice OR payment" --top 10
```
### Send mail
```bash
python3 {baseDir}/scripts/outlook_graph.py mail-send \
--to "alex@example.com" \
--subject "Follow-up" \
--body "Checking in on the open items."
```
### List upcoming events
```bash
python3 {baseDir}/scripts/outlook_graph.py calendar-list --days 7 --top 15
```
### Create an event
```bash
python3 {baseDir}/scripts/outlook_graph.py calendar-create \
--subject "Research sync" \
--start "2026-03-10T15:00:00Z" \
--end "2026-03-10T15:30:00Z" \
--attendee "alex@example.com" \
--body "Weekly research sync."
```
### List contacts
```bash
python3 {baseDir}/scripts/outlook_graph.py contacts-list --top 20
```
### List mail folders
```bash
python3 {baseDir}/scripts/outlook_graph.py folders-list --top 50
```
### Generic Graph GET
```bash
python3 {baseDir}/scripts/outlook_graph.py graph-get \
--path "/me/messages" \
--query "\$top=5" \
--query "\$select=subject,from,receivedDateTime"
```
### Generic Graph POST
```bash
python3 {baseDir}/scripts/outlook_graph.py graph-post \
--path "/me/messages/{mes...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.