duckdb-docs

Search cached DuckDB and DuckLake documentation using a local full-text index.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/nq-rdl/agent-extensions --skill duckdb-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duckdb-docs
Source: https://github.com/nq-rdl/agent-extensions/tree/main/skills/duckdb/duckdb-docs
Command: npx skills add https://github.com/nq-rdl/agent-extensions --skill duckdb-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DuckDB and DuckLake users often need quick, authoritative references for official syntax and behavior. This Skill provides fast, locally cached full-text search over documentation to speed up research and learning.

Core Features & Use Cases

  • Local full-text search over DuckDB docs and DuckLake docs
  • Version-aware indexing with options for lts, current, and blog content
  • Quick answers for syntax questions, troubleshooting, and feature explanations using cached docs

Quick Start

Ask a DuckDB question about syntax or behavior and let it search the local doc caches to return the most relevant results.

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 locally for offline reference?

You can search DuckDB documentation locally by using a Skill that builds a full-text index over the docs. It requires DuckDB to access and index docs for offline querying, enabling fast syntax and behavior references.

Does DuckLake documentation search work offline?

DuckLake documentation search works offline by using a locally cached full-text index. This provides offline-access references for official syntax, behavior, and DuckLake-specific features.

Can I search specific DuckDB documentation versions like lts or current?

You can search specific DuckDB documentation versions using version-aware indexing. The search pipeline supports options for lts, current, and blog content to return relevant cached results.

What is the best way to look up DuckDB syntax and troubleshooting answers?

The best way to look up DuckDB syntax and troubleshooting answers is querying a local doc cache. Ask a DuckDB question about syntax or behavior to let the full-text search return the most relevant results.

Do I need DuckDB installed to run a local documentation search?

You need DuckDB installed to run a local documentation search. The Skill requires DuckDB to access and index docs for offline querying, utilizing a built-in search pipeline with two indexes and a local cache.