ClaudeSuperPower

install-duckdb

Skill

Install or update DuckDB extensions. Each argument is either a plain extension name (installs from core) or name@repo (e.g. magic@community). Pass --update to update extensions instead of installing.

Install

git clone https://github.com/duckdb/duckdb-skills.git ~/.claude/skills/install-duckdb

What is install-duckdb?

Install or update DuckDB extensions. Each argument is either a plain extension name (installs from core) or name@repo (e.g. magic@community). Pass --update to update extensions instead of installing.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

~50 tokens of context used while enabled, before you invoke anything

All declared tools (1)
Bash

Documentation

README · ~1 min read

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:

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills