simple-report-export

Generate tax optimization reports and export them as Word, Excel, and PDF files.

6|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/CleanExpo/ATO --skill simple-report-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-report-export
Source: https://github.com/CleanExpo/ATO/tree/main/.agent/skills/simple_report_export
Command: npx skills add https://github.com/CleanExpo/ATO --skill simple-report-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes it easy to generate and share professional tax optimization reports without relying on cloud services or complex setup.

Core Features & Use Cases

  • Two delivery options: Gmail SMTP with App Password for automated sending, or local exports for manual distribution.
  • Document formats: Generates Word, Excel, and PDF reports ready for stakeholder review.
  • Use Case: An accounting team can run monthly tax optimization analyses and email a complete report package to clients or internal stakeholders with minimal effort.

Quick Start

Run the local export workflow to generate reports in the reports/ folder, then attach the files to your preferred email client or automate with a small script that sends them as email attachments.

Frequently Asked Questions about simple-report-export

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

FAQPage Schema
How do I export tax reports to PDF and Excel without using cloud services?

You can export tax reports locally to PDF and Excel without cloud services by using a standard Node.js library that generates the files directly in your reports folder for manual distribution.

Can I send tax reports automatically through Gmail without a complex cloud setup?

Yes, you can send tax reports automatically through Gmail without a complex cloud setup by configuring Gmail SMTP delivery with an App Password to attach and email the generated documents.

What document formats are supported for local tax report generation?

The local tax report generation supports Word, Excel, and PDF document formats, providing ready-made files for stakeholder review and manual sharing.

Do I need any external dependencies or cloud accounts to generate tax optimization reports?

No external dependencies or cloud accounts are required to generate tax optimization reports; the skill relies entirely on standard Node.js libraries to create the documents.

Is local export suitable for an accounting team sharing monthly tax analyses with clients?

Yes, local export is suitable for an accounting team sharing monthly tax analyses because it generates a complete report package of files that can be manually distributed to clients or internal stakeholders.

Why does the local export workflow generate files instead of sending them directly?

The local export workflow generates files instead of sending them directly to provide flexibility, allowing you to attach the documents to your preferred email client or use a custom script for distribution.