ipdata-co-automation

Automate Ipdata co tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:28

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-ipdata-co-automation&locale=en&source=copy

Ipdata co Automation Skill

Skill Overview


By using Composio’s Ipdata co toolset and Rube MCP, automatically perform Ipdata API operations without needing to separately configure an API key. First search for the tools and then execute them to ensure the request conforms to the correct mode.

Applicable Scenarios

  • Batch IP Data Queries: When you need to retrieve geolocation information for multiple IP addresses, use RUBE_MULTI_EXECUTE_TOOL to run multiple query requests in one go, avoiding manual API calls.
  • Integrating IP Geolocation in AI Skills: In Claude skills or AI agents, when you need to get geolocation based on an IP, use this skill to seamlessly integrate the Ipdata co service without exposing the API key.
  • Dynamic Tool Invocation: If the Ipdata API might update its tool modes, use RUBE_SEARCH_TOOLS to dynamically discover currently available tools and parameters, preventing call failures caused by hard-coded values.
  • Core Functions

  • Tool Discovery and Mode Retrieval: Use RUBE_SEARCH_TOOLS to fetch the latest Ipdata co tool list, input modes, and execution plans in real time, ensuring invocation parameters always match the newest API specifications.
  • Connection Management and Status Checks: Use RUBE_MANAGE_CONNECTIONS to manage the Ipdata co connection, verify whether the service is active, and confirm connection status before executing to avoid failures.
  • Session Reuse and Batch Execution: Reuse the session ID within the same workflow, and use RUBE_MULTI_EXECUTE_TOOL to batch execute multiple tool calls, supporting parameter retention to preserve context.
  • FAQ

    How do I get started with this skill?


    First, make sure Rube MCP is connected (add https://rube.app/mcp in the client configuration). Then call RUBE_SEARCH_TOOLS to query Ipdata co-related tools, use RUBE_MANAGE_CONNECTIONS to confirm that the connection status is ACTIVE, and finally use RUBE_MULTI_EXECUTE_TOOL to perform the specific operations.

    Why must I search for tools before executing?


    The tool modes for Ipdata co may change. Hard-coding tool slugs or parameters can cause calls to fail. RUBE_SEARCH_TOOLS returns the current accurate modes, recommended execution plans, and known pitfalls—prerequisites for successful invocation.

    What if the connection status is not ACTIVE?


    When calling RUBE_MANAGE_CONNECTIONS, it returns an authorization link. Complete the authorization via the link, then call again to confirm that the status becomes ACTIVE. Rube MCP does not require a separately configured API key—authentication is managed centrally through Composio.