kaggle-automation
Automate Kaggle tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:37
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-kaggle-automation&locale=en&source=copy
Kaggle Automation - Automate Kaggle Operations with Rube MCP
Skill Overview
Use Composio’s Rube MCP to automate Kaggle competition, dataset, and notebook operations. Tool discovery, connection management, and bulk task execution are all possible without an API key.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to ensure compatibility with the latest APIs RUBE_MANAGE_CONNECTIONS RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to orchestrate workflows and process bulk tasks FAQs
Does the Kaggle Automation skill require an API key?
No. Rube MCP uses a keyless connection approach. Just add the
https://rube.app/mcp endpoint to the client configuration. Authentication is handled through Composio’s process, so there’s no need to manage traditional API credentials.How do I connect to Kaggle via MCP?
First, call
RUBE_SEARCH_TOOLS to discover available tools and obtain a session ID. Then use RUBE_MANAGE_CONNECTIONS to check the Kaggle connection status. If the connection isn’t activated, the system returns an authentication link; once completed, you can perform operations.What Kaggle operations are supported by Rube MCP?
The supported scope is determined by Composio’s Kaggle tool package. Common operations include dataset downloads, metadata queries, competition information retrieval, and notebook management. Since the tool architecture may change over time, it’s recommended to call
RUBE_SEARCH_TOOLS before each use to get the latest complete list of tools and input schemas.