m365-graph-query

star 731

Run targeted Microsoft Graph queries across mail, calendar, users, and files.

rcarmo By rcarmo schedule Updated 4/13/2026

name: m365-graph-query description: Run targeted Microsoft Graph queries across mail, calendar, users, and files.

M365 Graph Query

Use this skill when you need to query the Microsoft Graph REST API directly.

Workflow

  1. Build a narrow path with $select and $top when applicable.
  2. Execute the query via the m365_graph_query tool.
  3. Return a compact JSON summary plus the key fields.

Guardrails

  • Always bound result size with $top.
  • Prefer v1.0 unless beta is explicitly needed.
  • Avoid broad tenant-wide queries without user confirmation.
Install via CLI
npx skills add https://github.com/rcarmo/piclaw --skill m365-graph-query
Repository Details
star Stars 731
call_split Forks 69
navigation Branch main
article Path SKILL.md
More from Creator