agent-mail-automation

Automate email operations through Rube MCP and Composio toolkits.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill agent-mail-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-mail-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/agent-mail-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill agent-mail-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing email-related tasks by providing a standardized interface for agents to interact with mail services via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas to ensure compatibility with the latest Agent Mail API updates.
  • Connection Management: Handle authentication and session state for secure, persistent access to mail toolkits.
  • Workflow Execution: Perform multi-step email operations, such as automated responses or bulk processing, using structured execution plans.

Quick Start

Use the agent-mail-automation skill to search for available email tools and execute a task to list unread messages.

Frequently Asked Questions about agent-mail-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available email tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Agent Mail task to retrieve current tool slugs, input schemas, and execution guidelines.

How do I verify my email connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the agent_mail toolkit parameter to check if your connection is currently ACTIVE before attempting any operations.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schemas and parameters.

What should I include in the memory parameter?

Always include a memory parameter in your RUBE_MULTI_EXECUTE_TOOL calls, even if it is an empty object, to ensure compatibility with the execution engine.

How do I handle long-running email workflows?

Reuse session IDs within a single workflow to maintain state, and check responses for pagination tokens to continue fetching data until the task is complete.