duckdb-docs

Search DuckDB and DuckLake documentation using a local cached index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb, httpfs, fts, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies finding and accessing DuckDB and DuckLake documentation and blog posts. It returns relevant doc chunks for any question or keyword using full-text search against a locally cached index.

Core Features & Use Cases

  • Full-Text Search: Quickly search DuckDB and DuckLake documentation for specific topics.
  • Cache Management: Ensures the local cache of documentation is up-to-date.
  • Version Selection: Allows searching across different versions of DuckDB and DuckLake documentation.
  • Result Formatting: Provides a formatted summary of the search results, including the relevant sections and URLs.

Quick Start

Search DuckDB documentation for "JOIN clause" using the duckdb-docs skill.

Frequently Asked Questions about duckdb-docs

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

FAQPage Schema
How do I search DuckDB documentation for specific SQL keywords?

You can search DuckDB documentation for specific keywords by using full-text search against a locally cached index, which instantly returns relevant documentation chunks and URLs.

Can I search preview version DuckDB documentation instead of stable releases?

Yes, the search operates on both stable and preview versions of DuckDB and DuckLake documentation, allowing you to retrieve results from either release track.

What is the best way to find DuckLake blog posts and documentation chunks?

The best way to find DuckLake blog posts and documentation chunks is by querying a locally cached index with full-text search, which returns formatted summaries with relevant sections and URLs.

Does DuckDB full-text search work without an active internet connection?

DuckDB full-text search works offline against a local cached index, though cache management operations may require network connectivity to synchronize the latest documentation updates.

Why does searching DuckDB documentation return outdated or missing results?

Searching DuckDB documentation returns outdated results when the local cached index is stale, requiring cache management operations to synchronize and update the documentation index.