From owid-general
The duckdb cli is installed on this system and is a good choice for ad-hoc data analysis from CSV, parquet or NDJSON files. Use it when the user asks for data values in the context of a specific data file or to join multiple files together.
How this skill is triggered — by the user, by Claude, or both
Slash command
/owid-general:duckdbThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
When using duckdb for querying single files, use the `DESCRIBE SELECT` and, optionally, `SUMMARIZE SELECT` statements to understand the structure beforehand.
When using duckdb for querying single files, use the DESCRIBE SELECT and, optionally, SUMMARIZE SELECT statements to understand the structure beforehand.
npx claudepluginhub owid/owid-claude-plugins --plugin owid-generalDuckDB CLI specialist for SQL analysis, data processing, and file conversion between CSV, Parquet, and JSON formats.
DuckDB CLI specialist for SQL analysis, data processing, and file conversion between CSV, Parquet, and JSON formats.
Executes raw SQL or natural language queries against attached DuckDB databases or ad-hoc files. Manages session state, schema retrieval, and result size estimation.