Dt Obs Ios Sdk

Set up the Dynatrace iOS SDK via Swift Package Manager with config and privacy opt-in.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 105★ repo), full install/trigger/output test scheduled.

What Dt Obs Ios Sdk does

Set up the Dynatrace iOS SDK (OneAgent) in an iOS project using Swift Package Manager. Automates adding the SPM dependency, creating a Dynatrace.plist configuration file, adding the import statement, adding privacy opt-in code, and building the project. Use this skill when the user wants to integrate, install, add, or set up Dynatrace monitoring in their iOS app. Keywords: Dynatrace, iOS, SDK,…

How to install Dt Obs Ios Sdk

git clone https://github.com/Dynatrace/dynatrace-for-ai
cp -r dynatrace-for-ai/skills/dt-obs-ios-sdk ~/.claude/skills/dt-obs-ios-sdk

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Dt Obs Ios Sdk

  • /dt-obs-ios-sdk Set up the Dynatrace iOS SDK via Swift Package Manager with config and privacy opt-in.

It also activates on plain-language prompts like these:

  • Integrate Dynatrace monitoring into this iOS app
  • Add the Dynatrace SPM dependency and Info.plist config
  • Set up OneAgent RUM tracking for this Swift project

Frequently asked questions

Is the Dt Obs Ios Sdk skill free?
Yes. The skill itself is free from Dynatrace/dynatrace-for-ai. SkillProof publishes the install command and an independent test verdict at no cost.
Does Dt Obs Ios Sdk work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Dt Obs Ios Sdk?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Dt Obs Ios Sdk with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.