dt-app-notebooks

Create and validate Dynatrace notebooks with markdown and DQL sections.

120|26|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Dynatrace/dynatrace-for-ai --skill dt-app-notebooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dt-app-notebooks
Source: https://github.com/Dynatrace/dynatrace-for-ai/tree/main/skills/dt-app-notebooks
Command: npx skills add https://github.com/Dynatrace/dynatrace-for-ai --skill dt-app-notebooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Notebooks are essential for documenting investigations and extracting insights from Dynatrace data; this skill provides a structured approach to create, modify, and analyze notebook JSON with sections, timeframes, and visualizations.

Core Features & Use Cases

  • Create and modify investigation notebooks with markdown context and DQL sections.
  • Analyze notebook JSON to extract queries, sections, and visualizations for rapid insights.
  • Generate documentation notebooks and query libraries to capture reusable patterns and explanations.

Quick Start

Start by adding a markdown context, then append DQL sections to query and visualize Dynatrace data.

Frequently Asked Questions about dt-app-notebooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Dynatrace notebook creation with DQL and markdown sections?

Automate Dynatrace notebook creation by structuring markdown context and DQL sections, then validating the output against the notebook schema version 7 to ensure proper formatting and metadata.

Can I extract queries and visualizations from existing Dynatrace notebooks?

Yes, you can analyze existing notebook JSON to extract queries, sections, and visualizations. This allows rapid insights and review of investigation documentation without manually parsing the file structure.

What is the best way to build a reusable DQL query library in Dynatrace?

Build a query library by generating documentation notebooks that capture reusable patterns and explanations. Structure the notebook with markdown context and DQL sections to organize the queries effectively.

Does notebook validation require a specific schema version for Dynatrace?

Notebook validation requires adherence to the notebook schema version 7. This ensures the structured sections, timeframes, visualizations, and metadata conform to expected Dynatrace standards for automated processing.

How do I structure timeframes and visualizations when modifying Dynatrace notebooks?

Modify Dynatrace notebooks by structuring timeframes and visualizations within the notebook JSON. Add markdown sections for context and DQL sections for data queries, then validate the complete structure against the schema.

Why do I need a local skill repository for Dynatrace notebook analysis?

A local skill repository is required to support optional scripts, references, and assets used during notebook analysis and validation. It provides the necessary environment for automating creation and modification workflows.