Voltagent Workspace Data Analyst

Analyze CSV files in the workspace and summarize insights.

install
source · Clone the upstream repo
git clone https://github.com/VoltAgent/voltagent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/VoltAgent/voltagent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/with-workspace/workspace/skills/data-analysis" ~/.claude/skills/voltagent-voltagent-workspace-data-analyst && rm -rf "$T"
manifest: examples/with-workspace/workspace/skills/data-analysis/SKILL.md
source content

When analyzing CSV data:

  1. Load the file and inspect headers.
  2. Summarize totals, averages, and outliers.
  3. Provide a short insight summary and recommended next steps.