Generates PDF reports with tables, charts, and text blocks using a straightforward Python API. You instantiate a ReportGenerator, chain together content sections with add_text, add_table, and add_chart methods, then output to PDF. Works well for recurring business reports or analytics summaries where you need something more polished than a CSV dump but don't want to mess with templating engines. The repo has 60 stars and passed security audits from three providers, which is reassuring for automated pipelines. The API is clean enough that you could wrap it in a scheduled job and forget about it.
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill report-generator