data-wrangler
•published 2026/03/13
Transform and export data using DuckDB SQL. Read CSV/Parquet/JSON/Excel/databases, apply SQL transformations (joins, aggregations, PIVOT/UNPIVOT, sampling), and optionally write results to files. Use when the user wants to: (1) Clean, filter, or transform data, (2) Join multiple data sources, (3) Convert between formats (CSV→Parquet, etc.), (4) Create partitioned datasets, (5) Sample large datasets, (6) Export query results. Prefer this over in-context reasoning for datasets with thousands of rows or complex transformations.
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add richard-gyiko/data-wrangler-plugin/skills/data-wranglerFile Explorer
No file selected
Select a file to view its content

