outlook

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

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill outlook-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/outlook-api
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill outlook-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of your Microsoft Outlook emails, calendar events, and contacts, reducing the need for manual interaction with the Outlook interface.

Core Features & Use Cases

  • Email Management: Read, send, draft, update, move, and delete emails.
  • Calendar Operations: List, create, and delete calendar events.
  • Contact Management: List, create, and delete contacts.
  • Use Case: Automatically send a follow-up email to a client after a meeting, or schedule a new meeting directly from your AI assistant.

Quick Start

Use the outlook skill to list the subjects of the 10 most recent emails in your inbox.

Frequently Asked Questions about outlook

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

FAQPage Schema
How do I manage Outlook emails and calendar events without using the desktop client?

You can automate Outlook email and calendar management by using an API integration with Microsoft Graph. This enables programmatic control to read, send, move, and delete emails or schedule events without manual interface interaction.

How do I authenticate Microsoft Graph API requests for Outlook?

Microsoft Graph API requests for Outlook are authenticated using OAuth. This Skill supports secure OAuth authentication through the Maton gateway to authorize access to user data.

Can I use OData query parameters to filter Outlook emails via the API?

Yes, you can use OData query parameters to filter Outlook emails. The API integration supports OData parameters, enabling precise queries to list and retrieve specific messages from mail folders.

What's the best way to automate creating Outlook contacts and calendar meetings?

The best way to automate creating Outlook contacts and calendar meetings is via Microsoft Graph API integration. It supports programmatic creation, deletion, and listing of both contacts and calendar events directly.

Does this Outlook API integration require any specific dependencies or environments?

No specific dependencies are required to use this Outlook API integration. It operates using internal scripts and references to handle Microsoft Graph API calls and Maton gateway OAuth authentication.