linkup-automation
Automate Linkup tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:22
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-linkup-automation&locale=en&source=copy
Linkup Automation Skill — Implementing Composio Linkup Workflow Automation with Rube MCP
Skill Overview
linkup-automation is a dedicated automation skill for executing Linkup tasks through Rube MCP (Composio). It provides an end-to-end solution covering tool discovery, connection management, and workflow execution. This helps developers dynamically call the Linkup API without hard-coding tool architecture.Use Cases
Core Features
RUBE_SEARCH_TOOLS to retrieve the latest Linkup tool architecture and execution plan, preventing failures caused by hard-coded tool slugs or parameters.RUBE_MANAGE_CONNECTIONS to monitor Linkup connection status in real time. If a connection is not active, it guides the user through the authentication/authorization flow.RUBE_MULTI_EXECUTE_TOOL, supporting session reuse, memory passing, and pagination to ensure complex tasks complete efficiently.Frequently Asked Questions
What is the linkup-automation skill?
linkup-automation is an automation skill that integrates the Composio Linkup toolset via Rube MCP. It delivers three core capabilities: tool discovery, connection management, and workflow execution—helping developers dynamically call the Linkup API without relying on hard-coded architecture.How do I set up a Rube MCP connection to Linkup?
First, add
https://rube.app/mcp as an MCP server. Then call RUBE_SEARCH_TOOLS to verify that the connection is available. Next, use RUBE_MANAGE_CONNECTIONS to configure the toolkit as "linkup". If the connection status is not ACTIVE, complete authorization via the returned authentication link.Why call RUBE_SEARCH_TOOLS first?
Linkup tool architecture and slugs are updated over time. Hard-coding them can cause features to break.
RUBE_SEARCH_TOOLS retrieves the latest tool architecture, recommended execution plans, and known pitfalls in real time, ensuring the accuracy and stability of subsequent calls.