onepage-automation
Automate Onepage tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:35
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-onepage-automation&locale=en&source=copy
Onepage Automation - Implementing Onepage Automation Operations via Rube MCP
Skills Overview
Onepage Automation is an automation capability that uses the Composio Onepage toolkit and Rube MCP. It helps agents automatically perform tasks and workflows on the Onepage platform.
Suitable Scenarios
Core Features
RUBE_SEARCH_TOOLS to dynamically find currently available Onepage tools and their parameter patterns, ensuring the latest API structure is always used.RUBE_MANAGE_CONNECTIONS to manage Onepage authentication status, supporting the creation, checking, and maintenance of active connections.RUBE_MULTI_EXECUTE_TOOL to execute discovered Onepage operations, supporting single or batch calls while maintaining session state.Frequently Asked Questions
How do I get started with the Onepage Automation skill?
First, add the Rube MCP server (
https://rube.app/mcp) to your client configuration—no API key is required. Then call RUBE_SEARCH_TOOLS to search for Onepage-related tools, use RUBE_MANAGE_CONNECTIONS to establish a connection, and once the connection is activated, you can use RUBE_MULTI_EXECUTE_TOOL to perform specific operations.Why must I call RUBE_SEARCH_TOOLS before executing tools?
Composio’s tool modes update frequently. Hard-coding tool names and parameters can easily lead to call failures.
RUBE_SEARCH_TOOLS returns the latest tool slugs, input schemas, and execution recommendations, ensuring call accuracy.What Onepage operations does the skill support?
The supported operations depend on which tools are currently provided by the Composio Onepage toolkit. They may include creating/updating records, querying data, executing workflows, and more. The specific available tools must be retrieved dynamically via
RUBE_SEARCH_TOOLS, and the skill itself does not restrict operation types.