원클릭으로
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 | 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.