AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ip2location-io-automation" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/ip2location-io-automation && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ip2location-io-automation/SKILL.md "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ip2location-io-automation/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Automate Ip2location IO tasks via Rube MCP (Composio). Always search tools first for current schemas.
Prerequisites
• Rube MCP must be connected (RUBE_SEARCH_TOOLS available) • Active Ip2location IO connection via RUBE_MANAGE_CONNECTIONS with toolkit ip2location_io • Always call RUBE_SEARCH_TOOLS first to get current tool schemas
Step 1: Discover Available Tools
` RUBE_SEARCH_TOOLS queries: [{use_case: "your specific Ip2location IO task"}] session: {id: "existing_session_id"} `
Step 3: Execute Tools
` RUBE_MULTI_EXECUTE_TOOL tools: [{ tool_slug: "TOOL_SLUG_FROM_SEARCH", arguments: {/ schema-compliant args from search results /} }] memory: {} session_id: "your_session_id" `
Ip2location IO Automation via Rube MCP
Automate Ip2location IO operations through Composio's Ip2location IO toolkit via Rube MCP. Toolkit docs: composio.dev/toolkits/ip2location_io
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster