Automatically detects which AI SDKs you have installed (OpenAI, Anthropic, LangChain, Vercel AI, etc.) and wires up Sentry monitoring with the right integrations. Handles both JavaScript and Python, with auto-instrumentation for Node.js and manual wrapping instructions for browser contexts. The main value is that it knows the tricky bits: Vercel AI needs per-call telemetry flags, Python integrations auto-enable but need explicit config for prompt capture, and you need tracing turned on first or nothing works. It's also opinionated about the privacy implications of recording prompts and responses, which is the right call since that's user PII going straight into your observability stack. Good for when you need to debug token usage or track agent behavior without reading Sentry docs for an hour.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-setup-ai-monitoring