icypeas-automation
Automate Icypeas tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:23
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-icypeas-automation&locale=en&source=copy
Icypeas Automation Skills
Skill Overview
Automate Icypeas tasks through Rube MCP (Composio) execution, enabling integration with the Icypeas toolkit without needing an API key. It supports dynamic tool discovery and bulk operations.
Use Cases
1. Automated Data Collection
Scenarios that require periodic or batch retrieval of data from Icypeas, such as market research, competitor analysis, and information monitoring. With
RUBE_MULTI_EXECUTE_TOOL, you can execute multiple Icypeas operations in a single run, greatly improving efficiency.2. Claude Code Integrated Development
Call Icypeas functions directly within Claude Code or an AI client that supports MCP. Just add
https://rube.app/mcp as an MCP server, and your AI assistant can automatically execute Icypeas tasks.3. Workflow Automation
Embed Icypeas operations into larger automation workflows, such as data cleaning, report generation, and event-triggered processing. By reusing sessions and managing memory, you can build complex multi-step workflows.
Core Features
Dynamic Tool Discovery
Use
RUBE_SEARCH_TOOLS to fetch the latest Icypeas tool Schema in real time, ensuring tool calls remain compatible with the current API. This avoids call failures caused by hard-coded tool parameters.Connection Management
Use
RUBE_MANAGE_CONNECTIONS to validate and manage Icypeas connection status. It supports one-click authorization and connection-state checks, ensuring connections are available before workflow execution.Bulk Task Execution
Use
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to execute multiple Icypeas operations at once. It supports session reuse and pagination, making it suitable for large-scale data processing tasks.Common Questions
Does Icypeas automation require an API key?
No. Rube MCP uses Composio’s OAuth authorization mechanism. You only need to complete a one-time authorization via
RUBE_MANAGE_CONNECTIONS; there is no need to request or manage an API key separately.How do I configure it in Claude Code?
In Claude Code settings, add
https://rube.app/mcp as an MCP server. After adding it, Rube tools such as RUBE_SEARCH_TOOLS and RUBE_MANAGE_CONNECTIONS will become available automatically.What should be checked before execution?
Before executing any Icypeas operation, you must:
1) Call
RUBE_SEARCH_TOOLS to get the latest tool Schema; 2) Use
RUBE_MANAGE_CONNECTIONS to confirm the Icypeas connection status is ACTIVE. Skipping these steps may cause the calls to fail.