skills/integrations/google/gmail/SKILL.md
Read, send, and manage Gmail emails. Load when user mentions 'gmail', 'email', 'send email', 'check email', 'inbox', 'draft', or references sending/reading emails.
npx skillsauth add beam-ai-team/beam-next-skills 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.
Automate Gmail operations including reading, sending, replying, forwarding, and managing emails. Useful for email automation, inbox management, and communication workflows.
Read, send, and manage Gmail via OAuth authentication.
These rules are MANDATORY and must NEVER be bypassed:
yes (send now), no (delete draft), or keep-draft (review in Gmail)| Operation | Requires Confirmation | |-----------|----------------------| | Send email | YES - ALWAYS | | Reply to email | YES - ALWAYS | | Forward email | YES - ALWAYS | | Send draft | YES - ALWAYS | | Delete draft | Yes | | Trash email | Yes |
These do NOT require confirmation:
uv run python skills/integrations/google/google-master/scripts/google_auth.py --check --service gmail
Exit codes:
python3 skills/integrations/google/google-master/scripts/google_auth.py --loginuv run python skills/integrations/google/gmail/scripts/gmail_operations.py list --max 10
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py list --query "is:unread" --max 10
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py search "from:[email protected] subject:report"
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py read <message_id>
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py send --to "[email protected]" --subject "Hello" --body "Message body"
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py reply <message_id> --body "Reply text"
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py forward <message_id> --to "[email protected]"
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py draft --to "[email protected]" --subject "Draft" --body "Content"
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py drafts
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py labels
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py trash <message_id>
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py archive <message_id>
uv run python skills/integrations/google/gmail/scripts/gmail_operations.py mark-read <message_id>
| Operator | Example | Description |
|----------|---------|-------------|
| from: | from:[email protected] | Emails from sender |
| to: | to:[email protected] | Emails to recipient |
| subject: | subject:meeting | Subject contains word |
| is:unread | is:unread | Unread emails |
| has:attachment | has:attachment | Has attachments |
| after: | after:2024/01/01 | After date |
| before: | before:2024/12/31 | Before date |
| label: | label:important | Has label |
See ../google-master/references/error-handling.md for common errors and solutions.
First-time setup: ../google-master/references/setup-guide.md
Quick start:
pip install google-auth google-auth-oauthlib google-api-python-client.env file at Beam Next root:
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
GOOGLE_PROJECT_ID=your-project-id
python3 skills/integrations/google/google-master/scripts/google_auth.py --logintools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.