ワンクリックで
sending-emails
Send emails using the cached Google Workspace credentials.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Send emails using the cached Google Workspace credentials.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.