Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
datarobot-agent-skills logo

datarobot-agent-skills

claude-plugins-official

developmentClaude Codeby DataRobot

Summary

DataRobot skills for AI/ML workflows — model training, deployment, predictions, feature engineering, monitoring, explainability, data preparation, App Framework CI/CD, and external agent monitoring.

Install to Claude Code

/plugin install datarobot-agent-skills@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

<p align="center"> <a href="https://github.com/datarobot-oss/datarobot-agent-skills"> <img src="https://af.datarobot.com/img/datarobot_logo.avif" width="600px" alt="DataRobot Logo"/> </a> </p> <p align="center"> <span style="font-size: 1.5em; font-weight: bold; display: block;">DataRobot Agent Skills</span> </p>

<p align="center"> <a href="https://datarobot.com">Homepage</a> · <a href="https://docs.datarobot.com">Documentation</a> · <a href="https://docs.datarobot.com/en/docs/get-started/troubleshooting/general-help.html">Support</a> </p>

<p align="center"> <a href="https://join.slack.com/t/datarobot-community/shared_invite/zt-3uzfp8k50-SUdMqeux25ok9_5wr4okrg"> <img src="https://img.shields.io/badge/%23skills-a?label=Slack&labelColor=30373D&color=81FBA6" alt="Slack #skills"> </a> </p>

Agentic skills for DataRobot enterprise AI and agent workflows.

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills

Overview

Agentic skills are modular, task-specific capability packages that help an AI agent move from general reasoning to reliable execution. Each skill bundles instructions, examples, and supporting resources so that the agent can load only what it needs for the current task, reducing context overload and improving tool use within a given workflow.

DataRobot skills are Agent Context Protocol (ACP) definitions for enterprise AI and agent workflows, including building, deploying, and governing agents, as well as AI/ML tasks such as model training, deployment, predictions, feature engineering, and monitoring. They work with major coding agents, including OpenAI Codex, Anthropic Claude Code, Google Gemini CLI, Cursor, and VS Code Copilot.

> [!NOTE] > "Skills" is an Anthropic term used in Claude AI and Claude Code, but the concept applies more broadly. OpenAI Codex uses AGENTS.md to define agent instructions, and Gemini uses gemini-extension.json for extensions. This repository is compatible with all of them, and more.

Quick start

> [!NOTE] > Supported agents for DataRobot skills include: Claude Code, Cursor, Codex, Amp, VS Code Copilot (GitHub Copilot), Gemini CLI, Goose, Letta, Kilo Code, OpenCode, and Windsurf/Devin.

Install all DataRobot skills, or only the ones you need, for all your AI agents with one command by using the universal skills installer.

For all skills:

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills

For a specific skill:

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills/skills/datarobot-predictions

For a specific agent:

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills --agent cursor
npx ai-agent-skills install datarobot-oss/datarobot-agent-skills --agent claude

> [!NOTE] > By default, the installer copies skills to all supported agents at the same time. No configuration is required. > For agent-specific installation methods, see the Installation to your coding agent section below.

How do skills work?

Skills are self-contained folders that package instructions, scripts, and resources for a specific use case. Each folder includes a SKILL.md file with YAML frontmatter (name and description), followed by the guidance your coding agent uses while the skill is active.

> [!NOTE] > All DataRobot skills follow the naming convention datarobot-<category>, where <category> describes the skill's focus area. This provides clear identification of DataRobot-specific skills, consistent naming across the skill library, and easy discovery and organization.

Installation to your coding agent

DataRobot skills are compatible with Claude Code, Codex, Gemini CLI, Cursor, VS Code Copilot, Windsurf/Devin, and more. For the universal npx installer, see Quick start above.

Click on the section that corresponds to your coding agent below for agent-specific installation instructions.

<details><summary><strong>Claude Code</strong></summary>

Install all DataRobot skills from the official Claude plugins marketplace.

From your terminal:

claude plugin install datarobot-agent-skills@claude-plugins-official

From within a Claude Code CLI session:

