Automate DataRobot tasks through Rube MCP for faster model and data workflows.
This skill itself is open-source prompt/documentation content with no direct local secret requirement and no embedded executable code. However, it is designed to route usage through remote Rube MCP/Composio and DataRobot connections, so actual use involves outbound connectivity, third-party authorization, and remote tool invocation, making it a low-to-moderate concern rather than high risk.
The material claims 'no API keys needed,' but it also requires creating a `datarobot` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which indicates third-party authorization or tokens are still involved even if not exposed in the skill config. No explicit credential-stealing behavior is described, but scopes should be limited to the minimum required for DataRobot.
The README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute DataRobot tools. Therefore, task arguments, session identifiers, and some business data may transit through a third-party service. No obviously unrelated or suspicious egress endpoints are listed, but standard third-party network exposure exists.
Based on the material, this is a prompt-only skill description with no local scripts, install commands, or instructions to directly execute code on the host. The referenced `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` are descriptions of remote tool orchestration, not local execution privileges granted by this skill itself.
The stated purpose is to 'Automate Datarobot operations,' which implies potential access to or modification of projects, jobs, or related business data in DataRobot during actual use. The material does not state that it reads the local filesystem, and no local data permissions beyond its stated purpose are requested. The main concern is the scope of remote business-data access, which should be controlled by the connected account's permissions.
The source is an open-source GitHub repository with high community adoption (~64.9k stars), and the system marks it as open-source and prompt-only, which supports auditability. Although the license is unspecified and maintenance status is unknown, the current material shows no closed-source delivery, obfuscated installation, or clear supply-chain red flags; source credibility materially lowers the risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "datarobot-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/datarobot-automation/SKILL.md 2. Save it as ~/.claude/skills/datarobot-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Datarobot operations through Composio's Datarobot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/datarobot
RUBE_MANAGE_CONNECTIONS with toolkit datarobotRUBE_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 datarobotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Datarobot 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 Datarobot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["datarobot"]
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 Datarobot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit datarobot |
| 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 Replicate model runs, uploads, schema checks, and prediction management.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate YNAB budgeting tasks and data lookups through Rube MCP.
Automate Plasmic tasks through Rube MCP to speed up page and component management.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Datagma data tasks through Rube MCP for faster querying and processing.
Automate Ragic workflows via Rube MCP while checking current tool schemas first.
Automate BigML tasks and machine learning workflows through Rube MCP.