openrouter-automation
Automate Openrouter tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Openrouter Automation - Automate Openrouter Tasks via Rube MCP
Skill Overview
Openrouter Automation is a skill that automates Openrouter tasks through Composio’s Rube MCP server. It supports dynamic tool discovery, connection management, and batch execution, enabling quick integration without an API key.
Use Cases
Core Features
RUBE_SEARCH_TOOLS, avoiding hard-coding and automatically adapting to tool updates RUBE_MANAGE_CONNECTIONS to check and manage Openrouter connection status in real time, supporting one-click authentication and status monitoring RUBE_MULTI_EXECUTE_TOOL, supporting complex multi-step workflows FAQs
How do I get started with the Openrouter Automation skill?
Before use, complete the following steps:
https://rube.app/mcp as the server address in your MCP client configuration (no API key required) RUBE_SEARCH_TOOLS to discover available Openrouter tools and generate a session ID RUBE_MANAGE_CONNECTIONS to check or establish an Openrouter connection Does Rube MCP require an API key?
No. The Rube MCP server only needs the https://rube.app/mcp endpoint added to the client configuration to work. Openrouter authentication is completed via the authorization link returned by RUBE_MANAGE_CONNECTIONS, making the process simple and secure.
How should I handle schema changes for Openrouter tools?
The skill is designed around the principle of “search first, execute second.” Before each execution, call RUBE_SEARCH_TOOLS to get the latest tool schema, ensuring parameter names, types, and structures remain accurate. This prevents execution failures caused by tool updates and is the core best practice of the skill.