/plugin install datarobot-agent-skills@claude-plugins-official

Alternative: register the repository as a plugin marketplace from within a Claude Code CLI session:

/plugin marketplace add datarobot-oss/datarobot-agent-skills

To install a specific skill, run:

/plugin install <skill-folder>@datarobot-skills

For example:

/plugin install datarobot-model-training@datarobot-skills

</details>

<details><summary><strong>Codex</strong></summary>

Codex identifies the skills through the AGENTS.md file. You can verify that the instructions are loaded by running:

codex --ask-for-approval never "Summarize the current instructions."

For more details, see the Codex AGENTS.md documentation.

</details>

<details><summary><strong>Gemini CLI</strong></summary>

This repository includes gemini-extension.json for Gemini CLI integration.

Install locally:

gemini extensions install . --consent

Or install from the GitHub URL:

gemini extensions install https://github.com/datarobot-oss/datarobot-agent-skills.git --consent

See the Gemini CLI extensions documentation for more information.

</details>

<details><summary><strong>Cursor</strong></summary>

Cursor can automatically detect and use skills from this repository in two main ways:

Option 1: Use AGENTS.md

> NOTE: This option is the recommended approach.

When you open this repository as your workspace, Cursor automatically reads the AGENTS.md file. The skills are available immediately without additional configuration.

To verify that the skills are loaded:

1. Open Cursor in this repository. 2. Open the AI chat panel (Cmd/Ctrl + L). 3. Ask: "What DataRobot skills are available?"

Option 2: Use .cursorrules

You can also reference specific skills in your .cursorrules file to make sure they are always loaded:

# .cursorrules
You have access to DataRobot skills in this repository.

Available skills (in datarobot-* folders):
- datarobot-model-training: Model training and project creation
- datarobot-predictions: Making predictions and generating templates
- datarobot-model-deployment: Deploying and managing models
- datarobot-feature-engineering: Feature analysis and engineering
- datarobot-model-monitoring: Model performance monitoring
- datarobot-model-explainability: Model explainability and diagnostics
- datarobot-data-preparation: Data upload and validation
- datarobot-app-framework-cicd: CI/CD pipelines for DataRobot application templates
- datarobot-external-agent-monitoring: External agent OTel instrumentation for DataRobot monitoring
- datarobot-agent-assist: Building and deploying agents
- datarobot-setup: Local DataRobot development setup (SDK, dr-cli, Agent Assist)
- datarobot-workload-api: Create, configure, debug, observe, and roll out container workloads on DataRobot's Workload API

When asked to use a DataRobot skill, read the corresponding SKILL.md file for detailed guidance.

Using skills in Cursor:

  • "Use the datarobot-predictions skill to generate a template for deployment abc123"
  • "Follow the datarobot-model-training skill to create a new project"
  • "Check the datarobot-model-monitoring skill to analyze data drift"

</details>

<details><summary><strong>VS Code Copilot (GitHub Copilot)</strong></summary>

VS Code with GitHub Copilot can automatically detect and use skills from this repository through the AGENTS.md file.

Setup:

1. Open this repository in VS Code. 2. Ensure that the GitHub Copilot extension is installed and activated. 3. Skills are automatically available through the AGENTS.md file.

Verify that the skills are loaded:

Open Copilot Chat (Cmd/Ctrl + I) and ask:

  • "What DataRobot skills are available?"
  • "List the available skills in this repository"

Using skills in VS Code Copilot:

In Copilot Chat, reference skills naturally:

  • "Use the datarobot-predictions skill to generate a template for deployment abc123"
  • "Following the datarobot-model-training skill, create a new project for customer churn prediction"
  • "Check the datarobot-model-monitoring skill and help me analyze data drift"

> [!TIP] > You can also use the @workspace agent in Copilot Chat to give it full context about the repository and available skills.

</details>

<details><summary><strong>OpenCode</strong></summary>

Add to your ~/.config/opencode/opencode.json:

{
  "plugin": ["opencode-datarobot-skills"]
}

