一键导入
Check and manage Gmail inbox
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check and manage Gmail inbox
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.