pdf-generate-merge

star 0

Convert local HTML files to PDF and merge multiple PDFs into a final document. Use when the user asks to print worksheet HTML to PDF (Chrome headless), combine PDFs in a specific order, or run an end-to-end HTML→PDF→merge pipeline.

goofansu By goofansu schedule Updated 2/23/2026

name: pdf-generate-merge description: Convert local HTML files to PDF and merge multiple PDFs into a final document. Use when the user asks to print worksheet HTML to PDF (Chrome headless), combine PDFs in a specific order, or run an end-to-end HTML→PDF→merge pipeline.

PDF Generate Merge

Unified PDF skill with two focused references.

Task routing

Typical pipeline

  1. Convert each unit HTML to PDF via chrome_print_nohf.sh.
  2. Merge outputs via pdfunite_merge.sh (optionally with cover).

Bundled scripts

  • ./scripts/chrome_print_nohf.sh
  • ./scripts/pdfunite_merge.sh

Always return clear output file paths in the handoff.

Install via CLI
npx skills add https://github.com/goofansu/agent-skills --skill pdf-generate-merge
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator