leiga-automation
Automate Leiga tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:57
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-leiga-automation&locale=en&source=copy
Leiga Automation — Automating Leiga Tasks via Rube MCP
Skill Overview
Leiga Automation is a skill that automates Leiga operations through Composio’s Rube MCP service. It supports tool discovery, connection management, and batch execution, enabling quick integration without the need for API keys.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to retrieve the available Leiga tool list, input modes, and recommended execution plans in real time, ensuring compatibility with the latest API.RUBE_MANAGE_CONNECTIONS to monitor and manage Leiga connection status, supporting one-click authorization and activation checks.RUBE_MULTI_EXECUTE_TOOL to run multiple Leiga operations within a single session, supporting in-memory passing and session reuse.FAQs
How do I get started with Leiga Automation?
First, add
https://rube.app/mcp as an MCP server—no API key configuration is required. Then call RUBE_SEARCH_TOOLS to search for Leiga-related tools. After activating the Leiga connection with RUBE_MANAGE_CONNECTIONS, you can start executing tasks.Does Rube MCP require an API key?
No. Rube MCP is a no-key MCP service. You only need to add the endpoint to your client configuration. Leiga authorization is completed via the authentication link returned by
RUBE_MANAGE_CONNECTIONS.Why call RUBE_SEARCH_TOOLS every time first?
Leiga tool modes change as updates are released on the Composio platform. Hard-coding tool parameters can cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool modes, recommended execution plans, and known pitfalls to ensure successful calls.