/SKILL.md
This skill enables Microsoft Graph API operations for email, calendar, and user management. Use when the user requests: reading/sending emails, checking/creating calendar events, or searching user information. Supports timezone-aware operations with natural time parameters like "--end now".
npx skillsauth add marlonluo2018/microsoft-graph-skill microsoft-graph-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
All commands require email addresses only (e.g., [email protected]). Names are NOT supported.
scripts/auth.py)--status --start --complete --logout
scripts/email_operations.py)list search find get thread send reply forward read delete folders attachments accept-invite decline-invite
scripts/calendar_operations.py)list get create update delete cancel forward availability propose accept decline tentative calendars
scripts/user_operations.py)get search manager directreports contacts people folders
CRITICAL: --start and --end require plain datetime + --timezone:
--start "2026-03-26T12:00:00" --timezone "Asia/Shanghai"
--end "now" --timezone "UTC"
Embedded timezone (Z or +08:00) is NOT supported.
python scripts/email_operations.py list --timezone "Asia/Shanghai"
python scripts/email_operations.py search --from "[email protected]" --timezone "UTC"
python scripts/email_operations.py find --subject "meeting" --start "2026-03-01T00:00:00" --end "now" --timezone "Asia/Shanghai"
python scripts/email_operations.py send --to "[email protected]" --subject "Hello" --body "Message content"
Use \n for line breaks
Example:
--body "Line 1\nLine 2\nLine 3"
--body "Hello,\n\nParagraph 1.\n\nParagraph 2."
python scripts/calendar_operations.py create --subject "Team Meeting" --start "2026-03-26T10:00:00" --end "2026-03-26T11:00:00" --timezone "Asia/Shanghai"
python scripts/calendar_operations.py availability --emails "[email protected],[email protected]" --start "2026-03-26T09:00:00" --end "2026-03-26T17:00:00" --timezone "Asia/Shanghai"
--from EMAIL - Sender filter--to EMAIL - Recipient filter--subject TXT - Subject filter--folder FOLDER - Folder name (inbox, sentitems, all, etc.)--unread - Unread only--detail - Full content--required EMAILS - Required attendees--optional EMAILS - Optional attendees--no-teams - Disable Teams meeting (enabled by default)--to EMAILS - To recipients--cc EMAILS - CC recipients--bcc EMAILS - BCC recipients--csv PATH - Load BCC from CSV (auto-batch if >500 recipients)--json flagreferences/commands.mddevelopment
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.