autobound-automation
Automate Autobound tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:4
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-autobound-automation&locale=en&source=copy
Autobound Automation - Automate Sales Lead Development via Rube MCP
Skill Overview
Autobound Automation is a skill that automatically runs Autobound tasks through Composio’s Rube MCP server. It helps sales teams automate email sending, lead development, and customer follow-up workflows.
Use Cases
1. Automated B2B Lead Development
Sales representatives can use this skill to process large lead lists in bulk, automatically send personalized sales emails, and manage follow-up plans. With
RUBE_MULTI_EXECUTE_TOOL, multiple Autobound actions can be executed at once, significantly improving outbound efficiency.2. Bulk Generation of Personalized Sales Emails
Autobound’s core capability is generating highly personalized email content based on target customer information. This skill connects via MCP so Claude can directly call these capabilities, tailoring sales messaging for different prospective customers.
3. Sales Workflow Automation Integration
Integrate Autobound into broader sales automation workflows—e.g., automatically trigger an email sequence after exporting leads from a CRM, or adjust follow-up strategies based on customer behavior. The session management and memory features provided by Rube MCP make complex multi-step workflows possible.
Core Features
Tool Discovery and Dynamic Invocation
Use
RUBE_SEARCH_TOOLS first to retrieve the current list of available Autobound tools and their input patterns, avoiding hard-coded, outdated tool definitions. The system returns available tool slugs, parameter structures, and a recommended execution plan.Connection Management and Status Checks
Use
RUBE_MANAGE_CONNECTIONS to verify the connection status of the Autobound toolkit, ensuring the account is properly authorized and active before running tasks. If the connection isn’t activated, the system returns a verification link to complete setup.Bulk Task Execution
Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Autobound operations in a single call. It supports session ID reuse and memory transfer, making it well-suited for bulk lead development scenarios.Frequently Asked Questions
Does the Autobound Automation skill require an API Key?
Rube MCP itself does not require an API Key—just add
https://rube.app/mcp to the MCP server configuration. However, the Autobound toolkit requires a valid Autobound account. For first-time use, authorization must be completed via the authentication link returned by RUBE_MANAGE_CONNECTIONS.How do I configure the Rube MCP connection to Autobound?
First, add the Rube MCP server address to the client configuration, then call
RUBE_SEARCH_TOOLS to confirm the connection is available. Next, use RUBE_MANAGE_CONNECTIONS and set the toolkit to autobound, complete Autobound account authorization using the returned link, and finally confirm that the connection status is ACTIVE to start using it.Why must I call RUBE_SEARCH_TOOLS first?
The Autobound tool modes and available functions may change over time. Hard-coding tool definitions can lead to call failures.
RUBE_SEARCH_TOOLS returns the latest tool structures, required parameters, and known pitfalls, ensuring the skill’s calls remain compatible with the current version.