OpenCode automatically installs the plugin on startup. The plugin also includes a DataRobot-branded theme with full dark and light variants. To activate it, add "theme": "datarobot" to your opencode.json.

</details>

<details><summary><strong>Windsurf/Devin</strong></summary>

Windsurf and Devin support the Agent Skills format. Install DataRobot skills using the universal installer from Quick start above.

Install all skills:

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills

Install a specific skill:

npx ai-agent-skills install datarobot-oss/datarobot-agent-skills/skills/datarobot-predictions

</details>

Skills

This repository contains skills for common DataRobot workflows. You can also contribute your own skills.

Available skills

| Skill Folder | Description | Documentation | | ------------ | ----------- | ------------- | | skills/datarobot-model-training/ | Instructions and utilities for training models, managing projects, and running AutoML experiments. | SKILL.md | | skills/datarobot-model-deployment/ | Tools for deploying models, managing deployments, and configuring prediction environments. | SKILL.md | | skills/datarobot-predictions/ | Guidance for making predictions, batch scoring, real-time predictions, and generating prediction datasets. | SKILL.md | | skills/datarobot-feature-engineering/ | Instructions for feature engineering, feature discovery, and feature importance analysis. | SKILL.md | | skills/datarobot-model-monitoring/ | Tools for monitoring model performance, tracking data drift, and managing model health. | SKILL.md | | skills/datarobot-model-explainability/ | Tools for model explainability, prediction explanations, SHAP values, and model diagnostics. | SKILL.md | | skills/datarobot-data-preparation/ | Utilities for data upload, dataset management, and data validation. | SKILL.md | | skills/datarobot-app-framework-cicd/ | Set up CI/CD pipelines for DataRobot application templates with GitLab and GitHub Actions. | SKILL.md | | skills/datarobot-external-agent-monitoring/ | Instrument any external AI agent with OpenTelemetry to send traces, logs, and metrics to DataRobot for monitoring and observability. Supports Google ADK, LangChain, LangGraph, CrewAI, LlamaIndex, PydanticAI, and generic Python agents. | SKILL.md | | skills/datarobot-agent-assist/ | Build AI agents and deploy them to DataRobot. Supports building LangGraph, CrewAI, LlamaIndex, NAT and Base agents. Created agents can be bundled with MCP server, backend APIs & React frontend. | SKILL.md |

Using skills in your coding agent

Once a skill is installed, mention it directly in your instructions to the coding agent:

  • "Use the DataRobot model training skill to create a new project and start AutoML training."
  • "Use the DataRobot predictions skill to generate a prediction dataset template for deployment abc123."
  • "Use the DataRobot feature engineering skill to analyze feature importance for my model."
  • "Use the DataRobot model monitoring skill to check data drift for deployment xyz789."
  • "Use the DataRobot external agent monitoring skill to instrument my agent for DataRobot monitoring."

Your coding agent automatically loads the corresponding SKILL.md instructions and any helper scripts it needs while completing the task.

Helper scripts

Some skills include helper scripts that an agent can run directly:

  • datarobot-predictions: get_deployment_features.py, generate_prediction_data_template.py, validate_prediction_data.py, make_prediction.py
  • datarobot-model-training: create_project.py, start_training.py, list_models.py
  • datarobot-model-explainability: compute_shap_matrix.py
  • datarobot-data-preparation: upload_dataset.py
  • datarobot-external-agent-monitoring: create_shell_deployment.py, verify_otel_connection.py
  • datarobot-agent-assist: select_framework.py, clone_template.py, setup_template.py, list_llm_models.py, rehearsal.py, env_utils.py

These scripts are located in each skill's scripts/ directory and can be executed directly or used as references when writing code.

Additional documentation

  • Agent framework integration&mdash;how to load and inject skills when building agents with LangGraph, PydanticAI, CrewAI, LlamaIndex, and similar frameworks.
  • Contributing&mdash;how to create skills, naming conventions, validation, and CI.

Additional references

Related plugins

Browse all →