What problem does it solve?
Wiring Raindrop AI tracing into an agent that is being built or is about to be built is time-consuming and error-prone; this skill ensures the very first run produces a debuggable trace in Workshop by installing the right wrapper, wrapping the model SDK calls, and adding eventMetadata.
Core Features & Use Cases
- Install the appropriate @raindrop-ai/* wrapper alongside the model SDK and wrap the SDK call sites.
- Add eventMetadata({ eventName, properties }) so traces capture context and are replayable.
- Use when creating a new AI agent or instrumenting an existing un-instrumented agent; the flow stops after wiring and points to /raindrop-setup for viewing traces.
- Idempotent — safe to re-run.
- This skill also ensures you do not start the Workshop daemon or open the UI during instrumentation; you only wire the code.
Quick Start
Install the required raindrop wrapper for your SDK, wrap the call site, and add eventMetadata so the first run is debuggable, then run /raindrop-setup when you're ready to view traces.