Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/nevaberry/nevaberry-plugins/duckdb-knowledge-patchnpx skills add Nevaberry/nevaberry-plugins --skill duckdb-knowledge-patchgit clone --depth 1 https://github.com/Nevaberry/nevaberry-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nevaberry/nevaberry-plugins/duckdb-knowledge-patch)<a href="https://agentmods.dev/skills/nevaberry/nevaberry-plugins/duckdb-knowledge-patch"><img src="https://agentmods.dev/badge/skills/nevaberry/nevaberry-plugins/duckdb-knowledge-patch.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00009 | $0.02083 |
| Opus 5 | $0.00005 | $0.01042 |
| Sonnet 5 | $0.00002 | $0.00417 |
| Haiku 4.5 | $0.00001 | $0.00208 |
Grade A, and why
duckdb-knowledge-patch scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
The default `httpfs` backend uses curl. OpenSSL and settings such as How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DuckDB Knowledge Patch
Use this skill when writing DuckDB SQL, upgrading an existing database, working with external files or lakehouse formats, configuring the CLI, or using spatial data. Inspect the project's DuckDB version and load the relevant topic reference before relying on defaults, return types, parser behavior, storage compatibility, or extension behavior.
How to apply this skill
- Determine the exact DuckDB library, CLI, and extension versions in use.
- Review the compatibility checks below before changing existing SQL or files.
- Treat database storage versions separately from the engine version.
- Check extension and platform requirements before generating deployment steps.
- Load the topic reference that matches the task; it contains the complete semantics and directional caveats behind the quick reference.
- Prefer project manifests, code, tests, and observed behavior if the project is newer than the frontmatter version.
Reference index
| Reference | Topics |
|---|---|
| Compatibility and migrations | Release-line support, changed SQL behavior, parser changes, deprecations, upgrade checks |
| SQL and types | VARIANT, maps, date_trunc, UNPACK, secrets, direct database scans |
| Storage, security, and remote files | Storage versions, encryption, compression, external cache, CSV, Azure, httpfs |
| Lakehouses and connectors | DuckLake, Delta, Iceberg, ODBC, Teradata, database-wide copies |
| CLI and platforms | Previous results, safe mode, direct file opening, installation, Linux requirements |
| Spatial and geometry | Axis-order migration, core GEOMETRY, CRS typing, WKB boundaries |
Compatibility checks first
Account for changed SQL results and types
date_truncon aDATEreturnsTIMESTAMP. Add an explicit cast when an application, schema, or client contract still requiresDATE.map['key']returns the value itself and is equivalent tomap_extract_value. Usemap_extractonly when the required result is a single-element list.current_timeandcurrent_dateuse the local timezone and require ICU.- A fixed random seed does not reproduce sequences from engines that used the earlier generator state.
- Nested-structure serialization escapes quotes so values round-trip. Use
array_to_stringwhen code deliberately needs the old unquoted display.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 248 lines · 9 tokens per session scan A bf153e995a92
duckdb-knowledge-patch is a skill published in the GitHub repository Nevaberry/nevaberry-plugins (24 stars, last pushed 7d ago), licensed MIT. It adds 9 tokens to every session and 2,083 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
api-canvas
DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…
api-mirror
Stand up a persistent, self-refreshing local mirror of a bulk upstream dataset with the MirrorService (@cyanheads/mcp-ts-core/mirror). Use when a server wraps a large or slow API and should query a synced local index (embedded SQLite + FTS5) instead of paginating the live API per request.
openkb-deck-neon
Use when the user asks the openkb chat to make a deck / slide presentation / PPT / slides / 演示稿 / 幻灯片 from their compiled KB content AND wants a dark, high-tech, neon / glow / glassmorphism look (赛博 / 科技风 / 暗色 / 霓虹 / 炫酷). Generates a polished single-file HTML deck in the Aurora Glass visual direction (near-black…
redteam-sqli-detail-pack
Domain routing and boundary guidance for authorized SQL injection testing, including union-based, blind, error-based, stacked query, and second-order SQL injection variants. Use when a task belongs to the SQL injection domain and needs scope, evidence, pivot, or exit criteria.
design-mcp-server
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
api-telemetry
Catalog of OpenTelemetry instrumentation built into framework @cyanheads/mcp-ts-core — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans or metrics in services, debugging missing telemetry, looking up…