mit einem Klick
// Email across all accounts (Gmail, SpaceMail) — send, search, read, reply, forward, label, delete.
// Email across all accounts (Gmail, SpaceMail) — send, search, read, reply, forward, label, delete.
Fill opportunity forms (jobs, scholarships, grants, fellowships) with strategically crafted, research-backed, human-sounding answers that maximize the chance of getting the opportunity. Trigger when Enrique says "Fill this: [LINK]", "Apply to [LINK]", or "Llena esta postulacion: [LINK]".
Social media content lifecycle — draft, schedule, publish, and analyze posts across X, LinkedIn, Instagram, TikTok with voice matching.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Delegate simple sub-tasks to a fast model (GLM-5). Use for fetch, extract, query, and tool-heavy work that needs minimal reasoning.
Escalate complex tasks to Opus. Use when a task needs deep reasoning, multi-step execution, scoring, creative drafting, or coordination across multiple tools.
Full Google Calendar control across all accounts. Use for viewing agenda, creating events, updating, deleting, checking availability, finding conflicts, and managing RSVPs.
| name | |
| description | Email across all accounts (Gmail, SpaceMail) — send, search, read, reply, forward, label, delete. |
Unified email CLI. Routes to gog gmail (Gmail) or himalaya (SpaceMail) per account.
| Account | Provider |
|---|---|
enriquefft2001@gmail.com | Gmail |
enrique.flores@utec.edu.pe | Gmail |
enriquefft@404tf.com | SpaceMail |
All output compact JSON by default. Add --full for raw provider output. Pass --account <email> to target one account, or omit for all.
email_cli send --account <email> --to <addr> --subject <text> --body <text> [--attachment <path>]
email_cli search <query> [--account <email>] [--full]
email_cli get <id> --account <email> [--full]
email_cli thread <threadId> --account <email>
email_cli reply <id> --account <email> --body <text>
email_cli forward <id> --account <email> --to <addr>
email_cli list [--account <email>] [--since <minutes>]
email_cli labels [list|create|delete] [--account <email>]
email_cli label <id> --account <email> --add <labels> --remove <labels>
email_cli delete <id> --account <email>
email_cli archive <id> --account <email>
email_cli trash <id> --account <email>
email_cli mark <read|unread|starred> <id> --account <email>
email_cli attachments <id> --account <email> [--dir <path>]
email_cli accounts [list|add|remove|reauth|auth-complete]
Search uses --full to include message bodies (saves a separate get per result).
auth_required error: run email_cli accounts reauth <email>