dt-obs-gcp

dt-obs-gcp is a skill for Claude Code from Dynatrace/dynatrace-for-ai. It costs 59 tokens per session (2,516 once invoked), scanned A, original, Apache-2.0.

A guide for working with Google Cloud Platform resources through Dynatrace. Google Cloud Platform is a cloud service that provides servers, containers, networks, databases, messaging, and access controls.

In plain words
What is it for?
Use it to inspect Compute Engine, GKE, Cloud Run, Pub/Sub, VPC and DNS settings, IAM and secrets, monitoring data, and organization-level projects.
Why use it?
It provides task-specific guidance for finding resources, understanding their relationships, checking usage and security, and monitoring cloud systems.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dynatrace plugin — 33 skills, 1 MCP server shipped together

Good fit Use it to inspect Compute Engine, GKE, Cloud Run, Pub/Sub, VPC and DNS settings, IAM and secrets, monitoring data, and organization-level projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dynatrace/dynatrace-for-ai/dt-obs-gcp
Install

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.

Any agent
npx skills add Dynatrace/dynatrace-for-ai --skill dt-obs-gcp
Clone the repo
git clone --depth 1 https://github.com/Dynatrace/dynatrace-for-ai

Made for: Claude Code.

Or install dynatrace, the plugin that ships this one along with the rest of its 33 skills, 1 MCP server.

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

agentmods badge for dt-obs-gcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp/github.svg)](https://agentmods.dev/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp)
Your own site
<a href="https://agentmods.dev/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp"><img src="https://agentmods.dev/badge/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp/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.

agentmods 80×15 button for dt-obs-gcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp"><img src="https://agentmods.dev/badge/skills/dynatrace/dynatrace-for-ai/dt-obs-gcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 11 May 2026
  • Snyk pass 11 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02516
Opus 5 $0.00030 $0.01258
Sonnet 5 $0.00012 $0.00503
Haiku 4.5 $0.00006 $0.00252

Measured 12d ago against content hash 3d77df5d42ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dt-obs-gcp 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 12d 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.

skills/dt-obs-gcp/SKILL.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GCP Cloud Infrastructure

Monitor and analyze GCP resources using Dynatrace Smartscape and DQL. Query GCP services, manage organizational hierarchy, audit security posture, and track resource ownership across your GCP infrastructure.

When to Use This Skill

Use this skill when the user needs to work with GCP resources in Dynatrace. Load the reference file for the task type:

Task File to load
Inventory and topology queries (no additional file — use core patterns above)
Compute Engine instances, machine types, IP addresses Load references/compute-instances.md
GKE clusters, node pools, pods, deployments, services, RBAC Load references/kubernetes-gke.md
Cloud Run services, revisions, executions Load references/serverless-containers.md
VPC networks, subnets, routes, DNS records Load references/networking-dns.md
Pub/Sub topics Load references/messaging-pubsub.md
IAM service accounts, roles, Secret Manager Load references/iam-security.md
Monitoring dashboards, logging, saved queries Load references/monitoring-logging.md
GCP projects, regions, organizational hierarchy Load references/resource-management.md
Resource ownership, GCP labels, organizational structure Load references/resource-ownership.md

Core Concepts

Entity Types

GCP resources use the GCP_* prefix and can be queried using the smartscapeNodes function. All GCP entities are automatically discovered and modeled in Dynatrace Smartscape.

Compute: GCP_COMPUTE_GOOGLEAPIS_COM_INSTANCE, GCP_COMPUTE_GOOGLEAPIS_COM_ADDRESS Networking: GCP_COMPUTE_GOOGLEAPIS_COM_NETWORK, GCP_COMPUTE_GOOGLEAPIS_COM_SUBNETWORK, GCP_COMPUTE_GOOGLEAPIS_COM_ROUTE, GCP_DNS_GOOGLEAPIS_COM_RESOURCERECORDSET Kubernetes (GKE): GCP_K8S_IO_POD, GCP_K8S_IO_NODE, GCP_K8S_IO_SERVICE, GCP_K8S_IO_SERVICEACCOUNT, GCP_K8S_IO_PERSISTENTVOLUMECLAIM, GCP_APPS_K8S_IO_DEPLOYMENT, GCP_APPS_K8S_IO_STATEFULSET, GCP_CONTAINER_GOOGLEAPIS_COM_NODEPOOL, GCP_RBAC_AUTHORIZATION_K8S_IO_CLUSTERROLEBINDING, GCP_RBAC_AUTHORIZATION_K8S_IO_ROLEBINDING Serverless: GCP_RUN_GOOGLEAPIS_COM_SERVICE, GCP_RUN_GOOGLEAPIS_COM_REVISION, GCP_RUN_GOOGLEAPIS_COM_EXECUTION IAM & Security: GCP_IAM_GOOGLEAPIS_COM_SERVICEACCOUNT, GCP_IAM_GOOGLEAPIS_COM_ROLE, GCP_SECRETMANAGER_GOOGLEAPIS_COM_SECRETVERSION Messaging: GCP_PUBSUB_GOOGLEAPIS_COM_TOPIC Monitoring: GCP_MONITORING_GOOGLEAPIS_COM_DASHBOARD, GCP_LOGGING_GOOGLEAPIS_COM_SAVEDQUERY Infrastructure: GCP_REGION

Read the full file on GitHub · 203 lines

Changes

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.

  1. 12d ago First seen · 203 lines · 59 tokens per session scan A 3d77df5d42ff

Subscribe to this mod's changes

dt-obs-gcp is a skill published in the GitHub repository Dynatrace/dynatrace-for-ai (137 stars, last pushed 2d ago), licensed Apache-2.0. It adds 59 tokens to every session and 2,516 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

dtctl

Investigate incidents, debug performance issues, analyze logs, and manage observability resources in Dynatrace using the dtctl CLI. Use this skill whenever the user asks about error rates, latency spikes, service health, crash-looping pods, web vitals, SLO status, open problems, root cause analysis, log patterns…

dynatrace-oss/dtctl · 114 tokens

dynatrace-managed

Set up and query Dynatrace Managed (self-hosted) through the Dynatrace Managed MCP server - configuring cluster connections and API tokens, choosing the right environment when several are configured, and building entity selectors for logs, metrics, events, problems, security vulnerabilities and SLOs. Use when the user…

dynatrace-oss/dynatrace-managed-mcp · 101 tokens

netdata-migration

Use when migrating observability from Datadog, New Relic, Dynatrace, or Prometheus to Netdata. Covers SDK replacement, exporter reconfiguration, Prometheus endpoint passthrough, and dashboard parity expectations.

netdata/skills · 50 tokens

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens