datarobot-setup skillB
datarobot-setup is agent-read markdown (skill) from datarobot-oss/datarobot-agent-skills: Sets up DataRobot for local development including Python SDK, dr-cli, Agent Assist, and all required dependencies. Use when the user has not yet worked with DataRobot on this machine, OR when any DataRobot task fails due to missing or invalid credentials. Covers first-time setup, re-authentication, and credential recovery..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# DataRobot Local Development Setup
You are helping set up DataRobot for local development. Before installing anything, audit what is already present and only install what is missing. Follow these steps in order.
## Step 1: Pre-Flight Check (Detect Existing Installation)
Build a checklist of what is already installed before doing any installation work. Run each check and record the result. Skip any install step in Steps 3-7 whose check below already passes.
```bash
# Required tools — record version for each, or "missing"
command -v python3 && python3 --version
command -v git && git --version
command -v uv && uv --version
command -v dr && dr --version
command -v pulumi && pulumi version
command -v task && task --version
command -v node && node --version
command -v pip && pip --version
# DataRobot CLI plugins (only meaningful if `dr` exists)
dr plugin list 2>/dev/null | grep -i assist
# Python SDK (in the user's active environment)
python3 -c "import datarobot; print(datarobot.__version__)" 2>/dev/null
python3 -c "import datarobot_predict; print('datarobot-predict installed')" 2>/dev/null
# Credential state
…Read the whole file at its exact version.
How to install
mdr add datarobot-oss/datarobot-agent-skills/datarobot-setup@git:20260609.a1217ecmdr add datarobot-oss/datarobot-agent-skills/datarobot-setup@sha256:5fab753a90364e0dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_ktb3mqfehqutxmi6)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260609.a1217ec latest | 2026-06-09 | a1217ec | 7,937 B | B | view · diff |
| git:20260609.c31c730 | 2026-06-09 | c31c730 | 7,938 B | B | view · diff |
| git:20260603.f03040d | 2026-06-03 | f03040d | 7,556 B | B | view · diff |
| git:20260602.8fec31e | 2026-06-02 | 8fec31e | 7,462 B | B | view · diff |
| git:20260520.3191c6c | 2026-05-20 | 3191c6c | 7,426 B | B | view |
Audit of the latest version
- fail: No curl or wget piped into a shell (matched: curl -fsSL https://cli.datarobot.com/install | sh)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (7937 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
datarobot-oss/datarobot-agent-skills · 27 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ktb3mqfehqutxmi6 GET https://markdownregistry.com/api/v1/resolve?ref=datarobot-oss/datarobot-agent-skills/datarobot-setup GET https://markdownregistry.com/api/v1/blob/5fab753a90364e0d018649ff4a236cd6ba21257bb707846a523c852336a0607f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.