install-microsoft

Configure Microsoft Graph PowerShell SDK for Outlook email and calendar access.

Updated May 7, 2026
One-click install
npx skills add https://github.com/BeltDoor/aios-template --skill install-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-microsoft
Source: https://github.com/BeltDoor/aios-template/tree/main/.king-intelligence/plugins/king-intelligence/skills/install-microsoft
Command: npx skills add https://github.com/BeltDoor/aios-template --skill install-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Microsoft.Graph, PowerShell 7, Azure.Identity, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the complexity of connecting Claude to Microsoft 365 by configuring a reliable Outlook and calendar integration path for reading, drafting, sending email, and managing events.

Core Features & Use Cases

  • Microsoft Graph Setup: Installs and configures the Microsoft Graph PowerShell SDK with persistent authentication for Claude workflows.
  • Outlook and Calendar Access: Enables email reading, draft creation, sending, and calendar event creation, updates, and deletion through Microsoft services.
  • Use Case: Connect a user's work Outlook account so Claude can help manage communications and scheduling without repeated sign-ins.

Quick Start

Ask the skill to connect my Outlook account and configure Microsoft 365 email and calendar access.

Frequently Asked Questions about install-microsoft

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

FAQPage Schema
How do I automate Outlook email and calendar workflows with PowerShell?

You can automate Outlook email and calendar workflows by using the Microsoft Graph PowerShell SDK to authenticate and manage messages, draft creation, and calendar events. This Skill configures persistent delegated access for Microsoft 365 automation.

What do I need to connect Claude to Microsoft 365 services?

To connect Claude to Microsoft 365 services, you need PowerShell 7, the Microsoft.Graph PowerShell module, and Azure.Identity for authentication. These components establish persistent delegated access for email and calendar management.

Can I manage calendar events through the Microsoft Graph API without repeated sign-ins?

Yes, you can manage calendar events through the Microsoft Graph API without repeated sign-ins by configuring persistent authentication via Azure.Identity. This allows continuous event creation, updates, and deletion through automated workflows.

Does Microsoft Graph PowerShell SDK support email draft creation and sending?

Yes, the Microsoft Graph PowerShell SDK supports email draft creation and sending. This Skill sets up the SDK so Claude can read Outlook messages, create drafts, and send emails through the Microsoft Graph API.

Why does Microsoft 365 onboarding require Azure authentication components?

Microsoft 365 onboarding requires Azure authentication components to establish secure, persistent delegated access to Outlook and calendar services. Azure.Identity handles the authentication flow needed by the Microsoft Graph PowerShell SDK.

What are the limitations of managing Outlook email through PowerShell automation?

Managing Outlook email through PowerShell automation requires PowerShell 7 and specific Microsoft Graph SDK modules. The automation depends on proper Azure authentication configuration and is limited to Microsoft 365 email and calendar actions supported by the Graph API.