Skip to main content

microsoft-graph

ALWAYS use this FIRST — before any Microsoft Graph / Microsoft 365 operation — to authenticate the sandbox AND to get the correct API recipe. Trigger this before any request to graph.microsoft.com: reading a profile (/me), mail (incl. focused inbox + shared mailboxes), calendar (incl. shared calendars), Teams teams/channels/chats, **meeting chat, transcripts, recordings, attendance**, OneDrive, SharePoint, directory/people, or unified search. The sandbox blocks unauthenticated egress, so Graph calls fail until auth runs; and several M365 flows are non-discoverable (e.g. you CANNOT list /me/onlineMeetings — you must filter by joinWebUrl). This skill owns both: the auth handshake (delegated to egress-auth) and per-domain recipes under references/. Do NOT guess Graph endpoints or call Graph before auth reports SUCCESS.

Jump to install

Source facts

Repository
gautam-achieveai/ClaudePlugins
Last source activity
June 29, 2026 at 17:31
Detected SKILL.md language
English
Stars
3
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.