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;"
Related skills