Install
openclaw skills install @allensu0314/trip-guide-pdf-car-sleepResearch, plan, revise, and deliver car-sleep travel guides as HTML/PDF with verified overnight parking, charging, toilet access, next-morning route anchors, and formal copy. Use when the user plans to sleep in the car, skip hotels, use Tesla/EV camp mode, optimize for chargers and public parking, or asks whether the hiking/scenic route should change after removing lodging.
openclaw skills install @allensu0314/trip-guide-pdf-car-sleepBuild the guide in HTML first. Export PDF only after night-parking anchors, route logic, and screenshots are stable.
Treat night parking as the anchor for each day. For car-sleep trips, the real constraint is usually not the scenic spot—it is whether the user can park, charge, wash up, and leave smoothly the next morning.
24h parking/charging access from overnight car-sleep explicitly allowed.Extract:
Identify the variables that can change the whole plan:
Do not research these variables equally; prioritize the ones that make the trip operable.
Read references/source-selection.md when deciding what to trust.
Default split:
cn-review-sites-cdpCheck the numbers and permissions that decide feasibility:
Re-run this verification after every night-anchor change.
For each night, rank anchors by:
This order is intentional. “Closest to the scenic spot” is often not the best overnight point, and a generic 24-hour parking lot should lose to a repeatedly mentioned camping / overnight point.
For each day, choose the sleep point first, then build:
If the user removes hotels, do not just delete the lodging section. Rebuild the schedule from the new sleep points.
Keep only screenshots that support decisions:
Reject screenshots that are blank, cluttered, QR-heavy, or mostly UI.
Read references/qa-checklist.md and clear it.
Minimum gate:
Prefer scenario-specific filenames.
Examples:
*_tesla_sleep.html*_car-sleep.html*_parking-revision.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 car-sleep decisionreferences/qa-checklist.md — pre-export checklist for car-sleep guides