outlook-api

Manage Outlook emails, calendar events, and contacts via Microsoft Graph API.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill outlook-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook-api
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/outlook-api
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill outlook-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows seamless interaction with Microsoft Outlook, enabling users to manage emails, schedule meetings, and organize contacts without leaving their current workflow.

Core Features & Use Cases

  • Email Management: Read, send, and organize emails across Outlook folders.
  • Calendar Operations: Create, view, and manage calendar events and meetings.
  • Contact Management: Add, retrieve, and manage contacts within Outlook.
  • Use Case: Automatically send a follow-up email to a client after a meeting, or schedule a new meeting based on an email request.

Quick Start

Use the outlook-api skill to send an email with the subject "Project Update" and body "Please find the latest report attached." to "[email protected]".

Frequently Asked Questions about outlook-api

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

FAQPage Schema
How do I manage Outlook emails and calendars using the Microsoft Graph API?

You can manage Outlook emails and calendars using the Microsoft Graph API by integrating with endpoints that support OAuth authentication to read, send, and organize mail alongside scheduling events.

What do I need to integrate Microsoft Outlook calendar and contact management?

To integrate Microsoft Outlook calendar and contact management, you need network access, a valid Maton API key for operation, and OAuth configuration for secure authentication with the Microsoft Graph API.

Can I automatically send a follow-up email after scheduling a meeting in Outlook?

Yes, you can automatically send a follow-up email after scheduling a meeting by using API endpoints to create calendar events and send emails within a single integrated workflow.

Does the Outlook API support organizing contacts across different email folders?

The Outlook API supports organizing contacts and managing emails across folders by providing specific Microsoft Graph API endpoints to add, retrieve, and handle contact data securely.

What are the limitations of using Microsoft Graph API for Outlook email management?

Limitations of using the Microsoft Graph API for Outlook email management include the strict requirement for network access and a valid Maton API key to authenticate and execute any mail or calendar operations.