Use when interacting with Gmail - list, read, search, send, reply to, archive, or mark emails. Requires agentio CLI with a configured Gmail profile.
Executes Gmail operations including listing, reading, searching, sending, and managing emails via CLI.
/plugin marketplace add plosson/agentio/plugin install agentio@agentioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use agentio gmail commands to interact with Gmail. Multiple profiles can be configured - the default profile is used unless you specify --profile <name>.
agentio gmail list [--limit N] [--query QUERY] [--label LABEL]
Options:
--limit <n>: Number of messages (default: 10)--query <query>: Gmail search query--label <label>: Filter by label (repeatable)agentio gmail get <message-id> [--format text|html|raw] [--body-only]
Options:
--format: Body format - text (default), html, or raw--body-only: Output only the message bodyagentio gmail search --query <query> [--limit N]
Query syntax:
from:john@example.com - From specific senderto:me - Sent to youafter:2024/01/01 / before:2024/12/31 - Date filtersnewer_than:7d / older_than:1m - Relative dates (d/m/y)label:inbox - In specific labelis:unread / is:starred - Status filtershas:attachment - With attachmentssubject:invoice - Search subjectCombine: from:boss@work.com is:unread newer_than:7d
agentio gmail send --to <email> --subject <subject> [--body <body>] [options]
Options:
--to <email>: Recipient (repeatable)--cc <email>: CC recipient (repeatable)--bcc <email>: BCC recipient (repeatable)--subject <subject>: Email subject--body <body>: Email body (or pipe via stdin)--html: Treat body as HTML--attachment <path>: File to attach (repeatable)agentio gmail reply --thread-id <id> [--body <body>] [--html]
agentio gmail archive <message-id>
agentio gmail mark <message-id> --read
agentio gmail mark <message-id> --unread
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.