com um clique
Check and manage Gmail inbox
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Check and manage Gmail inbox
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.