skills.vishalvoidskills/vishalvoid
Technical & DevelopmentBeginner

install-duckdb

Install or update DuckDB CLI and extensions with version management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/duckdb/duckdb-skills --skill install-duckdb

Overview

What This Skill Does

Install or update DuckDB CLI and extensions with version management

Application

When to use this Skill

Documentation

Show Skills.md file

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

Then re-run /duckdb-skills:install-duckdb.

Stop if DuckDB is not found.

Step 2 — Check for --update flag

Lines 1 - 25 of 73

Recommendations

Explore other random skills

All skillsMy patterns