
from travel-guidebook60
Generate beautifully typeset travel guidebook PDFs from trip itineraries, including research, HTML layout, and Playwright PDF export.
This skill turns trip plans and research into a single-file HTML travel guidebook and exports it to a print-ready PDF using Playwright. It orchestrates parallel research agents, compiles itinerary and POI data, applies a warm, print-first layout, and produces an A4 PDF suitable for printing or distribution.
Use this when you need a professional, printable travel guide from raw itinerary notes or when you want a curated, typeset PDF for group trips, road trips, or detailed multi-day itineraries. Triggers include mentions of 路书, travel guidebook, itinerary, trip planner, 旅行指南, or requests to export an itinerary to PDF.
Best used with agents that can run Node/Playwright and orchestrate sub-agents (task/explore patterns); examples: Claude/Code-style agents, OpenClaw task runners, or agent frameworks that support background worker tasks.
Travel Guidebook Maker generates beautifully designed travel PDF guidebooks from itineraries using a 6-stage pipeline: environment setup, requirements confirmation, parallel research via sub-agents, route architecture, HTML writing, and Playwright PDF export. The SKILL.md is extremely detailed with clear stage gates, fallback strategies, and design specifications. The bundled html2pdf.mjs script is a clean Playwright PDF exporter but was skipped during testing (.mjs extension not handled by runner). No security concerns found.
Well-crafted skill with thoughtful design philosophy (Claude warm parchment aesthetic, zero AI-generated images). The feasibility gate in Stage 3 with altitude adaptation rules is a nice touch. The script runner doesn't support .mjs files which prevented execution testing. No security issues detected — all operations are local (Playwright PDF generation, file reads/writes).