Report Generation

Generate Excel-ready reports with charts and tables from JSON data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nomad3/servicetsunami-agents --skill report-generation-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Report Generation
Source: https://github.com/nomad3/servicetsunami-agents/tree/main/apps/api/app/skills/native/report_generation
Command: npx skills add https://github.com/nomad3/servicetsunami-agents --skill report-generation-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically convert raw data into structured reports with charts and exportable documents.

Core Features & Use Cases

  • Generates Excel files with bar, line, and pie charts, tables, and visualizations.
  • Accepts report_type and data in JSON to tailor reports for dashboards, executives, or compliance packs.
  • Use Case: Create a quarterly sales report with charts from a data JSON payload.

Quick Start

Provide the report_type and data payload to generate the requested report.

Frequently Asked Questions about Report Generation

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

FAQPage Schema
How do I generate Excel reports with charts from JSON data?

You can generate Excel reports with charts by providing a report_type and data payload in JSON to the ReportGenerationTool, which outputs Excel-ready files containing bar, line, and pie charts based on your input data.

Can I automate financial summary and dashboard report generation?

Yes, you can automate financial summary and dashboard report generation by supplying the specific report_type and your raw JSON data to produce structured, polished reports tailored for those business workflows.

What types of data visualizations can I create for executive reporting?

For executive reporting, you can create data visualizations including bar charts, line charts, pie charts, and structured tables to effectively present raw data within polished, exportable Excel documents.

Do I need any external dependencies to convert raw data into Excel files?

No external dependencies are required to convert raw data into Excel files. The Skill operates independently using its internal ReportGenerationTool to process your JSON data and output the final report.

What is the best way to structure JSON payloads for compliance report packs?

To structure JSON payloads for compliance report packs, include a designated report_type field and organize your raw data arrays to ensure the generated Excel tables and visualizations meet compliance documentation standards.

Why does my generated report not display the correct charts and tables?

If your generated report does not display correct charts and tables, ensure your input JSON data is properly formatted and accurately matches the expected schema for the specified report_type before processing.