Automate TomTom workflows via Rube MCP using current tool schemas first.
This skill is primarily a prompt-style usage guide and does not directly require local secrets or include local code execution steps. However, its purpose is to connect to and operate Tomtom tools via Rube MCP/Composio, which brings normal considerations around external connectivity and data flow through an intermediary platform. The high-star open-source GitHub source materially lowers overall risk, so this is better rated as low-to-moderate caution rather than high risk.
The material says there are no local API keys, but it still requires establishing a Tomtom connection via `RUBE_MANAGE_CONNECTIONS` and completing external authorization. This means credentials are not absent; they are handled through the Rube/Composio connection flow. No explicit credential abuse is described, but normal third-party OAuth/connection authorization risk remains.
The documentation explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing actions through Composio's Tomtom toolkit, so user requests and related business data will likely transit through Rube/Composio to Tomtom. The endpoint and purpose are declared, making this normal tool egress rather than a red flag, but data does leave the local environment.
Based on the provided material, this skill is a prompt/workflow guide and does not include local scripts, shell commands, or requests for system-level privileges. There is no clear sign of local code execution beyond normal MCP usage instructions.
The skill is intended to 'Automate Tomtom operations' and supports tool discovery, connection management, tool execution, and bulk operations. This means its effective data access depends on the authorized Tomtom account and available tools. The material does not indicate local file access, but it may read/write remote business data within granted permissions, which is a normal caution item.
The source is an open-source GitHub repository with very strong community adoption (~64.9k stars), which supports auditability and source trust. The license and maintenance state are not explicit, and the skill depends on external Rube/Composio services, but the material does not show high-risk red flags such as opaque droppers, unknown download sources, or clearly misleading installation instructions.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "tomtom-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/tomtom-automation/SKILL.md 2. Save it as ~/.claude/skills/tomtom-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Tomtom operations through Composio's Tomtom toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/tomtom
RUBE_MANAGE_CONNECTIONS with toolkit tomtomRUBE_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 tomtomAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Tomtom 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 Tomtom task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["tomtom"]
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 Tomtom-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit tomtom |
| 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 Autom workflows via Rube MCP while checking current tool schemas first.
Automate route planning and scheduling tasks in Optimoroute via Rube MCP.
Automate Fomo tasks via Rube MCP with tool schema lookup first.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.