install-duckdb

Automate DuckDB extension installation and CLI updates via Bash.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/chrishuffman5/skills --skill install-duckdb-chrishuffman5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-duckdb
Source: https://github.com/chrishuffman5/skills/tree/main/install-duckdb
Command: npx skills add https://github.com/chrishuffman5/skills --skill install-duckdb-chrishuffman5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages DuckDB extensions, allowing for easy installation and updating of extensions directly from the command line.

Core Features & Use Cases

  • Extension Installation: Install extensions directly using the skill, either from the core or from external repositories.
  • Version Update: Update DuckDB CLI and extensions to their latest versions.
  • Use Case: If you need to work with spatial data in DuckDB, you can install the spatial extension using this skill.

Quick Start

Install the spatial extension for DuckDB with the command: /duckdb-skills:install-duckdb spatial

Frequently Asked Questions about install-duckdb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate DuckDB extension installation from the command line?

You can automate DuckDB extension installation by running Bash scripts that install extensions directly from core or external repositories. This skill handles version checks and updates to keep your DuckDB CLI environment current.

What is the best way to update DuckDB CLI and extensions to their latest versions?

The best way to update DuckDB CLI and extensions is to use an installation automation skill that performs version checks and fetches the latest releases. It requires Bash to execute the update scripts.

Can I install external DuckDB extensions using Bash automation?

Yes, you can install external DuckDB extensions using Bash automation. The skill supports fetching and installing extensions from both core and external repositories directly via the command line.

How do I install the spatial extension for DuckDB?

To install the spatial extension for DuckDB, run the command to trigger the installation automation skill. It fetches the spatial extension from the repository and configures it for your DuckDB environment.

Does this DuckDB extension manager require any specific dependencies?

This DuckDB extension manager requires Bash for execution but has no other external dependencies. You can run the scripts directly in your command line environment to manage extensions.

Why do I need to automate DuckDB extension management instead of installing manually?

Automating DuckDB extension management eliminates manual command line errors and ensures version consistency. It streamlines installing from external repositories and updating the DuckDB CLI alongside its extensions.