What problem does it solve?
Turning a plain-language question like "traces per day" or "cost by model this week" into a live, self-updating dashboard chart normally requires knowing the analytics schema, writing correct SQL, and wiring up visualization config by hand. This Skill automates that entire loop against the LangWatch platform.
Core Features & Use Cases
- Schema Discovery: Lists every queryable dataset, column types, and runnable example queries via
langwatch chart schema so SQL is never written against guessed column names.
- SQL Authoring with Period Parameters: Uses reserved
{period_start}, {period_end}, and {period_granularity_seconds} parameters so charts follow the dashboard's period selector instead of hardcoded dates.
- Save, Test-Run, and Place: Saves charts with a Vega-Lite specification, immediately test-runs them to catch bad column references, and places them on a dashboard with automatic row allocation.
- Use Case: A product engineer asks "how many traces per day this month?" — the Skill discovers the
analytics.traces schema, writes and validates the SQL, saves the chart, verifies it runs, and places it on the team's existing dashboard.
Quick Start
Ask the agent to build a chart showing traces per day from your LangWatch project and place it on your team dashboard.