dynatrace — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dynatrace (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Everything AI agents need to work with Dynatrace, starting with skills.
Skills are portable knowledge packages following the Agent Skills open format. They give AI coding agents the domain-specific context to query, analyze, and interpret Dynatrace data. They work with Claude Code, GitHub Copilot, Cursor, OpenCode, Gemini CLI, and 30+ other compatible tools.
npx skills add dynatrace/dynatrace-for-aiWorks with Claude Code, Cursor, Cline, GitHub Copilot, OpenCode, and other compatible agents.
claude plugin marketplace add dynatrace/dynatrace-for-ai
claude plugin install dynatrace@dynatrace-for-aiUpdate with claude plugin marketplace update && claude plugin update dynatrace@dynatrace-for-ai.
Copy skill directories into your agent's skills path (.agents/skills/, .claude/skills/, .cursor/skills/, etc.).
Skills provide knowledge only. To run live queries and manage your environment, pair them with a tool.
[dtctl](https://github.com/dynatrace-oss/dtctl) is a kubectl-style CLI for the Dynatrace platform. It ships with its own Agent Skill that teaches agents how to operate it.
brew install dynatrace-oss/tap/dtctl # Install
dtctl auth login --context my-env \
--environment "https://<env>.apps.dynatrace.com" # Authenticate
npx skills add dynatrace-oss/dtctl # Install the dtctl skill
dtctl doctor # Verify setupOr install the dtctl skill with dtctl itself: dtctl skills install
The [Dynatrace MCP server](https://docs.dynatrace.com/docs/shortlink/dynatrace-mcp-server) provides Dynatrace API access via MCP. Use this if your agent supports MCP natively.
| Skill | Description |
|---|---|
| dt-dql-essentials | DQL syntax rules, common pitfalls, and query patterns. Load this before writing any DQL. |
| Skill | Description |
|---|---|
| dt-obs-services | Service RED metrics and runtime telemetry for .NET, Java, Node.js, Python, PHP, and Go. |
| dt-obs-frontends | Real User Monitoring, Web Vitals, user sessions, mobile crashes, and frontend errors. |
| dt-obs-tracing | Distributed traces, spans, service dependencies, and failure detection. |
| dt-obs-hosts | Host and process metrics: CPU, memory, disk, network, and containers. |
| dt-obs-kubernetes | Kubernetes clusters, pods, nodes, workloads, labels, and resource relationships. |
| dt-obs-aws | AWS resources: EC2, RDS, Lambda, ECS/EKS, VPC, load balancers, and cost optimization. |
| dt-obs-azure | Azure resources: VMs, VMSS, SQL Database, Storage, AKS, App Service, Functions, VNet, Event Hubs, Container Apps, and Key Vault. |
| dt-obs-gcp | GCP resources: Compute Engine, GKE, Cloud Run, Pub/Sub, VPC, DNS, IAM, and Secret Manager. |
| dt-obs-logs | Log queries, filtering, pattern analysis, and log correlation. |
| dt-obs-problems | Problem entities, root cause analysis, impact assessment, and problem correlation. |
| dt-obs-predictive-analytics | Time series forecasting, capacity saturation planning, and trend/anomaly detection across hosts, services, and infrastructure. |
| dt-alerting | End-to-end alerting lifecycle: anomaly detector setup, alert events in Grail, problem grouping, and workflow notification routing. |
| Skill | Description |
|---|---|
| dt-app-dashboards | Create, modify, and analyze Dynatrace dashboards: tiles, layouts, variables, and visualizations. |
| dt-app-notebooks | Create, modify, and analyze Dynatrace notebooks: sections, DQL queries, and analytics workflows. |
| dt-js-runtime | Dynatrace server-side JavaScript runtime: function contract, runtime limits, Web APIs, Node.js modules, and the @dynatrace-sdk/* catalog. |
| Skill | Description |
|---|---|
| dt-migration | Migrate classic entity-based DQL and topology navigation to Smartscape equivalents. |
Prompts are reusable task templates for common Dynatrace workflows. You can copy them from the /prompts/ directory and paste them directly into any AI chat. For VS Code/GitHub Copilot users, copy prompts into .github/prompts/ to use as slash commands (e.g. /troubleshoot-problem).
Each prompt references the relevant skills above — load those skills first for best results.
| Prompt | Description |
|---|---|
| dt-daily-standup | Generate a daily standup report for one or more services. |
| dt-health-check | Check the health of a service in production. |
| dt-incident-response | Respond to an active production incident with triage, root cause, and a shareable report. |
| dt-investigate-error | Investigate recent errors using Davis Problems as the entry point (problems → logs → traces). |
| dt-performance-regression | Analyze whether a recent deployment caused a performance regression. |
| dt-troubleshoot-problem | Troubleshoot an existing Dynatrace problem with structured log and trace investigation. |
Skills follow the Agent Skills specification and use progressive disclosure:
name + description (~100 tokens per skill) to know what's available.SKILL.md is loaded (<5000 tokens).references/ are loaded on demand.Install all skills without penalty. Agents only load what they need.
Skill content (skills/) is maintained internally at Dynatrace and published here periodically. PRs that modify skill files will not be accepted — please open an issue instead to suggest changes. See CONTRIBUTING.md for details on what can be contributed directly.
Apache-2.0
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.