findymail-automation

Automate Findymail lead generation and email verification tasks 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 findymail-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: findymail-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/findymail-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill findymail-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Findymail by providing a standardized, automated interface for lead discovery and email verification workflows.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate current Findymail API schemas via Rube MCP.
  • Connection Management: Handle authentication and session state for Findymail integrations.
  • Workflow Execution: Execute multi-step lead operations, such as searching for contacts and verifying email addresses, using structured tool calls.

Quick Start

Ask the agent to search for available Findymail tools and then execute a lead verification task using the discovered schema.

Frequently Asked Questions about findymail-automation

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

FAQPage Schema
How do I connect Findymail to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'findymail' toolkit argument to initiate the authentication flow and establish an active session.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints change frequently; calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors.

Can I automate bulk email verification?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to process multiple contacts in a single session after verifying your connection status is active.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the latest RUBE_SEARCH_TOOLS call.