clearout-automation
Automate Clearout tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:19
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-clearout-automation&locale=en&source=copy
Clearout Automation - Automate Email Verification Operations via Rube MCP
Skill Overview
Clearout Automation is a skill that automates Clearout email verification operations through Rube MCP (Composio). It supports tool discovery, connection management, and batch task execution—without the need to configure API keys.
Use Cases
1. Integrate Email Verification into AI Agents
Integrate Clearout’s email verification capabilities into Claude or other AI agents so conversational AI can automatically verify whether an email address is valid, detect disposable email addresses, and clean up email lists.
2. Batch Email Verification Automation
Use
RUBE_MULTI_EXECUTE_TOOL to process large numbers of email verification requests in bulk. It automatically handles paginated results and is ideal for scenarios where email lists need to be cleaned regularly.3. Quick Integration Without API Keys
Just add the Rube MCP server endpoint to get started—no need to request or manage API keys—reducing integration complexity and maintenance cost.
Core Features
1. Dynamic Tool Discovery
Use
RUBE_SEARCH_TOOLS to retrieve the latest tool schemas, input parameters, and execution plans from the Clearout tool suite in real time. This ensures you always use the correct API endpoints and avoids compatibility issues caused by hard-coding.2. Connection State Management
Use
RUBE_MANAGE_CONNECTIONS to check and manage Clearout connection status. Supports quickly activating the service via an authentication link, ensuring the connection is ready before the workflow runs.3. Flexible Tool Execution
Execute single or batch tool calls via
RUBE_MULTI_EXECUTE_TOOL. Supports session reuse and memory management, and works with RUBE_GET_TOOL_SCHEMAS to retrieve complete tool definitions.FAQ
How do I connect Rube MCP to Clearout?
In the client configuration, add
https://rube.app/mcp as the MCP server endpoint. No API key is required. After adding it, call RUBE_SEARCH_TOOLS to verify the connection, then use RUBE_MANAGE_CONNECTIONS to activate the Clearout tool suite. Complete the setup using the returned authentication link.Does Clearout automation require an API key?
No. Rube MCP uses a zero-configuration architecture—you only need to add the server endpoint. Composio handles the underlying authentication; you just need to ensure the Clearout connection status is ACTIVE to run tools.
Why do you always need to call RUBE_SEARCH_TOOLS first?
Clearout tool suite schemas are updated periodically. Hard-coding tool names and parameters can cause calls to fail.
RUBE_SEARCH_TOOLS returns the currently available tool slugs, accurate input schemas, and recommended execution plans, ensuring your code stays compatible with the latest API.