Trip Guide PDF Lodging
by @allensu0314
Research, plan, revise, and deliver lodging-anchored travel guides as HTML/PDF with verified route data, hotel selection, fallback hotel swaps, curated scree...
clawhub install trip-guide-pdf-lodgingπ About This Skill
name: trip-guide-pdf-lodging description: Research, plan, revise, and deliver lodging-anchored travel guides as HTML/PDF with verified route data, hotel selection, fallback hotel swaps, curated screenshots, and formal copy. Use when a trip includes hotels, inns, guesthouses, resorts, multi-night stays, or when the user asks to make or revise an itinerary after a hotel changes, sells out, or becomes too expensive.
Trip Guide PDF Lodging
Build the guide in HTML first. Export PDF only after route logic, lodging choice, and screenshots are stable.
Treat the hotel or lodging as the nightly anchor. Design each day around where the user sleeps, not around scenic spots alone.
Core rules
1. Verify every hard number before writing it. 2. Separate hard data from soft signal. - Hard data: driving time, distance, tolls, hotel address, phone, opening hours, scenic latest entry. - Soft signal: renovation quality, noise risk, dining feel, queue risk, convenience impressions. 3. If lodging changes, recompute all dependent legs instead of text-replacing the hotel name. 4. Keep screenshots sparse and purposeful. 5. Use formal, compact copy unless the user explicitly wants casual tone.
Workflow
1) Lock the planning frame
Extract:
If the user already gave enough constraints, start researching immediately.
2) Choose the lodging strategy first
Before writing the day plan, determine:
The day plan should follow the lodging choice, not the other way around.
3) Choose sources by job
Read references/source-selection.md when deciding what to trust.
Default split:
cn-review-sites-cdp4) Verify hard data before drafting
Check the numbers that decide feasibility:
Re-run this step after every lodging change.
5) Design the itinerary from the lodging anchor
For each day, choose the nightly lodging first, then build:
If the hotel moves from old town to new town, update the walking radius and dinner logic. Do not assume Day 1 still works unchanged.
6) Draft HTML first
Good structure:
The top conclusion should tell the user:
7) Use screenshots as evidence, not decoration
Keep only screenshots that support a decision:
Reject screenshots that are blank, QR-heavy, cluttered, or mostly irrelevant UI.
8) Run the QA gate before PDF export
Read references/qa-checklist.md and clear it.
Minimum gate:
9) Deliver and version clearly
Prefer scenario-specific filenames over destructive overwrites.
Examples:
*_final.html*_revision.html*_hotel-swap.html*_quanji.htmlWhen sending local files through OpenClaw messaging, prefer relative MEDIA:./... paths instead of absolute MEDIA:/abs/path paths.
Revision logic
Read these references when needed
references/source-selection.md β which source to trust for which data typereferences/qa-checklist.md β pre-export checklist for lodging-based guides