Install
openclaw skills install @allensu0314/trip-guide-pdf-lodgingResearch, 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.
openclaw skills install @allensu0314/trip-guide-pdf-lodgingBuild 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.
Extract:
If the user already gave enough constraints, start researching immediately.
Before writing the day plan, determine:
The day plan should follow the lodging choice, not the other way around.
Read references/source-selection.md when deciding what to trust.
Default split:
cn-review-sites-cdpCheck the numbers that decide feasibility:
Re-run this step after every lodging change.
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.
Good structure:
The top conclusion should tell the user:
Keep only screenshots that support a decision:
Reject screenshots that are blank, QR-heavy, cluttered, or mostly irrelevant UI.
Read references/qa-checklist.md and clear it.
Minimum gate:
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.
references/source-selection.md — which source to trust for which data typereferences/qa-checklist.md — pre-export checklist for lodging-based guides