通过 Rube MCP 自动化执行 Opencage 地理编码与位置数据处理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "opencage-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/opencage-automation/SKILL.md 2. 保存为 ~/.claude/skills/opencage-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Opencage 相关工具及其当前 schema,然后用正确参数把这 200 条地址批量转换为经纬度,输出为表格,包含原地址、标准化地址、纬度、经度和置信信息。
一份批量地理编码结果表,可直接用于地图分析或导入系统。
先搜索工具确认当前 schema,再调用 Opencage 的相关能力,将这组经纬度批量反向解析为国家、省市、街道和邮编,并标注解析质量。
结构化地点信息清单,适合补全用户位置数据。
先搜索 Opencage 工具的最新 schema,然后处理这批格式混乱的地址:识别有效地址、纠正常见拼写问题、补全地区层级信息,并输出清洗前后对照表。
一份地址清洗与标准化结果,包含补全后的地区字段和异常说明。
Automate Opencage operations through Composio's Opencage toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/opencage
RUBE_MANAGE_CONNECTIONS with toolkit opencageRUBE_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 opencageAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Opencage 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 Opencage task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["opencage"]
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 Opencage-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit opencage |
| 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 自动执行 OpenWeather API 查询与天气数据流程编排。