unione-automation

Automate Unione email operations through the Rube MCP gateway for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Unione email operations by providing a standardized, agent-driven interface for executing tasks directly through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Unione tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication states for Unione services.
  • Workflow Execution: Perform multi-step operations like bulk email management or data retrieval using structured tool calls.

Quick Start

Ask the agent to search for available Unione tools and execute the required email automation task using the Rube MCP gateway.

Frequently Asked Questions about unione-automation

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

FAQPage Schema
How do I connect Unione to my agent?

Connect Unione by calling the RUBE_MANAGE_CONNECTIONS tool with the 'unione' toolkit slug. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I automate bulk email operations?

Yes, use RUBE_MULTI_EXECUTE_TOOL to chain multiple Unione operations together. Ensure you include the memory parameter and verify your connection status before initiating bulk workflows.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and confirm that your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Check for pagination tokens if the task involves large datasets.