cabinpanda-automation

Automate Cabinpanda task execution through Rube MCP tool discovery and connection management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Cabinpanda tool connections and executing workflows by providing a standardized, automated interface for tool discovery and multi-step execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current schemas and tool slugs for Cabinpanda operations.
  • Connection Management: Handles the lifecycle of Cabinpanda connections via Rube MCP to ensure active status before execution.
  • Workflow Execution: Supports multi-step tool execution, including memory management and session handling for complex tasks.
  • Use Case: Automate the synchronization of Cabinpanda tasks by discovering available tools, verifying the connection, and executing a sequence of operations without manual intervention.

Quick Start

Use the cabinpanda-automation skill to discover available tools and execute a task for the Cabinpanda platform.

Frequently Asked Questions about cabinpanda-automation

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

FAQPage Schema
How do I connect to Cabinpanda using this skill?

Connect by calling RUBE_MANAGE_CONNECTIONS with the toolkit set to 'cabinpanda'. Ensure the returned authentication link is followed and the connection status is confirmed as ACTIVE before proceeding with tool execution.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and slugs in Cabinpanda change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and valid tool slugs, preventing execution errors caused by outdated definitions.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation. You may reuse the same session ID within a single, multi-step workflow to ensure context continuity.

What should I do if my Cabinpanda connection is not active?

If the connection status is not ACTIVE, trigger the RUBE_MANAGE_CONNECTIONS command again to receive the authentication link. Complete the authorization process in your browser to restore the connection.

Is the memory parameter required for tool execution?

Yes, the memory parameter must be included in all RUBE_MULTI_EXECUTE_TOOL calls. If your specific task does not require persistent memory, pass an empty object '{}' to satisfy the schema requirement.