report-generator

Generate JSON, CSV, or markdown reports from SQL query results.

1.5k|222|Updated Jul 4, 2025
One-click install
npx skills add https://github.com/Datus-ai/Datus-agent --skill report-generator-datus-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report-generator
Source: https://github.com/Datus-ai/Datus-agent/tree/main/tests/data/skills/report-generator
Command: npx skills add https://github.com/Datus-ai/Datus-agent --skill report-generator-datus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually formatting raw SQL query results into structured, shareable reports is time-consuming and prone to formatting errors, slowing down data delivery to stakeholders.

Core Features & Use Cases

  • Multi-format Output: Generate reports in JSON, CSV, or markdown formats directly from SQL query results.
  • Stakeholder-ready Content: Produce consistent, polished reports for business reviews, operational updates, and cross-team data sharing without manual formatting work.
  • Use Case: After running a monthly sales performance SQL query, use this skill to generate a markdown report for the leadership team in seconds.

Quick Start

Use the report-generator skill to turn the results of your latest customer churn SQL query into a formatted CSV report for the operations team.

Frequently Asked Questions about report-generator

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

FAQPage Schema
How do I generate formatted reports from SQL query results?▼

Generate stakeholder-ready markdown reports from SQL output to eliminate manual formatting effort for business reviews and operational updates. The skill applies a lightweight Python script to transform raw query data into structured, consistent report outputs.

Can I export SQL query results to CSV and JSON formats for stakeholders?▼

Yes, you can export SQL query results directly to CSV and JSON formats. The skill processes raw data to produce polished, multi-format reports suitable for cross-team data sharing and stakeholder consumption.

Do I need a database query tool to format markdown reports from SQL output?▼

Yes, a database query tool is required to run queries and supply the raw SQL output. The skill processes this input data using a Python script to produce structured, consistent report outputs for stakeholders.

What is the best way to automate data export from SQL queries for business reviews?▼

Automating data export from SQL queries is best handled by applying a lightweight Python script to raw query results. This eliminates manual formatting errors and produces consistent, stakeholder-ready markdown or CSV reports for business reviews.

Are there limitations when generating markdown reports from raw SQL output?▼

The primary limitation is that the skill requires existing SQL query results from a separate database query tool. It does not execute SQL queries itself, but rather formats the received input data into structured, consistent report outputs.