通过 Rube MCP 自动执行 IP2Location 查询与地理定位流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ip2location-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ip2location-automation/SKILL.md 2. 保存为 ~/.claude/skills/ip2location-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前 schema,再使用 IP2Location 批量查询以下 IP 的国家、城市、ISP 和时区:8.8.8.8、1.1.1.1、208.67.222.222。请以表格返回结果,并标注查询失败项。
包含每个 IP 的地理位置与网络信息的结构化表格,以及失败项说明。
先搜索可用工具及当前 schema,再读取这组登录日志中的 IP 列表,为每条记录补充国家、地区、城市和 ASN 信息,并输出适合导入 CSV 的结果:[{"user":"u1","ip":"8.8.8.8"},{"user":"u2","ip":"1.1.1.1"}]。带有位置与 ASN 字段的登录日志结果,可直接用于分析或导出。
先搜索可用工具及当前 schema,再用 IP2Location 分析以下访问 IP,按国家和网络类型汇总,并指出哪些来源与中国大陆用户群不匹配,适合作为异常流量排查线索:45.33.32.156、52.95.110.1、103.21.244.0。
按国家与网络类型汇总的分析结果,并附异常来源判断与排查建议。
Automate Ip2location operations through Composio's Ip2location toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ip2location
RUBE_MANAGE_CONNECTIONS with toolkit ip2locationRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit ip2locationAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ip2location operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Ip2location task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ip2location"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Ip2location-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ip2location |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 IP2WHOIS 查询与相关信息检索任务