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:

DuckDB is not installed. Install it first with one of:

  • macOS: brew install duckdb
  • Linux: curl -fsSL https://install.duckdb.org | sh
  • Windows: winget install DuckDB.cli
Related skills
Installs
150
GitHub Stars
446
First Seen
Mar 23, 2026