通过 Rube MCP 自动化执行 Ipinfo IO 查询与网络情报相关任务
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ipinfo-io-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ipinfo-io-automation/SKILL.md 2. 保存为 ~/.claude/skills/ipinfo-io-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及其最新 schema,然后使用 ipinfo-io-automation 批量查询这些 IP:8.8.8.8、1.1.1.1、208.67.222.222。请返回国家、城市、ASN、组织和是否为托管网络,并整理成表格。
一份结构化表格,汇总每个 IP 的地理位置与网络归属信息。
先搜索工具 schema,再用 ipinfo-io-automation 分析以下访问来源 IP,并标记高风险项:185.220.101.1、45.133.1.1、104.244.42.1。请输出 ASN、公司、国家、隐私或代理相关信号,并给出简短风险说明。
一份风险分析结果,标出可疑 IP 及其相关网络情报依据。
先搜索当前可用工具和 schema,然后使用 ipinfo-io-automation 根据这组访客 IP 丰富线索数据:52.95.110.1、34.117.59.81、13.107.42.14。请提取地区、公司/ASN、连接类型,并生成适合销售跟进的简要摘要。
包含线索地域与组织背景的 enriched 结果,以及可直接使用的跟进摘要。
Automate Ipinfo IO operations through Composio's Ipinfo IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ipinfo_io
RUBE_MANAGE_CONNECTIONS with toolkit ipinfo_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 ipinfo_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ipinfo 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 Ipinfo IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ipinfo_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 Ipinfo IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ipinfo_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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化调用 ipdata.co,完成 IP 地理与威胁情报查询流程。