duckdb-en

Community

DuckDB CLI mastery for fast data analysis.

Authorxukrutdonut
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables rapid data analysis and file format conversion using the DuckDB CLI, helping you perform in-context SQL queries and transform data without leaving the command line.

Core Features & Use Cases

  • SQL analytics on CSV, Parquet and JSON: Run ad-hoc queries, transform data, and generate reports directly from CLI.
  • Data conversion & export: Convert between formats (CSV, Parquet, JSON) and produce ready-to-use outputs.
  • Reproducible workflows: Use CLI flags and dot commands to build repeatable analysis pipelines.

Quick Start

  • To run a quick query on a CSV file: duckdb -c "SELECT * FROM 'data.csv' LIMIT 10"
  • To read a Parquet file and export to CSV: duckdb -c "COPY (SELECT * FROM read_parquet('data.parquet')) TO 'out.csv' (FORMAT CSV)"
  • To inspect outputs and adjust formatting, use commands like .mode, .headers, and .separator as needed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: duckdb-en
Download link: https://github.com/xukrutdonut/openclaw-skills/archive/main.zip#duckdb-en

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.