skills.vishalvoidskills/vishalvoid
Office & DocumentsIntermediate

duckdb-docs

Search DuckDB and DuckLake documentation using full-text search ove...

Developer Setup

Setup & Installation

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

Overview

What This Skill Does

Search DuckDB and DuckLake documentation using full-text search over HTTPS

Application

When to use this Skill

Documentation

Show Skills.md file

You are helping the user find relevant DuckDB or DuckLake documentation.

Query: $@

Follow these steps in order.

Step 1 — Check DuckDB is installed

command -v duckdb

If not found, delegate to /duckdb-skills:install-duckdb and then continue.

Step 2 — Ensure required extensions are installed

duckdb :memory: -c "INSTALL httpfs; INSTALL fts;"

If this fails, report the error and stop.

Step 3 — Choose the data source and extract search terms

The query is: $@

Lines 1 - 25 of 141

Recommendations

Explore other random skills

All skillsMy patterns