AgentSkillsCN

Duckdb

本系统已安装 DuckDB 命令行工具,是针对 CSV、Parquet 或 NDJSON 文件进行临时数据分析的理想选择。当用户希望在特定数据文件的上下文中获取数据值,或需要将多个文件合并时,可优先选用此工具。

SKILL.md
--- frontmatter
description: The duckdb cli is installed on this system and is a good choice for ad-hoc data analysis from CSV, parquet or NDJSON files. Use it when the user asks for data values in the context of a specific data file or to join multiple files together.
globs:
  - "*.csv"
  - "*.parquet"
allowed-tools:
- "Bash(duckdb:*)"

When using duckdb for querying single files, use the DESCRIBE SELECT and, optionally, SUMMARIZE SELECT statements to understand the structure beforehand.