Home / datarobot-oss / datarobot-agent-skills · skills/datarobot-external-agent-monitoring/SKILL.md · GitHub

datarobot-external-agent-monitoring skillC

datarobot-external-agent-monitoring is agent-read markdown (skill) from datarobot-oss/datarobot-agent-skills: Instrument any external or existing AI agent with OpenTelemetry to send traces, logs, and metrics to DataRobot for monitoring, observability, and governance. Use when the user says "add tracing/observability/monitoring to my agent", wants to instrument an existing agent project in their IDE, or wants to send agent traces, logs, or metrics to DataRobot..

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 External Agent Monitoring Skill

This skill helps you instrument any AI agent — regardless of framework or deployment environment — to send OpenTelemetry telemetry (traces, logs, metrics) to DataRobot. It also creates a shell deployment in DataRobot as the telemetry routing target.

## Quick Start

**Most common use case**: Instrument an existing agent project, regardless of whether it was built on DataRobot or elsewhere, with DataRobot monitoring

1. The user invokes the skill from inside their project — typically: "Add tracing to my agent"
2. The skill resolves the target project (current IDE workspace / working directory if no path is given), then detects the framework and any existing OTel setup
3. It resolves a **Use Case** as the telemetry target (asks for the user's Use Case ID, or offers to create one), generates instrumentation code, and wires it in
4. The agent sends traces, logs, and metrics to DataRobot, where they appear under the Use Case's Tracing tab

**Examples**:
- "Add tracing to my agent" (resolves to the current workspace)
- "Instrument my agent in ./my_agent for DataRobot monitoring"

## When to use this skill
…

Read the whole file at its exact version.

How to install

Latest version
mdr add datarobot-oss/datarobot-agent-skills/datarobot-external-agent-monitoring@git:20260713.606fd37
Exact content
mdr add datarobot-oss/datarobot-agent-skills/datarobot-external-agent-monitoring@sha256:c71fa2c62ff79c35

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_h4afli5g4m5mhu5q.svg)](https://markdownregistry.com/a/art_h4afli5g4m5mhu5q)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260713.606fd37 latest2026-07-13 606fd37 17,080 BC view · diff
git:20260616.c5123c22026-06-16 c5123c2 17,049 BC view · diff
git:20260612.217656a2026-06-12 217656a 16,673 BB view · diff
git:20260519.03d3b202026-05-19 03d3b20 16,972 BA view · diff
git:20260407.de1b95a2026-04-07 de1b95a 16,883 BA view

Audit of the latest version

C  15 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No instruction to read or print local credentials (matched: read it from there. Ensure `.env)
  • fail: No link to a raw IP address (matched: http://127.0.0.1:8090)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (17080 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 curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No base64 blob over 200 characters
  • pass: No script tag

Source

GitHub

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_h4afli5g4m5mhu5q
GET https://markdownregistry.com/api/v1/resolve?ref=datarobot-oss/datarobot-agent-skills/datarobot-external-agent-monitoring
GET https://markdownregistry.com/api/v1/blob/c71fa2c62ff79c35f08a9627f0560fe1b0e8b692cd4732a953749b9542967b29

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.

More from datarobot-oss/datarobot-agent-skills

progressive-disclosure skill
datarobot-oss/datarobot-agent-skills · .skills/progressive-disclosure/SKILL.md · Refactor large DataRobot skill files by moving detailed content into directly linked reference files while preserving…
git:20260522.e07bcb1 · audit A · 27 stars
AGENTS.md agents
datarobot-oss/datarobot-agent-skills · AGENTS.md
git:20260827.ad4f673 · audit A · 27 stars
CLAUDE.md claude
datarobot-oss/datarobot-agent-skills · CLAUDE.md
git:20260519.505d6df · audit B · 27 stars
datarobot-agent-assist skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-agent-assist/SKILL.md · Use when the user wants to design, build, code, simulate, or deploy an AI agent (not a predictive model) to DataRobot…
git:20260921.83fdf11 · audit B · 27 stars
datarobot-agent-assist-build skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-agent-assist/agent-assist-build/SKILL.md · Use when the user wants to design, build, code, or deploy an AI agent on DataRobot; mentions agent_spec.md, dress…
git:20260921.783ecc2 · audit A · 27 stars
datarobot-agent-assist-simulate skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-agent-assist/agent-assist-simulate/SKILL.md · Use when the user wants to adversarially test, evaluate, or harden an implemented AI agent before deployment; mentions…
git:20260805.1ef1aa0 · audit B · 27 stars
datarobot-agent-llm-selection skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-agent-llm-selection/SKILL.md · Use when the user wants to configure LLM integration for a DataRobot agent application. This skill helps to change LLM…
git:20260827.173ef3c · audit C · 27 stars
datarobot-app-framework-cicd skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-app-framework-cicd/SKILL.md · Guidance for setting up CI/CD pipelines for DataRobot application templates using GitLab, GitHub Actions, and Pulumi…
git:20260519.3111310 · audit B · 27 stars
datarobot-data-preparation skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-data-preparation/SKILL.md · Tools and guidance for data upload, dataset management, data validation, and preparing data for DataRobot projects. Use…
git:20260825.cfbd8e9 · audit A · 27 stars
datarobot-discover skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-discover/SKILL.md · Use when the user wants to find DataRobot capabilities — skills, MCP servers, agents, or platform resources — for a…
git:20260623.fa30c37 · audit A · 27 stars
datarobot-feature-engineering skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-feature-engineering/SKILL.md · Guidance for feature engineering, feature discovery, feature importance analysis, and understanding DataRobot's…
git:20260825.cfbd8e9 · audit A · 27 stars
datarobot-model-deployment skill
datarobot-oss/datarobot-agent-skills · skills/datarobot-model-deployment/SKILL.md · Tools and guidance for deploying DataRobot models, managing deployments, configuring prediction environments, and…
git:20260825.cfbd8e9 · audit A · 27 stars

Every file in datarobot-oss/datarobot-agent-skills

Browse by kind, by grade C, or by owner.