$npx skillfedfor your agent

data-analysis

Data Analysis lets you query uploaded Excel and CSV files using SQL, supporting multi-sheet workbooks, aggregation, filtering, and cross-file joins. Run statistical summaries, inspect schemas, and export results in multiple formats. Built on DuckDB for efficient columnar analysis.

Data Analysis performs SQL-based exploration of uploaded Excel and CSV files, including aggregation, filtering, and statistical summaries.

AI-generated summary based on this skill's SKILL.md

77,986 10,639 MITupdated by bytedance

Decision gist · record as of 2026-07-27

Data Analysis performs SQL-based exploration of uploaded Excel and CSV files, including aggregation, filtering, and statistical summaries. Data Analysis lets you query uploaded Excel and CSV files using SQL, supporting multi-sheet workbooks, aggregation, filtering, and cross-file joins. Run statistical summaries, inspect schemas, and export results in multiple formats. Built on DuckDB for efficient columnar analysis.

manual: git clone https://github.com/bytedance/deer-flow → cp -r deer-flow/skills/public/data-analysis ~/.claude/skills/data-analysis
skills/public/data-analysis/SKILL.md · version aeca899e

Use it when

  • Yes, data-analysis excels at generating statistical summaries and descriptive statistics from CSV data.
  • Data Analysis uses DuckDB, a powerful columnar database engine, to enable efficient SQL queries on your uploaded Excel spreadsheets.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

bytedance/deer-flow/data-analysis · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I analyze my Excel file with data-analysis?

Data Analysis lets you upload Excel or CSV files and query them directly using SQL. Simply upload your spreadsheet, and you can run SQL queries to filter, aggregate, and analyze your data. The skill supports multi-sheet workbooks, so you can work with complex Excel files containing multiple sheets. Results can be exported to CSV or JSON formats for further use.

Can data-analysis generate statistics from CSV files?

Yes, data-analysis excels at generating statistical summaries and descriptive statistics from CSV data. You can run SQL queries to compute counts, averages, sums, and other aggregate functions. The skill provides built-in support for calculating summary statistics, making it easy to explore and understand your dataset without manual calculations.

What's the best way to query an Excel spreadsheet with SQL?

Data Analysis uses DuckDB, a powerful columnar database engine, to enable efficient SQL queries on your uploaded Excel spreadsheets. You write standard SQL syntax to select, filter, and transform your data. The skill handles schema inspection automatically, so you can reference columns and sheets directly in your queries without setup.

Does data-analysis support joining data from multiple files?

Data Analysis supports joining and correlating data across multiple uploaded files. You can upload several Excel or CSV files and write SQL queries that join tables from different sources. This enables cross-file analysis and data enrichment workflows, making it simple to combine related datasets for deeper insights.

Can I create pivot tables and aggregate data by groups?

Data Analysis supports pivot table creation and group-by aggregation through SQL queries. You can use GROUP BY clauses to aggregate data by one or more columns, calculate metrics per group, and reshape your results. The skill makes it straightforward to summarize large datasets and identify patterns across categories.

How do I export filtered or transformed results from data-analysis?

Data Analysis lets you export your query results to CSV or JSON formats. After running your SQL analysis, filtering, or transformation queries, you can download the results in your preferred format for use in other tools, reports, or downstream processes.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Data Analysis Skill

Overview

This skill analyzes user-uploaded Excel/CSV files using DuckDB — an in-process analytical SQL engine. It supports schema inspection, SQL-based querying, statistical summaries, and result export, all through a single Python script.

Core Capabilities

  • Inspect Excel/CSV file structure (sheets, columns, types, row counts)
  • Execute arbitrary SQL queries against uploaded data
  • Generate statistical summaries (mean, median, stddev, percentiles, nulls)
  • Support multi-sheet Excel workbooks (each sheet becomes a table)
  • Export query results to CSV, JSON, or Markdown
  • Handle large files efficiently with DuckDB's columnar engine

Workflow

Step 1: Understand Requirements

When a user uploads data files and requests analysis, identify:

  • File location: Path(s) to uploaded

(truncated - see the full file via the links below)

File tree — 2 files
skills/public/data-analysis/SKILL.md
skills/public/data-analysis/scripts/analyze.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Analyze uploaded Excel or CSV files using SQL queries”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

data-analysis
by beita6969 · beita6969/ScienceClaw

Data Analysis handles the full workflow of scientific data exploration: load CSV, Excel, or JSON files; identify and remove missing values, duplicates, and outliers; generate distributions and correlation heatmaps; and run parametric or non-parametric tests depending on your data's characteristics. Fit OLS, logistic, or mixed-effects regression models and export publication-ready results with effect sizes and confidence intervals.

MITupdated Jun 2026
★ 869repo stars
Xlsx
by Wide-Moat · Wide-Moat/open-computer-use

Xlsx handles spreadsheet operations end-to-end: create new files with formulas and styling, read and analyze data using pandas, or modify existing files while preserving templates and calculations. The skill enforces zero formula errors and includes tools for data preview and formula recalculation.

no license declared → metadata onlyupdated Jul 2026
★ 107repo stars
Spreadsheet Automation
by JK-0001 · JK-0001/skills

Build production-grade systems in Google Sheets using advanced formulas, Apps Script, and multi-sheet architectures. Learn when Sheets works as a database or CRM, master QUERY and FILTER functions, connect multiple sheets into workflows, and automate tasks like data collection, email alerts, and API integrations without expensive tools.

no license declared → metadata onlyupdated Mar 2026
★ 12repo stars
convert-file
by duckdb · duckdb/duckdb-skills

Convert any data file to another format—CSV, Parquet, JSON, Excel, GeoJSON, and more—in a single DuckDB command. Handles both local and remote files, with support for partitioning and compression options when needed.

MITupdated Apr 2026
★ 523repo stars
humanize
by Branded-Mayhem-Collective-LLC · Branded-Mayhem-Collective-LLC/humanize-kit

Humanize rewrites AI-generated text by disrupting the statistical patterns that detectors like Pangram and GPTZero rely on, then re-renders it in your authentic voice from a saved profile. Load your voice profile first (or generate one with the voice-profiler skill) to get YOU-specific output instead of generic humanization. For best results with classifiers, manually retype or verbally transcribe the output before submission.

MITupdated Jul 2026
★ 2repo stars
Spreadsheet Builder
by jmsktm · jmsktm/claude-settings

Spreadsheet Builder lets you generate and structure spreadsheets through code or simple automation workflows, eliminating repetitive manual setup. Perfect for data-heavy tasks, this skill streamlines the creation of organized, formatted sheets at scale.

no license declared → metadata onlyupdated Jan 2026
★ 7repo stars

More skills byted-seedance-video-generate (Apache-2.0) · byted-las-audio-convert (Apache-2.0) · Seedance Video (NOASSERTION)

Tags
sql-enginespreadsheet-queryingdata-aggregationcross-file-joinscolumnar-analyticsstatistical-computationexport-formatsschema-inspectionmulti-sheet-supportin-memory-database