cabinpanda-automation
Automate Cabinpanda tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Cabinpanda Automation Skill — Keyless Integration via Rube MCP
Skill Overview
Automate Cabinpanda form operations using Composio’s Rube MCP server. Discover tools, manage connections, and execute workflows without needing any API keys.
Use Cases
When you need to have an AI agent automatically submit or process Cabinpanda forms, this skill provides full tool discovery and execution capabilities, supporting batch operations and complex workflows.
If you’re building applications with Model Context Protocol (MCP), this skill allows seamless integration of Cabinpanda capabilities without separately managing API authentication.
When the Cabinpanda tool modes may change, the skill’s “search first, execute next” approach ensures you always use the latest tool architecture, avoiding call failures caused by hard-coded assumptions.
Core Features
Dynamically retrieve the current list of available Cabinpanda tools, input modes, and execution recommendations via
RUBE_SEARCH_TOOLS, automatically adapting to changes in the tool architecture.Use
RUBE_MANAGE_CONNECTIONS to check and manage Cabinpanda connection status. Ensure connections are activated before running workflows, and support completing authorization via the provided link.Execute multiple Cabinpanda actions within a single session using
RUBE_MULTI_EXECUTE_TOOL, supporting parameter memory and session reuse to improve efficiency for complex workflow execution.FAQ
What is Rube MCP? How do I configure it?
Rube MCP is an MCP server provided by Composio and does not require registration to use. Add https://rube.app/mcp as the MCP server endpoint in your client configuration to start using it—no API key configuration is needed.
Why call RUBE_SEARCH_TOOLS before each use?
The Cabinpanda toolkit’s tool modes and available tools may change dynamically. Searching first ensures you get the latest tool architecture, preventing execution failures or parameter errors caused by tool updates.
How do I confirm the Cabinpanda connection is ready?
Call RUBE_MANAGE_CONNECTIONS and set the toolkit to cabinpanda. If the returned status is not ACTIVE, complete the connection setup using the authorization link returned. Only when the connection status is ACTIVE can you execute tool operations.