linkup-automation

Automate Linkup platform operations through Rube MCP tool discovery and execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill linkup-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkup-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/linkup-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill linkup-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually managing Linkup integrations by providing a standardized, automated workflow for tool discovery, connection management, and task execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans via Rube MCP.
  • Connection Management: Handles Linkup toolkit authentication and status verification within the agent session.
  • Use Case: Use this to automate repetitive Linkup tasks by first discovering the correct tool slug and then executing it with validated arguments in a single session.

Quick Start

Use the linkup-automation skill to discover available tools for my Linkup task and execute the required workflow.

Frequently Asked Questions about linkup-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Linkup tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Linkup task.

How to check if my Linkup connection is active?

Use the RUBE_MANAGE_CONNECTIONS function with the 'linkup' toolkit parameter to verify the current connection status and obtain an authentication link if the status is not ACTIVE.

Can I hardcode tool slugs for Linkup tasks?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schema.

Why does my tool execution fail?

Execution failures often result from using outdated schemas, missing the required memory parameter in RUBE_MULTI_EXECUTE_TOOL, or failing to verify that the Linkup connection is in an ACTIVE state.

How do I handle multi-step Linkup workflows?

Maintain a consistent session ID throughout your workflow to ensure state persistence. Use RUBE_SEARCH_TOOLS for discovery, RUBE_MANAGE_CONNECTIONS for auth, and RUBE_MULTI_EXECUTE_TOOL for performing the actual operations.