data-analyst-export

Export query results to CSV, JSON, Excel, and Markdown formats.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/takemi-ohama/ai-agent-marketplace --skill data-analyst-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst-export
Source: https://github.com/takemi-ohama/ai-agent-marketplace/tree/main/plugins/ndf/skills/data-analyst-export
Command: npx skills add https://github.com/takemi-ohama/ai-agent-marketplace --skill data-analyst-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analysts often need to share results in various formats. This Skill exports query results to CSV, JSON, Excel, and Markdown tables with proper headers and formatting, enabling easy sharing and documentation.

Core Features & Use Cases

  • CSV export with headers and customizable delimiters
  • JSON export with pretty-print and compact options
  • Excel export with multiple sheets and cell formatting
  • Markdown table export for documentation

Quick Start

Example: node scripts/export-csv.js input.json output.csv

Frequently Asked Questions about data-analyst-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export query results to multiple formats like CSV, JSON, and Excel?

Export query results to CSV, JSON, Excel, and Markdown formats using command-line scripts. The Skill handles headers, delimiters, pretty-print options, and multi-sheet Excel exports with customizable formatting for each format.

Can I customize CSV export with different delimiters and header options?

Yes, CSV export supports customizable delimiters and optional headers. You can control whether headers are included and choose the delimiter that suits your workflow, such as commas, tabs, or pipes.

What are the differences between pretty-print and compact JSON export?

Pretty-print JSON formats output with indentation and line breaks for readability, while compact JSON removes whitespace to minimize file size. Choose based on whether you prioritize human readability or file efficiency.

Does this support UTF-8 BOM handling for Excel compatibility?

Yes, the Skill includes UTF-8 BOM support for Excel exports. This ensures proper character encoding when opening files in Excel and other spreadsheet applications, particularly for non-ASCII data.

Can I export data to multiple Excel sheets in a single file?

Yes, Excel export supports multiple sheets in a single workbook with cell formatting options. You can organize exported query results across sheets and apply formatting to improve readability and structure.

How do I export results as Markdown tables for documentation?

Export query results directly to Markdown table format for use in documentation. The Skill generates properly formatted Markdown tables with headers and alignment, ready to embed in docs or README files.