emaillistverify-automation

Automate email verification workflows using the Emaillistverify toolkit via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of verifying email lists by automating the interaction with Emaillistverify through a standardized MCP interface, ensuring consistent and reliable data validation.

Core Features & Use Cases

  • Automated Verification: Execute bulk email validation tasks directly through the Rube MCP gateway.
  • Tool Discovery: Dynamically fetch current schemas and tool definitions to ensure compatibility with the latest API changes.
  • Use Case: Integrate email list cleaning into your lead generation pipeline by automatically verifying new contact entries before they are added to your CRM.

Quick Start

Use the emaillistverify-automation skill to discover available tools and verify the email list provided in the current session.

Frequently Asked Questions about emaillistverify-automation

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

FAQPage Schema
How do I verify an email list using this skill?

First, use RUBE_SEARCH_TOOLS to identify the correct verification tool, then call RUBE_MULTI_EXECUTE_TOOL with your email list data as arguments to initiate the validation process.

What should I do if the connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the emaillistverify toolkit to trigger the authentication flow and follow the provided link to authorize your account.

Can I reuse session IDs for multiple verification tasks?

Yes, you should reuse session IDs within a single workflow to maintain context, but generate new session IDs when starting entirely different verification projects.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current arguments and prevents execution errors.

Does this skill support bulk email operations?

Yes, you can perform bulk operations by utilizing the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to process large datasets efficiently.