outlook

Access Outlook emails, calendars, and contacts via a managed OAuth gateway.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill outlook-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/outlook-api
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill outlook-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Outlook integration reduces the manual effort of connecting to Microsoft Graph by providing a managed OAuth flow and a gateway that abstracts token handling, enabling apps to read, send, and manage emails, calendars, and contacts.

Core Features & Use Cases

  • OAuth-protected access to Outlook data via the gateway.
  • Read, send, create, update, and delete emails, calendar events, and contacts through a consistent API surface.
  • Use Case: Build an app that auto-syncs a user's calendar and sends reminders to teammates.

Quick Start

Authenticate with MATON_API_KEY and call the gateway to access your Outlook data and run basic operations.

Frequently Asked Questions about outlook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Microsoft Graph email and calendar data into my app without handling OAuth tokens manually?

You can integrate Microsoft Graph email and calendar data by routing requests through a managed OAuth gateway, which abstracts token handling and lets your app read, send, and organize messages securely.

What is the best way to automate sending Outlook emails and syncing calendar events for users?

The best way to automate sending Outlook emails and syncing calendar events is using a consistent API surface via an OAuth-protected gateway, enabling your app to create, update, and delete data programmatically.

Do I need an API key to access Outlook contacts and messages through this gateway?

Yes, you need an environment key like MATON_API_KEY to authenticate with the gateway before calling the API to access your Outlook contacts, messages, and calendar data.

Can I manage both Outlook calendar events and contacts using a single API integration?

Yes, you can manage both Outlook calendar events and contacts using a single API integration, as the gateway provides standard API operations across messages, calendars, and contacts uniformly.

Why does my app fail to maintain a connection when reading Outlook emails via Microsoft Graph?

Your app may fail to maintain a connection reading Outlook emails because it lacks a managed OAuth flow; abstracting token handling through a dedicated gateway ensures stable authentication and connection management.