graph-mail

Process Microsoft 365 mail via Microsoft Graph with device-code authentication.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-mail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-mail
Source: https://github.com/tluisguereroItesm/agentec-skills/tree/main/skills/graph-mail
Command: npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill graph-mail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users read, summarize, search, classify, and analyze Microsoft 365 mail through Microsoft Graph, using a local tenant profile to enable repeatable, scriptable workflows without exposing credentials in prompts.

Core Features & Use Cases

  • Read unread messages, recent items, and full bodies
  • Generate executive digests and task extraction
  • Perform semantic search and project radar across mail
  • Provide reply suggestions and pending thread detection
  • Use device-code authentication flow (auth-login/auth-poll) to authenticate

Quick Start

Authenticate with Graph Mail using the device-code flow, then run an action like unread to fetch your latest messages.

Frequently Asked Questions about graph-mail

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

FAQPage Schema
How do I read and summarize unread Microsoft 365 mail without exposing credentials in prompts?

You can read and summarize unread Microsoft 365 mail by authenticating through Microsoft Graph using a device-code flow. This approach establishes a local tenant profile that processes your messages securely without exposing credentials in your prompts.

Can I extract tasks and pending threads from Microsoft Graph email?

Yes, you can extract tasks and detect pending threads from Microsoft Graph email. The Skill processes your local tenant context to identify pending conversations and automatically generate task lists from your message bodies.

What is the best way to generate an executive digest from Microsoft 365 mail?

The best way to generate an executive digest from Microsoft 365 mail is to use the digest workflow through Microsoft Graph. It processes recent messages within your tenant context to produce a concise summary of your most important communications.

Does Microsoft Graph mail analysis support semantic search and project radar workflows?

Yes, Microsoft Graph mail analysis supports semantic search and project radar workflows. These features allow you to query your inbox contextually and monitor specific project communications across your local tenant profile.

How do I authenticate with Microsoft Graph to start analyzing my email?

You authenticate with Microsoft Graph by initiating an auth-login action that uses a device-code flow. After starting the flow, you complete the auth-poll action to validate your access context and begin analyzing your email.

Can I get reply suggestions for Microsoft 365 mail messages?

Yes, you can get reply suggestions for Microsoft 365 mail messages. The reply-suggest workflow analyzes the content of your incoming messages within your tenant context to generate recommended responses.