with one click
sending-emails
Send emails using the cached Google Workspace credentials.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Send emails using the cached Google Workspace credentials.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Automated governance, hook installation, pre-commit validation, branch isolation, and safe commit operations.
Enforcement of safety guardrails, axiom verification, secret scanning, and mutability protections.
Building and managing premium statistical dashboards, RAG explorer UIs, warehouse log monitors, and real-time visualization centers.
Integration of agent systems with blockchain protocols, contracts, event stores, reputation networks, and collective verification engines.
AI model configuration, LLM memoization, agentic RAG search, and vector library maintenance.
Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.
| agents | ["executive-operations-specialist"] |
| category | parallel |
| description | Send emails using the cached Google Workspace credentials. |
| knowledge | ["none"] |
| name | sending-emails |
| related_skills | ["none"] |
| templates | ["none"] |
| tools | ["none"] |
| type | skill |
| version | 1.0.0 |
| references | ["none"] |
| settings | {"auto_approve":false,"retry_limit":3,"timeout_seconds":300,"safe_to_parallelize":false,"orchestration_pattern":"routing"} |
This skill allows agents to send emails via the user's Gmail account using a Python script.
Use this skill when you need to perform automated email communication, such as sending reports, notifications, or project updates.
.gemini/antigravity/brain/... (configured).google-api-python-client installed.Send an email to a specific recipient.
Usage:
# To send an email
run_command(
CommandLine='python scripts/send_gmail.py --to "recipient@example.com" --subject "Subject Line" --body "Message body goes here"',
Cwd='.', # Use factory root
SafeToAutoRun=False, # User should confirm email sending usually
WaitMsBeforeAsync=5000
)
scripts/send_gmail.py.