outlook-inbox

Manage Outlook emails and calendar events via the Microsoft Graph Mail API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill outlook-inbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook-inbox
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/outlook-inbox
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill outlook-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Outlook email and calendar management, enabling users to search mail, read threads, send emails, and coordinate calendar events with ease.

Core Features & Use Cases

  • Email Management: Search, read threads, manage drafts, send or reply to emails.
  • Calendar Coordination: Create, update, and manage calendar events.
  • Use Case: If you need to send an email, schedule a meeting, or check your calendar events, this Skill provides the tools to do so quickly and efficiently.

Quick Start

Use the outlook-inbox skill to send an email to '[email protected]' with the subject 'Quarterly Report' and attach the 'report.pdf' file.

Frequently Asked Questions about outlook-inbox

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

FAQPage Schema
How do I manage Outlook email and calendar events programmatically?

You can manage Outlook email and calendar events by using the Microsoft Graph Mail API, which enables reading threads, composing drafts, sending emails, and scheduling meetings through managed OAuth authentication.

What do I need to automate sending emails through Microsoft Graph?

To automate sending emails through Microsoft Graph, you need managed OAuth authentication with your Microsoft account to securely connect and execute email composition and sending commands.

Can I search mail and manage calendar events with the same API?

Yes, the Microsoft Graph Mail API allows you to search mail, read email threads, and create or update calendar events within a single connected workflow.

How do I create a calendar event and notify attendees via Outlook?

Creating a calendar event and notifying attendees via Outlook involves using the calendar coordination commands to generate the event and the email management tools to send the notification.

Does this approach work for administrative workflows involving email scheduling?

Yes, this approach is specifically designed for administrative workflows involving email communication and scheduling, streamlining tasks like searching mail and coordinating calendar events.

What are the limitations of using Microsoft Graph for task management?

Using Microsoft Graph for task management requires continuous managed OAuth authentication, and its scope is limited to email and calendar coordination rather than broader project task management.