Skill
Community

data-analyst-export

Install
1
Install the plugin
$
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndf

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Export query results to various formats (CSV, JSON, Excel, Markdown tables) with proper formatting and headers. Use when saving analysis results to files. This skill provides data export utilities for multiple formats: - CSV: Comma-separated with headers, customizable delimiters - JSON: Structured data with pretty-print option - Excel: Multiple sheets, cell formatting - Markdown: Tables for documentation Triggers: "export data", "save results", "output CSV", "output JSON", "output Excel", "データ出力", "結果保存", "エクスポート"

Tool Access

This skill is limited to using the following tools:

WriteBash
Supporting Assets
View in Repository
01-formats.md
02-examples.md
scripts/export-csv.js
Skill Content

Data Analyst Export Skill

概要

data-analystエージェントがクエリ結果を様々な形式でエクスポートする際に使用します。CSV、JSON、Excel、Markdownテーブルなど、用途に応じた最適な形式で出力できます。

クイックリファレンス

形式別コマンド

# CSV出力
node scripts/export-csv.js input.json output.csv

# JSON出力
node scripts/export-json.js input.csv output.json --pretty

# Excel出力
node scripts/export-excel.js input.json output.xlsx

# Markdownテーブル出力
node scripts/export-markdown.js input.json output.md

形式選択ガイド

形式用途
CSV単純なデータ、他システム連携
JSONAPI連携、構造化データ
Excel複雑なレポート、書式設定
Markdownドキュメント埋め込み

ベストプラクティス

DODON'T
適切な形式を選択全データをメモリに展開
ヘッダーを含めるExcel形式で巨大データ(100万行制限)
大きなデータはストリーミング日付フォーマットの不統一
UTF-8 BOMを付与(Excel用CSV)特殊文字のエスケープ忘れ

詳細ガイド

ファイル内容
01-formats.md各形式のスクリプト詳細、オプション
02-examples.mdBigQuery結果のCSVエクスポート、Excelレポート作成の実例

関連リソース

  • scripts/export-csv.js: CSV出力スクリプト
  • scripts/export-json.js: JSON出力スクリプト
  • scripts/export-excel.js: Excel出力スクリプト
  • scripts/export-markdown.js: Markdownテーブル出力スクリプト
Stats
Stars0
Forks0
Last CommitFeb 5, 2026

Similar Skills