name: email-ops description: "WHAT: Send emails, check sent items, and manage drafts via Gmail integration. WHEN: User says 'send email', 'draft reply', 'check sent emails'. Trigger on: communication tasks, client response, email automation."
Email Operations
When to Use
- Sending approved emails to clients or contacts
- Drafting responses to inquiries
- Verifying sent emails
- Managing email templates
Instructions
Send Email:
python3 .claude/skills/email-ops/scripts/main_operation.py --action send --to "RECIPIENT" --subject "SUBJECT" --body "BODY"Note: Requires approval for new contacts. Use
--attachment "PATH"for attachments.List Recent Sent:
python3 .claude/skills/email-ops/scripts/main_operation.py --action list-sent --limit 5Check Status:
python3 .claude/skills/email-ops/scripts/main_operation.py --action status
Validation
- Email sent successfully (or logged in dry-run)
- Audit log entry created
- Error logged if failure occurs
See REFERENCE.md for detailed credentials setup.