nango-automation
Automate Nango tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:43
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-nango-automation&locale=en&source=copy
Nango Automation - Automate Nango Operations via Rube MCP
Skill Overview
The Nango Automation skill uses Composio’s Rube MCP service to help developers automate Nango API integration tasks. It supports dynamic tool discovery, connection management, and batch operations.
Use Cases
Core Features
FAQs
How do I get started with the Nango Automation skill?
First, add Rube MCP (https://rube.app/mcp) as an MCP server. No API key is required—after adding the endpoint, you can use it. Then call RUBE_SEARCH_TOOLS to verify the service is available. Next, configure the Nango connection via RUBE_MANAGE_CONNECTIONS. After these steps, you can start running automation tasks.
Why must I search tools before executing Nango operations?
The Nango toolkit schemas are updated frequently. Hard-coding tool slugs or parameter structures is likely to cause call failures when changes occur. RUBE_SEARCH_TOOLS returns the latest tool definitions and input requirements, including recommended execution plans and known pitfalls—ensuring each of your calls matches the latest API specifications.
How can I confirm the Nango connection is ready?
Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as nango, then check the returned connection status. If the status isn’t ACTIVE, complete the authorization flow using the auth link provided in the response. Only after confirming the connection is ACTIVE should you execute any RUBE_MULTI_EXECUTE_TOOL operations.