skills/gmail/SKILL.md
Manage Gmail accounts, read emails, send emails, set up PubSub watching.
npx skillsauth add Rawknee-69/Beta-Claw gmailInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
betaclaw supports multiple Gmail accounts with real-time email watching via Google Pub/Sub.
betaclaw gmail add [email protected] --gcp-project my-project --deliver-to GROUP_ID
This registers the account. Then start watching:
betaclaw gmail watch [email protected]
betaclaw gmail stop [email protected]
betaclaw gmail link-browser [email protected] --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 [email protected]
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 [email protected] --to [email protected] --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 [email protected] --gcp-project PROJECT_ID --topic gog-gmail-watchdevelopment
Search the web and summarize results
development
Send messages via Telegram Bot API
data-ai
Show system health, active models, channels, and skills
tools
Full betaclaw installation and onboarding wizard