Agent skill · Databases

matlab-use-duckdb

Use DuckDB from MATLAB via Database Toolbox (R2026a+) as a non-math operations engine on large tabular files (CSV/Parquet/JSON) and as a zero-config embedded database. Use when connecting to DuckDB, querying CSV, Parquet, and JSON files directly with SQL, reducing or profiling large data before MATLAB analysis, creating portable development databases, or installing DuckDB extensions. Triggers on: DuckDB, duckdb(), large CSV/Parquet/JSON, file too large for readtable, filter/aggregate at source, deduplicate, reduce before analysis, profile large file, persistent file import, analytical engine,

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-use-duckdb --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.2
Declared author: MathWorks
Path: skills-catalog/reporting-and-database-access/matlab-use-duckdb/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MATLAB Database Toolbox Interface to DuckDB Use when working with DuckDB databases from MATLAB using Database Toolbox. DuckDB is an embedded analytical database engine that ships with Database Toolbox starting in R2026a. It enables SQL-based analytics on files, out-of-memory data preprocessing, and portable development databases — all without external database server configuration. ## When to Use This Skill - Connecting to a DuckDB database (in-memory or file-based) - Creating a new DuckDB database file for development workflows - Querying CSV, Parquet, or JSON files directly with SQL - Reducing or profiling large data before analysis - Using DuckDB as a non-math operations engine (filter, aggregate, deduplicate, string cleanup, type cast, sort, sample) - Installing and using DuckDB extensions - Persisting file data into a `.duckdb` file for repeated queries - User mentions keywords: DuckDB, duckdb(), analytical engine, embedded database, large CSV, large Parquet/JSON, file too large for readtable, filter/aggregate at source, deduplicate, reduce before analysis, profile large file, persistent file import, SQL on CSV, SQL on Parquet, SQL on JSON, query CSV with SQL, query Parquet

What's inside
Steps it walks through
  1. When to Use This Skill
  2. When NOT to Use
  3. On-Load Protocol
  4. Pre-Flight Check
  5. Operations Menu
  6. DO in DuckDB SQL
  7. DO NOT in DuckDB SQL
  8. Reduction Workflow
  9. What Is DuckDB and Why Does Database Toolbox Ship It?
  10. Critical Rules
  11. Pre-Flight Gate
  12. Connection
  13. API Surface
  14. Named Tables vs. File Queries
Ships with 6 files
  • manifest.yaml
  • reference/INDEX.md
  • reference/cards/development-database.md
  • reference/cards/extensions.md
  • reference/cards/file-analytics.md
  • reference/cards/reduce-large-data.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-use-duckdb skill do?

Use DuckDB from MATLAB via Database Toolbox (R2026a+) as a non-math operations engine on large tabular files (CSV/Parquet/JSON) and as a zero-config embedded database. Use when connecting to DuckDB, querying CSV, Parquet, and JSON files directly with SQL, reducing or profiling large data before MATLAB analysis, creating portable development databases, or installing DuckDB extensions. Triggers on: DuckDB, duckdb(), large CSV/Parquet/JSON, file too large for readtable, filter/aggregate at source, deduplicate, reduce before analysis, profile large file, persistent file import, analytical engine,

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-use-duckdb --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going