用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill gmail命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | gmail |
| command | /gmail |
| description | Manage Gmail accounts, read emails, send emails, set up PubSub watching. |
| allowed-tools | ["exec","web_fetch","browser"] |
| requires-env | ["betaclaw_HOOK_TOKEN"] |
| version | 1.0.0 |
| author | betaclaw |
betaclaw supports multiple Gmail accounts with real-time email watching via Google Pub/Sub.
betaclaw gmail add alice@gmail.com --gcp-project my-project --deliver-to GROUP_ID
This registers the account. Then start watching:
betaclaw gmail watch alice@gmail.com
betaclaw gmail stop alice@gmail.com
betaclaw gmail link-browser alice@gmail.com --session gmail-alice
If no auth state is saved, a headed Chrome window opens for you to sign in to Google.
After sign-in: betaclaw gmail save-session alice@gmail.com
Once the browser session is linked:
browser action=navigate sessionId=gmail-alice url="https://mail.google.com"
browser action=get_text sessionId=gmail-alice selector=".zA"
gog gmail send --account alice@gmail.com --to bob@example.com --subject "Hello" --body "Content"
Each account watches on a different local port. All deliver to their configured group. The agent receives email content as an inbound message and can reply, summarise, or take action.
bash <(curl -sSf https://gogcli.sh/)brew install google-cloud-sdk (macOS) or follow Linux guidegcloud auth login && gcloud config set project PROJECT_IDgcloud services enable gmail.googleapis.com pubsub.googleapis.combetaclaw gmail add alice@gmail.com --gcp-project PROJECT_ID --topic gog-gmail-watch