tomba-automation
Automate Tomba tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:28
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-tomba-automation&locale=en&source=copy
Tomba Automation - Automating Email Finding and Verification via Rube MCP
Skill Overview
Tomba Automation is a Claude skill that integrates the Tomba toolkit through Rube MCP (Composio), enabling you to automate email finding, verification, and related operations within AI workflows without manually managing API keys.
Use Cases
Core Features
RUBE_SEARCH_TOOLS automatically retrieves the latest schemas and available operations for the current Tomba tools, preventing call failures caused by tool updates and ensuring that your automation workflows always use the correct parameter structure.RUBE_MANAGE_CONNECTIONS tool can check the Tomba connection status in real time and confirm service availability before executing tasks, preventing interruptions caused by connection issues.RUBE_MULTI_EXECUTE_TOOL. Combined with RUBE_REMOTE_WORKBENCH, it can handle complex email verification workflows while automatically managing pagination and aggregating results.Frequently Asked Questions
Does the Tomba skill require an API key?
No. When integrating Tomba through Rube MCP, simply add
https://rube.app/mcp as an MCP server in the client configuration, then complete one-time authorization for your Tomba account through RUBE_MANAGE_CONNECTIONS. Rube MCP automatically handles authentication token management and renewal.How do I use Tomba Automation in Claude?
First, make sure Rube MCP is correctly configured and can respond to
RUBE_SEARCH_TOOLS. Then call RUBE_MANAGE_CONNECTIONS to set the Tomba toolkit connection status to ACTIVE. You can subsequently execute specific Tomba operations in your workflow through RUBE_MULTI_EXECUTE_TOOL, such as finding or verifying email addresses.Can the Tomba tool schemas change?
Yes. The tool schemas on the Composio platform may be updated at any time. Therefore, the skill requires calling
RUBE_SEARCH_TOOLS before every execution to retrieve the latest schemas. Never hardcode tool parameters. This is a critical step in ensuring stable workflow operation.