mit einem Klick
Check and manage Gmail inbox
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Check and manage Gmail inbox
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.