with one click
Check and manage Gmail inbox
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Check and manage Gmail inbox
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | |
| description | Check and manage Gmail inbox |
| argument-hint | ["inbox|unread|send \"to\" \"subject\" \"body\""] |
| allowed-tools | bash, gmail |
Manage email based on the command: $ARGUMENTS
View inbox:
connectors run gmail messages list --max 10
View unread:
connectors run gmail messages list --unread --max 10
Send email: Parse the recipient, subject, and body from arguments:
connectors run gmail messages send --to "recipient@example.com" --subject "Subject" --body "Body text"
Search emails:
connectors run gmail messages search "query" --max 10
Present emails as:
Flag important or urgent emails.
View and manage Google Calendar events
Create and manage notes in Notion
Search the web for information using Exa
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.