Automate Mapbox tasks through Rube MCP for mapping and workflow operations.
This skill appears to be an open-source prompt/instruction wrapper with strong GitHub community signals, so the overall risk is not high. However, its real functionality depends on third-party Rube MCP and Composio/Mapbox connections, which introduces remote data flow and delegated account access that should be reviewed carefully.
The material says there is 'no API key', but the README explicitly requires creating a `mapbox` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, which implies delegated Mapbox credentials or OAuth sessions handled by Rube/Composio. The skill does not directly request secrets, but third-party managed connections introduce normal credential-boundary concerns.
The README instructs users to configure `https://rube.app/mcp` as an MCP server and execute operations through Composio's Mapbox toolkit. This means user instructions, tool arguments, and related business data are expected to be sent to Rube/Composio and may then act on Mapbox. This is network egress consistent with the stated purpose, with no additional unknown endpoints identified in the provided material.
Per the objective checks, this is `prompt-only`: it provides workflow guidance and tool-calling order, with no bundled local executable code, install script, or requirement to start additional local processes. Its execution surface lies primarily in the external MCP tools rather than in the skill text itself.
The material does not show any ability to read local files or system data, but it is designed to automate Mapbox operations through a connected toolkit and remote workflows. Therefore, its main data-access scope is authorized Mapbox resources plus task parameters sent to the MCP service; this is function-related access, but the connected account should still be reviewed under least-privilege principles.
Positive signals include an open-source GitHub source and high community star count, which materially reduce supply-chain risk. However, the license is undeclared, maintenance status is unknown, and the actual functionality depends on third-party online services (Rube/Composio) whose server-side behavior cannot be fully audited from this repository, so 'caution' is more appropriate than a fully low-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "mapbox-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mapbox-automation/SKILL.md 2. Save it as ~/.claude/skills/mapbox-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Mapulus tasks via Rube MCP using the latest tool schemas.
Automate Weathermap workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Radar tasks and workflows through Rube MCP integrations.