通过 Rube MCP 自动化执行 Mapbox 相关任务,如检索、管理与地图工作流集成。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mapbox-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mapbox-automation/SKILL.md 2. 保存为 ~/.claude/skills/mapbox-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Rube MCP 中与 Mapbox 相关的可用工具和当前输入参数 schema,再告诉我哪些工具可用于地图数据查询、样式管理和资源操作。
返回当前可用的 Mapbox 工具列表、用途说明及关键参数要求。
先搜索工具 schema,然后使用合适的 Mapbox 工具帮我执行指定地图资源操作;如果缺少参数,明确列出所需字段和示例值。
完成对应操作,或输出一份可直接补充的参数清单与执行步骤。
先搜索当前可用的 Mapbox 工具 schema,然后为我设计一个自动化流程:接收地图相关需求、选择合适工具、执行操作,并返回结果摘要与错误处理建议。
一套可执行的 Mapbox 自动化流程说明,包含工具选择逻辑、输入输出与异常处理建议。
Automate Mapbox operations through Composio's Mapbox toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mapbox
RUBE_MANAGE_CONNECTIONS with toolkit mapboxRUBE_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 mapboxAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mapbox 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 Mapbox task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mapbox"]
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 Mapbox-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mapbox |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。