reply-automation

Automate Reply operations and manage tool connections through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Reply.io workflows by providing a standardized interface to discover, connect, and execute tools without manual API configuration.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Reply toolkits.
  • Workflow Execution: Perform multi-step automated tasks like bulk messaging or contact management using discovered tool slugs.

Quick Start

Use the reply-automation skill to search for available tools and execute a workflow for managing Reply contacts.

Frequently Asked Questions about reply-automation

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

FAQPage Schema
How do I connect my Reply account to the skill?

Call the RUBE_MANAGE_CONNECTIONS tool with the reply toolkit parameter. If the status is not active, follow the provided authentication link to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments in the Reply toolkit change frequently. Searching first ensures you use the correct tool slugs and input parameters for your specific task.

Can I automate bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to execute complex, multi-step bulk operations across your Reply account.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments match the schema returned by the most recent RUBE_SEARCH_TOOLS call.