con un clic
sending-emails
Send emails using the cached Google Workspace credentials.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Send emails using the cached Google Workspace credentials.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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 | routing |
| 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.