通过 Rube MCP 自动执行 IP2Location.io 查询与相关网络数据流程。
该技能本身更像开源提示/操作文档,不直接包含可执行代码、固定密钥或已声明的数据外发端点;但其设计依赖外部 Rube MCP 与 Composio 连接能力,实际使用时会引入远程调用与第三方授权,因此整体为低到中等注意级别而非高风险。
材料声称“无需 API key”,但同时要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `ip2location_io` 的 ACTIVE 连接并完成返回的授权链接,说明实际可能涉及第三方 OAuth/账号授权。未见技能自身收集或存储密钥的描述,但连接令牌仍属敏感凭证,应留意授权范围与令牌保管。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio/Ip2location IO 工具执行操作,因此用户输入与工具参数预计会发送到相关第三方服务。材料未列出更多端点,也未见明显无关外发或隐蔽传输迹象,但存在常规第三方数据外发。
系统检查项标注为 `prompt-only`,当前材料仅提供操作流程与工具调用示例,未包含本地脚本、安装命令或请求本机执行任意代码的内容。是否执行远程工具动作取决于外部 MCP 环境,而非该技能自身代码能力。
技能文本本身未声明可直接读写本地文件或系统资源,但其依赖的 MCP 工具可根据执行的具体 Ip2location IO 操作处理用户提供的数据,并维护 session/memory 参数。材料未显示过度本地数据权限申请;主要数据访问面来自外部工具链的常规运行范围。
来源为 GitHub 开源仓库,且系统给出 `open-source` 与较高社区信任度(64.9k star)作为正面证据,可审计性与来源可信度较好。虽许可证未声明、维护状态未知,且 README 指向外部 Composio/Rube 服务文档,但基于现有材料未见明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ip2location-io-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ip2location-io-automation/SKILL.md 2. 保存为 ~/.claude/skills/ip2location-io-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Ip2location IO operations through Composio's Ip2location IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ip2location_io
RUBE_MANAGE_CONNECTIONS with toolkit ip2location_ioRUBE_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 ip2location_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ip2location IO 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 IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ip2location_io"]
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 IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ip2location_io |
| 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
为各类内容套用官方品牌色彩与字体,快速统一视觉风格与设计规范。
帮助用户创作海报、插画与静态视觉稿,并输出PNG或PDF文件
自动分析 Git 提交并生成面向用户的清晰更新日志与发布说明。
提取并分析竞品广告素材与文案,帮助优化你的广告策略与创意方向
通过 Rube MCP 自动化处理 2chat 任务,并先检索最新工具结构后执行
帮助用户构建基于 React 与 Tailwind 的复杂多组件网页交互原型
通过 Rube MCP 自动执行 IP2Location 查询与地理定位流程
通过 Rube MCP 自动化执行 Ipinfo IO 查询与网络情报相关任务
通过 Rube MCP 自动化调用 ipdata.co,完成 IP 地理与威胁情报查询流程。
通过 Rube MCP 自动化执行 IP2WHOIS 查询与相关信息检索任务
通过 Rube MCP 自动化执行 IP2Proxy 查询与代理风险分析任务。
通过 Rube MCP 自动执行 Icypeas 任务,并先检索最新工具 schema。