Skip to content
Productivity
Skill

/analyze-csv

Load a CSV and provide insights

From plugin
cowork-os
452155 skills
Install
$ npx -y skills add CoWork-OS/CoWork-OS --skill analyze-csv --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/analyze-csv

Context preview

The summary Claude sees to decide when to auto-load this skill.

Load a CSV and provide insights

SKILL.md

analyze-csv.SKILL.md
name: analyze-csv
description: "Load a CSV and provide insights"
version: "1.0.0"
metadata:
  author: CoWork OS Contributors <info@coworkosapp.com>

Analyze CSV

Purpose

Load a CSV and provide insights

Routing

  • Use when: Use when asked to analyze a CSV file for schema, data quality, statistical summaries, or anomalies.
  • Do not use when: Don't use this for non-tabular files or for purely visual charting without data inspection.
  • Outputs: Concise dataset summary with column stats, missing-value signals, and actionable insights.
  • Success criteria: Reports include row/column counts, datatype observations, numeric statistics, and high-confidence anomalies.

Trigger Examples

Positive

  • Use the analyze-csv skill for this request.
  • Help me with analyze csv.
  • Use when asked to analyze a CSV file for schema, data quality, statistical summaries, or anomalies.
  • Analyze CSV: provide an actionable result.

Negative

  • Don't use this for non-tabular files or for purely visual charting without data inspection.
  • Do not use analyze-csv for unrelated requests.
  • This request is outside analyze csv scope.
  • This is conceptual discussion only; no tool workflow is needed.

Parameters

| Name | Type | Required | Description | |---|---|---|---| | path | string | Yes | Path to the CSV file |

Runtime Prompt

  • Current runtime prompt length: 499 characters.
  • Runtime prompt is defined directly in `../analyze-csv.json`.
Read more
Ships withcowork-os

Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.

Get the whole plugin
Stats
450
Stars
77
Forks
Active
Maintenance
TypeScript
Language
MIT
License
5d ago
Last commit
7mo ago
Created

Repo: CoWork-OS/CoWork-OS

Other skills on cowork-os.