duckdb-en

Verified·Scanned 2/17/2026

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".

from clawhub.ai·v268be09·8.7 KB·0 installs
Scanned from 1.0.0 at 268be09 · Transparency log ↗
$ vett add clawhub.ai/camelsprout/duckdb-en

DuckDB CLI AI Skill

A comprehensive AI skill for Claude Code that provides expert assistance with DuckDB CLI operations.

What is this?

This is a skill file for Claude Code (Anthropic's CLI tool). When activated, it gives Claude deep knowledge about DuckDB CLI, enabling it to help you with:

  • SQL queries on CSV, Parquet, and JSON files
  • Data conversion between formats
  • Database operations and analysis
  • Command-line arguments and dot commands
  • Output formatting and configuration

Installation

Claude Code (recommended)

Copy SKILL.md to your Claude Code skills directory:

mkdir -p ~/.claude/skills/duckdb
cp SKILL.md ~/.claude/skills/duckdb/

Then use /duckdb in Claude Code to activate the skill.

Other AI Tools

The SKILL.md file follows standard markdown conventions and can be adapted for use with other AI assistants that support custom instructions or system prompts.

What's Included

The skill covers all official DuckDB CLI documentation:

  • Quick Start - Read files directly with SQL
  • Command Line Arguments - All flags and options
  • Data Conversion - CSV, Parquet, JSON transformations
  • Dot Commands - Schema inspection, output control
  • Output Formats - All 18 available formats
  • Keyboard Shortcuts - Navigation, history, editing
  • Autocomplete - Context-aware completion
  • Configuration - ~/.duckdbrc settings
  • Safe Mode - Restricted file access mode

Example Usage

Once the skill is activated, you can ask Claude things like:

  • "Convert this CSV to Parquet"
  • "Show me statistics for sales.csv"
  • "Join these two files on customer_id"
  • "What's the DuckDB command to export as JSON?"

Documentation Sources

Based on official DuckDB documentation:

License

MIT