read-file
Reads and explores data files in CSV, JSON, Parquet, Avro, Excel, spatial, and other formats using DuckDB.
Setup & Installation
What This Skill Does
Reads and explores data files in CSV, JSON, Parquet, Avro, Excel, spatial, and other formats using DuckDB. Works with local paths and remote sources like S3, GCS, Azure, and HTTPS URLs. Resolves file paths automatically and detects format by extension.
Instead of installing format-specific tools or writing boilerplate reader code for each file type, this skill dispatches to the right DuckDB reader automatically and handles remote credential setup in one step.
When to use it
- Reading a Parquet file from S3 without writing any Python or SQL setup
- Checking row counts and column types in a CSV before importing it into a database
- Exploring a GeoJSON or Shapefile without loading it into a GIS tool
- Previewing an Excel spreadsheet's structure from the command line
- Querying a Jupyter notebook's cell contents as structured data
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
