
from openakita1,766
Automate Gmail actions (send, reply, search, labels, drafts, attachments) through a Rube MCP Gmail toolkit with best-practice tool sequences and pitfalls noted.
Provides detailed workflows to automate Gmail using the Rube MCP (Composio) Gmail toolkit: compose/send emails, reply within threads, search and fetch messages, manage labels, handle drafts and attachments, and batch-modify messages. It documents required tool calls and edge-case handling so agent runtimes can implement safe Gmail automation.
Use this skill when an agent needs to perform mailbox operations on behalf of a user (send or reply to email, bulk label management, search and fetch messages, create/send drafts), and when the environment provides Rube MCP tool access.
Designed for agent frameworks that can call external MCP tools and follow prescribed tool sequences (Rube/Composio-enabled agents, Python/Node agents with MCP integrations).
A thorough Gmail automation skill that documents all major Rube MCP Gmail workflows (send, reply, search, labels, drafts, attachments) with detailed parameter references and pitfalls. Well-organized reference material but relies entirely on an external MCP service (Rube/Composio) and contains no executable scripts. Static analysis only — no hardcoded credentials, no destructive commands, no network calls to suspicious hosts.
Clean skill — no security concerns. Well-documented pitfalls and ID format warnings. Architecture is decent (good frontmatter, clear workflow sections) but lacks scripts/ or references/ directories and has no separation of concerns beyond the single SKILL.md. Could benefit from splitting into references/ for the query syntax and quick reference tables.