Skip to content

dynatrace-platform

otc-awesome-llm is the Optum LLM library providing version-controlled prompts, chatmodes, instructions, and agent modes for infrastructure operations via native IDE integrations

v11.3.0
Claude Code

By Thomas Hudak ([email protected])

Plugin Structure

🤖
1
Agents
0
Skills
⌨️
5
Commands
🪝
1
Hooks
📋
0
Rules

Installation

Install this plugin using the Claude Code CLI:

claude plugin install dynatrace-platform@otc-awesome-llm

Verification

After installation, verify the plugin is loaded:

claude plugin list

Documentation

dynatrace-platform

Version: 1.0.0 Description: Claude Code plugin for Dynatrace Platform (Grail) — DQL queries, entity inventory, metrics analysis, problem triage, log search, dashboard management, and Settings API operations.

Prerequisites

  • curl, jq, python3 available on PATH
  • Dynatrace Platform token with required scopes (see Token Scopes)

Setup

Create ~/.dtenv with your tenant credentials:

export DT_PLATFORM_URL="https://<tenant-id>.apps.dynatrace.com"
export DT_API_TOKEN="dt0s16.xxxxxxxx.yyyyyyyy"

Token prefix must be dt0s16. (Platform token). Create at: Avatar (bottom-left) -> Account Management -> My Platform Tokens.

Commands

CommandDescription
/dt-healthValidate auth and show host/service/problem summary
/dt-queryRun an arbitrary DQL query
/dt-inventoryList hosts, services, process groups
/dt-triageTriage active Davis problems
/dt-dashboardList, read, or create dashboards

Skills (8)

SkillDescription
dql-engineAsync DQL submit/poll/parse lifecycle
entity-inventoryHost, service, process group queries
metrics-analysisCPU, memory, disk, network timeseries
problems-eventsDavis problems and event correlation
log-analysisLog record search and filtering
settings-readerMetric events, alerting, maintenance windows
dashboardsDashboard CRUD via Documents API
slo-monitoringSLO status and burn rate queries

Agent

dynatrace-ops — read-only operations orchestrator (model: o3, reasoning: medium).

See codex/agents/dynatrace-ops.toml for full agent definition.

Token Scopes

See references/token-scopes.md for the complete list of required scopes.

API Reference

See references/api-endpoints.md for all endpoints used by the plugin.

DQL Quick Reference

See references/dql-cheatsheet.md for common query patterns.

Related

  • Codex Pack: codex/skills-templates/dynatrace-expert/ — SKILL.md, scripts, and agent definitions for Codex integration.