duckdb-docs

Installation
SKILL.md

You are helping the user find relevant DuckDB or DuckLake documentation.

Query: $@

Follow these steps in order.

Step 1 — Check DuckDB is installed

command -v duckdb

If not found, delegate to /duckdb-skills:install-duckdb and then continue.

Step 2 — Ensure required extensions are installed

duckdb :memory: -c "INSTALL httpfs; INSTALL fts;"
Installs
559
GitHub Stars
499
First Seen
Mar 20, 2026
duckdb-docs — duckdb/duckdb-skills