FeaturedData & Analytics#Skills#Python#CSV#Data#Agent#AI

CSV Stats Analyzer (Agent Skill)

An agent runs a bundled Python skill that parses CSV text and returns per-column summary statistics — no API keys needed.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#Skills#Python#CSV#Data#Agent#AI

Click a node to select it — same as the Heym editor; the panel shows its settings.

3 nodes · Free & source-available

CSV Stats Analyzer (Agent Skill)

This template shows a Heym Agent Skill: a bundled SKILL.md plus a Python tool the agent runs on demand. Paste CSV text and the agent calls the skill, which parses the data with the Python standard library and returns per-column statistics.

What this workflow does

  1. csvData holds the CSV text to analyze
  2. csvStatsAgent calls the bundled csv_summary_stats Python skill
  3. The skill detects numeric vs text columns and computes count, min, max, mean, sum, and unique values
  4. statsResult returns the structured summary

Why a skill

The math runs in deterministic Python, not the model, so the numbers are exact and repeatable. No third-party API or key is required.

Setup

Open csvStatsAgent, pick an LLM credential, paste your CSV, and run. Replace the sample data with your own. The skill expects a header row.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates
Heym
incident analysis · production AI
Observed across 100s of AI rollouts

AI workflows don't fail because of prompts.
They fail because of orchestration.

symptom · glue code01
5 tools
Scripts, vector DB, approval bot, tracing, browser runner — none of them talk.
symptom · visibility02
~0%
Observable behavior across the stack. Debugging is guesswork.
with heym · one runtime
1 canvas
Agents, RAG, HITL, MCP, traces & evals. Self-hosted. Observable.
AI-Native RuntimeProduction-Grade
github.com/heymrun/heym