email-ops

star 0

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.

DanielHashmi By DanielHashmi schedule Updated 2/18/2026

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

  1. 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.

  2. List Recent Sent:

    python3 .claude/skills/email-ops/scripts/main_operation.py --action list-sent --limit 5
    
  3. Check 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.

Install via CLI
npx skills add https://github.com/DanielHashmi/Daniel-s-FTE --skill email-ops
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
DanielHashmi
DanielHashmi Explore all skills →