Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add datarobot-oss/datarobot-agent-skills --skill agent-assist-buildgit clone --depth 1 https://github.com/datarobot-oss/datarobot-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/datarobot-oss/datarobot-agent-skills/agent-assist-build)<a href="https://agentmods.dev/skills/datarobot-oss/datarobot-agent-skills/agent-assist-build"><img src="https://agentmods.dev/badge/skills/datarobot-oss/datarobot-agent-skills/agent-assist-build/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/datarobot-oss/datarobot-agent-skills/agent-assist-build"><img src="https://agentmods.dev/badge/skills/datarobot-oss/datarobot-agent-skills/agent-assist-build.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.04564 |
| Opus 5 | $0.00037 | $0.02282 |
| Sonnet 5 | $0.00015 | $0.00913 |
| Haiku 4.5 | $0.00007 | $0.00456 |
Grade A, and why
datarobot-agent-assist-build scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 421 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Assist — Build
This skill merges agent design, coding, and deployment with interactive dress-rehearsal simulation in one place.
Assistance falls into three categories:
- Designing an AI agent → Clarify requirements, build
agent_spec.md, optionally simulate the agent before coding - Coding an AI agent → Adapt the DataRobot agent application template to the spec
- Deploying an AI agent → Follow
AGENTS.mddeployment instructions
If the user's first message is simply 1, 2, or 3, treat it as selecting one of these categories.
On Activation
Present the three options clearly:
Welcome! I help you design, code, and deploy AI agents (with optional dress-rehearsal simulation before coding).
What would you like to do?
1. Design an AI agent → Describe your idea
2. Code an AI agent → Load and implement an existing agent_spec.md
3. Deploy an AI agent → Deploy an implemented agent to DataRobot
Show this menu first. After the user selects an option (1, 2, or 3), run the Pre-requisite Check and then the Script Path Resolution before doing anything else for that option.
Script Path Resolution
Before invoking any helper script, resolve <skill_scripts_dir> once for the session:
<skill_scripts_dir>is thescripts/subdirectory of the directory containing thisSKILL.mdfile.- Confirm it exists with
ls <path_to_this_skill_dir>/scripts/. If the directory is missing, tell the user the skill installation is incomplete and stop. - Use the resolved absolute path for every
<skill_scripts_dir>/...reference in this skill.
Pre-requisite Check
Run in order before proceeding:
- Git — run
git --version. If missing, tell the user to install from https://git-scm.com and stop. - Python — run
python --version. If missing or below 3.11, tell the user to install Python 3.11+ from https://python.org and stop. - DataRobot CLI — run
dr --versionanddr auth check. If either fails, invoke thedatarobot-setupskill before continuing. Do not print manual install instructions. - Codespace — run
python <skill_scripts_dir>/check_codespace.py(no-op outside a Codespace). On non-zero exit, relay its message and stop; otherwise relay any exposed-ports warning it prints.
What ships with it
20 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/agent-spec-examples.md 4.1 KB
- references/agent-spec-schema.md 1.7 KB
- references/dependency-validation.md 1005 B
- references/dr-cli-setup.md 872 B
- references/dress-rehearsal.md 7.5 KB
- references/helper-scripts.md 5.1 KB
- references/llm-selection.md 3.5 KB
- references/pre-coding-checklist.md 13 KB
- references/pre-deployment-checklist.md 2.2 KB
- references/resume-design.md 6.8 KB
- references/tool-mapping.md 852 B
- references/workspace-resolution.md 6.1 KB
- scripts/check_codespace.py 8.1 KB runs code
- scripts/clone_template.py 7.4 KB runs code
- scripts/env_utils.py 3.9 KB runs code
- scripts/list_llm_models.py 19 KB runs code
- scripts/rehearsal.py 44 KB runs code
- scripts/select_framework.py 2.4 KB runs code
- scripts/setup_template.py 22 KB runs code
- scripts/write_rehearsal_report.py 12 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago Changed · -39 lines f7ec95fc9ded
- 12d ago First seen · 460 lines · 74 tokens per session scan A 92d816638cef
datarobot-agent-assist-build is a skill published in the GitHub repository datarobot-oss/datarobot-agent-skills (25 stars, last pushed yesterday), licensed Apache-2.0. It adds 74 tokens to every session and 4,564 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
upstash-vector-js
Work with the @upstash/vector TypeScript/JavaScript SDK, a serverless vector database for embeddings, similarity search, semantic search, and RAG (retrieval-augmented generation). Use when upserting, querying, fetching, ranging, or deleting vectors, upserting raw text against an index with a built-in embedding model…
fine-tuning
Use when considering fine-tuning a model. Covers when fine-tuning beats prompting or RAG, dataset construction, LoRA and full fine-tuning, evaluation, and the failure modes that waste the effort.
llm-cost-optimization
Use when an LLM feature costs too much. Covers prompt caching, context reduction, model routing, batching, output limits, and finding where the tokens actually go.
llm-evaluation
Use when measuring the quality of an LLM feature. Covers building an evaluation set, choosing metrics, LLM-as-judge and its pitfalls, regression testing prompts, and evaluating in production.
llm-integration
Use when integrating an LLM API into an application. Covers streaming, retries and rate limits, timeouts, caching, fallback across providers, and the production concerns that a tutorial integration ignores.
ml-pipeline
Use when building or operating a machine learning pipeline. Covers feature engineering, training reproducibility, train/serve skew, deployment, monitoring for drift, and retraining.