Skip to content
Skill

ip2location-io-automation

by ComposioHQ

AI Summary

Heuristic 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption1K+ stars on GitHub
44.6k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars44.6k
Forks4.5k
Issues316
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code