Automate Nango workflows via Rube MCP using current tool schemas first.
This skill appears to be an open-source prompt-only wrapper that instructs users to operate Nango via Rube MCP/Composio; no local execution, embedded secrets, or direct file access is described. The main security consideration is reliance on external MCP services and third-party connection authorization, so network egress and external credential handling deserve attention, but no concrete high-risk red flags are evident from the provided materials.
The materials say the skill itself requires “no API keys,” but the workflow depends on `RUBE_MANAGE_CONNECTIONS` to establish an ACTIVE Nango connection and complete an returned auth link, implying credentials are likely handled or exchanged by Rube/Composio/Nango. No local plaintext secret requirement is shown, but the scope and storage of third-party OAuth/connection tokens should be reviewed.
The README explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio’s Nango toolkit; this means user requests, tool arguments, and some context may be sent to Rube/Composio and related integration paths. This outbound traffic is consistent with the stated function and is a normal capability, but the materials do not detail data flows, retention, or the precise recipient boundary.
Based on the provided materials, this is a prompt/instructional skill and does not describe spawning local processes, running scripts, installing binaries, or invoking system commands. Its core behavior is to guide MCP tool usage, so no additional local code-execution privilege is evident.
The materials do not claim direct read/write access to local files, clipboard, databases, or other host resources; the access scope appears centered on connected Nango/Composio tool capabilities. From the skill text itself, there is no sign of excessive local data access.
The source is an open GitHub repository with strong community trust (64.7k stars), which materially lowers supply-chain risk; it is also marked prompt-only, making it easier to review. That said, the license is undeclared and maintenance status is unknown, so repository activity and commit provenance should still be checked.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "nango-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/nango-automation/SKILL.md 2. Save it as ~/.claude/skills/nango-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Nango operations through Composio's Nango toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/nango
RUBE_MANAGE_CONNECTIONS with toolkit nangoRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit nangoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Nango operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Nango task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["nango"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Nango-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit nango |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate Fingertip tasks via Rube MCP using current tool schemas first.
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate Nasa tasks through Rube MCP with schema-first tool discovery.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate NPM installs, scripts, and package management through Rube MCP.
Automate Ncscale tasks via Rube MCP using current tool schemas first.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate API Ninjas tasks via Rube MCP with schema-first tool discovery.