content-attachments

Convert data.json pipeline output into an Excel workbook and summary PDF.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zerowater-may/howzero_threads --skill content-attachments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-attachments
Source: https://github.com/zerowater-may/howzero_threads/tree/main/.claude/skills/content-attachments
Command: npx skills add https://github.com/zerowater-may/howzero_threads --skill content-attachments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, puppeteer.

What problem does it solve?

Automates the generation of an Excel workbook and a PDF summary from a data pipeline, reducing manual consolidation and reporting effort.

Core Features & Use Cases

  • Excel output: creates a structured workbook with raw data and formatting suitable for dashboards or sharing with stakeholders.
  • PDF insights: generates a concise A4-sized summary PDF that highlights key metrics and trends.
  • Use Case: given a data.json pipeline, produce both an Excel report and a companion PDF summary for quick distribution.

Quick Start

Run the content_attachments workflow to generate the Excel and PDF outputs from your data.json.

Frequently Asked Questions about content-attachments

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

FAQPage Schema
How do I automate Excel and PDF report generation from a data.json pipeline?

To automate Excel and PDF report generation, this Skill transforms a data.json pipeline into a structured Excel workbook using openpyxl and a concise A4 PDF summary via Puppeteer, providing both raw data and formatted insights for distribution.

Do I need openpyxl and Puppeteer to generate Excel and PDF outputs from data processing?

Yes, you need openpyxl and Puppeteer because the Skill explicitly depends on openpyxl to build formatted Excel workbooks and Puppeteer to render PDF outputs, ensuring both raw data and summary overviews are generated correctly from data.json.

What is the best way to create a summary PDF from regional datasets in a Node.js data pipeline?

The best way to create a summary PDF from regional datasets is processing the data.json pipeline in Node.js and using Puppeteer to render a concise A4-sized overview that highlights key metrics and trends for quick stakeholder distribution.

Does this reporting automation approach work for both raw data sharing and quick PDF insights?

Yes, this reporting automation approach works for both needs by generating a structured Excel workbook containing raw data suitable for dashboards and a companion concise PDF summary that highlights key metrics for quick distribution.

What are the limitations of using Puppeteer for PDF rendering in data reporting workflows?

A key limitation of using Puppeteer for PDF rendering is its dependency on a Node.js environment and headless browser overhead, meaning it generates concise A4 summaries but may require substantial resources for large-scale data processing tasks.