
from superpowers14
Automate Ip2location IO workflows through Rube MCP and Composio toolkits — discover tools, manage connections, and execute location-data operations reliably.
This skill documents how to automate Ip2location IO tasks using Composio's toolkit via a Rube MCP server. It provides a repeatable workflow: discover available tools, ensure an active connection to Ip2location IO, and execute tool operations with schema-compliant arguments. The skill emphasises calling discovery before execution and handling authentication flows.
Use this skill when you need to perform IP-to-location lookups, bulk location workflows, or any Ip2location IO operations programmatically through an MCP server. It's intended for agents orchestrating multi-step tool calls where schemas can change and connections must be validated first.
RUBE_SEARCH_TOOLS), connection management (RUBE_MANAGE_CONNECTIONS), multi-tool execution (RUBE_MULTI_EXECUTE_TOOL), and known pitfalls (always search tools first, check connection status, include memory payloads).Inferred compatible agents: Agents able to call MCP tool APIs (Rube/Composio clients), such as specialized agent runtimes that support RUBE_* tool intents and session-based tool orchestration.
Template-style Composio/Rube MCP integration for ip2location.io operations. No bundled scripts — pure instruction-based skill relying on RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL. Well-structured SKILL.md with clear workflow pattern and pitfalls section, but entirely dependent on Rube MCP availability with no fallback.
One of many Composio-wrapper skills in the lunartech-x/superpowers repo. Follows a consistent template pattern. No security concerns. Niche audience — geoIP lookup automation via Composio.