What problem does it solve?
Setting up observability for an AI agent is error-prone: SDK APIs change quickly, repos have unknown telemetry setups, and it is hard to confirm traces actually reach the local debugger. This Skill guides the full instrumentation workflow so a real agent run appears in Raindrop Workshop with useful LLM and tool spans.
Core Features & Use Cases
- Guided instrumentation workflow: Discovers the agent entry point, runtime, package manager, and existing telemetry (OpenTelemetry, Sentry, Datadog) before making the smallest safe edit.
- Stack-specific SDK paths: Covers TypeScript core SDK, Vercel AI SDK, Claude Agent SDK, Python, Rust, and framework integrations like LangChain and Pydantic AI, always consulting current Raindrop docs first.
- Two-phase verification: Phase 1 proves a basic run reaches Workshop; Phase 2 enriches it with properties, LLM spans, and tool execution spans.
- Use Case: You open a repo whose agent produces no traces, run the skill, and it updates the raindrop-ai package, wraps the agent entry point with begin/finish calls, points the app at the local Workshop endpoint, and confirms a visible run.
Quick Start
Ask your AI coding agent to set up Raindrop tracing for your agent and verify a run appears in Workshop.