Automate OpenRouter workflows via Rube MCP using current tool schemas first.
This skill appears to be mainly procedural guidance rather than standalone executable code. It does not declare local secrets or direct local code execution, but it depends on external Rube MCP/Composio/Openrouter connections and remote tool execution, so actual data flow and permissions should be verified in the connected MCP tools; given its open-source source and strong community adoption, the overall posture is low risk to caution.
The material states that no API key is needed to add Rube MCP, but it also requires an active `openrouter` connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to complete an auth link. This implies possible third-party account authorization or token handling, but the credential type, storage method, and scope are not described.
This skill depends on the remote MCP endpoint `https://rube.app/mcp` and performs remote search, connection management, and tool execution through Composio/Openrouter-related tools. User inputs, tool arguments, session IDs, and possibly business data are expected to be sent to those stated services, though the material does not provide more detailed egress boundaries.
As a prompt-only skill, the material does not show direct local process spawning or code execution by itself. However, it explicitly uses remote execution capabilities such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, meaning actions may be triggered indirectly via external MCP tools, with actual execution privileges depending on the remote toolset.
The material does not claim direct read/write access to local files or local data. Its primary access surface is data handled through Rube MCP sessions, search results, connection states, and remote tool parameters. There is no clear sign of excessive local authorization beyond its stated purpose, though remote tools may process user-submitted task data.
The source is an open GitHub repository with very strong community adoption (64.7k stars), and the system also marks it as prompt-only and open-source. Although the license is not stated and maintenance status is unknown, the available material suggests good auditability and source credibility, with no obvious supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "openrouter-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/openrouter-automation/SKILL.md 2. Save it as ~/.claude/skills/openrouter-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Openrouter operations through Composio's Openrouter toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/openrouter
RUBE_MANAGE_CONNECTIONS with toolkit openrouterRUBE_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 openrouterAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Openrouter 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 Openrouter task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["openrouter"]
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 Openrouter-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit openrouter |
| 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 Kaggle competitions, datasets, and submissions through Rube MCP.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate Keap tasks and integrations by checking tool schemas first.
Automate Openperplex workflows via Rube MCP with schema-first tool discovery.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate OpenWeather API queries and weather data workflows via Rube MCP.