icypeas-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Icypeas by providing a standardized, automated interface for lead enrichment and data retrieval tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Icypeas tool schemas to ensure compatibility.
  • Workflow Orchestration: Execute multi-step Icypeas operations including connection management and bulk data processing.
  • Use Case: Automate the process of verifying email lists or enriching lead data by chaining discovery, connection, and execution steps within a single agent session.

Quick Start

Use the icypeas-automation skill to discover available tools and execute an enrichment task for your lead list.

Frequently Asked Questions about icypeas-automation

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

FAQPage Schema
How do I start an Icypeas automation workflow?

Begin by calling RUBE_SEARCH_TOOLS to identify available Icypeas functions, then verify your connection status using RUBE_MANAGE_CONNECTIONS before executing specific tools.

What should I do if my Icypeas connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the icypeas toolkit to trigger the authentication flow, which provides a link to authorize your account and set the status to active.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available parameters for Icypeas can change frequently; searching ensures you use the correct, current input arguments and avoid execution errors.

Can I perform bulk operations with this skill?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to handle bulk Icypeas operations efficiently within your agent session.

What is the purpose of the memory parameter in tool execution?

The memory parameter maintains state across tool calls, allowing the agent to track progress and context during complex, multi-step Icypeas workflows.