viz
Installation
SKILL.md
Viz Skill: Data Visualization and Inspection
Purpose
This skill directly executes visualizations. The calling agent provides a visualization spec along with data context, and the skill:
- Infers the data loading code from the provided context
- Generates the complete plotting script
- Executes it via the
viz_runner.pyhelper - Returns artifact paths for the caller to reference
Key pattern:
Caller (with data context) → Skill (infers data loading, generates script, executes) → Plot appears
The caller does NOT need to write any execution code. The skill handles everything.