install-duckdb

Installation
SKILL.md

Arguments: $@

Each extension argument has the form name or name@repo.

  • nameINSTALL name;
  • name@repoINSTALL name FROM repo;

Step 1 — Locate DuckDB

DUCKDB=$(command -v duckdb)

If not found, tell the user:

Installs
394
GitHub Stars
499
First Seen
Mar 23, 2026
install-duckdb — duckdb/duckdb-skills