# Duckdb Quack

> Use when deploying, connecting to, securing, configuring, or troubleshooting DuckDB Quack remote protocol servers and clients.

- Skill: `wenerme/duckdb-quack` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add wenerme/duckdb-quack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wenerme/duckdb-quack/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wenerme (https://skillmd.com/u/wenerme)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wenerme/duckdb-quack

---


# DuckDB Quack Remote Protocol

This skill mirrors DuckDB current documentation for the Quack remote protocol.

CRITICAL: Search `references/quack/` before giving Quack connection, authentication, TLS, reverse-proxy, deployment, configuration, or troubleshooting guidance. Quack is under active development and its protocol surface may change.

## Scope

- `references/quack/overview.md` - protocol model, server/client usage, URI format, and connection caching.
- `references/quack/reference.md` - functions, settings, and logging controls.
- `references/quack/security.md` and `references/quack/setup/` - tokens, authorization, TLS, reverse proxy, Wasm, and deployment.
- `references/quack/troubleshooting.md` - diagnosis guidance.

## Search

```bash
rg -n "quack_serve|ATTACH|token|TLS|reverse proxy|authorization|logging|timeout" references/quack
```

Official source: `https://github.com/duckdb/duckdb-web/tree/main/docs/current/quack`.

