Automate Cabinpanda tasks through Rube MCP to speed up document workflows.
This skill is primarily prompt/documentation-like and does not directly require local secrets or local code execution, so the overall risk is low. However, it is designed to connect to remote services via Rube MCP and drive Cabinpanda/Composio toolchains, which introduces network egress and third-party connection authorization considerations.
The material says 'no API keys needed', but the workflow still requires establishing a Cabinpanda connection via `RUBE_MANAGE_CONNECTIONS` and completing external authorization. This means credentials are handled through the Rube/Composio connection layer rather than being truly absent; review token scope and custody carefully.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing remote tool calls through Composio/Cabinpanda. User task content, parameters, session IDs, and possibly business data may be sent to the stated third-party services. The endpoint is clearly identified, making this a standard external-connectivity concern rather than an exceptional red flag.
Based on the provided material, this is a prompt-only skill description with no executable scripts, install commands, or local process-spawning steps. It mainly instructs how to invoke existing MCP tools rather than directly executing code on the local machine.
The skill aims to 'Automate Cabinpanda operations' and supports remote actions such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`. While no local filesystem permissions are described, access to Cabinpanda account/business objects depends on the granted connection scope, creating the usual risk of reading or modifying third-party business data.
The source is an open GitHub repository and is system-labeled as open-source, with very strong community adoption (64.7k stars), which are meaningful positive signals. Although the license is not stated and maintenance status is unknown, and the repo appears to be a skill collection rather than a standalone implementation, the materials do not show a clear supply-chain red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "cabinpanda-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/cabinpanda-automation/SKILL.md 2. Save it as ~/.claude/skills/cabinpanda-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Cabinpanda operations through Composio's Cabinpanda toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/cabinpanda
RUBE_MANAGE_CONNECTIONS with toolkit cabinpandaRUBE_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 cabinpandaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Cabinpanda 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 Cabinpanda task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["cabinpanda"]
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 Cabinpanda-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit cabinpanda |
| 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 Piloterr workflows through Rube MCP using the latest tool schemas.
Automate Precoro purchasing and approval workflows through Rube MCP tools.
Automate Adobe app workflows to speed up repetitive creative tasks.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Remarkety marketing tasks through Rube MCP for faster campaign operations.
Automate remote retrieval workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Documint document generation and processing tasks through Rube MCP.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Writer document and content workflows through Rube MCP efficiently.