openrouter-automation

Automate Openrouter tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-openrouter-automation&locale=en&source=copy

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


  • Batch task automation: Scenarios that require regular or bulk execution of Openrouter operations, such as scheduled requests, data synchronization, and report generation

  • Workflow integration: Integrate Openrouter operations into larger automation workflows to work in cooperation with other services and APIs

  • Dynamic tool calling: Flexible scenarios where different Openrouter tools are selected and executed dynamically based on task type
  • Core Features


  • Intelligent tool discovery: Dynamically retrieve the current list of available Openrouter tools and their schemas via RUBE_SEARCH_TOOLS, avoiding hard-coding and automatically adapting to tool updates

  • Connection status management: Use RUBE_MANAGE_CONNECTIONS to check and manage Openrouter connection status in real time, supporting one-click authentication and status monitoring

  • Batch tool execution: Execute multiple tool calls within a single session via 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:

  • Add https://rube.app/mcp as the server address in your MCP client configuration (no API key required)

  • Call RUBE_SEARCH_TOOLS to discover available Openrouter tools and generate a session ID

  • Use RUBE_MANAGE_CONNECTIONS to check or establish an Openrouter connection

  • After confirming the connection status is ACTIVE, you can execute tools
  • 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.