en un clic
Check and manage Gmail inbox
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Check and manage Gmail inbox
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.
| 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.