Trip Guide PDF Car Sleep
by @allensu0314
Research, plan, revise, and deliver car-sleep travel guides as HTML/PDF with verified overnight parking, charging, toilet access, next-morning route anchors,...
clawhub install trip-guide-pdf-car-sleepπ About This Skill
name: trip-guide-pdf-car-sleep description: Research, 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.
Trip Guide PDF Car Sleep
Build 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.
Core rules
1. Verify every hard number before writing it.
2. Separate hard data from soft signal.
- Hard data: parking point, charger existence, toilet existence when relevant, route time, distance, tolls, scenic hours.
- Soft signal: quietness, comfort, crowding feel, scenic vibe, overnight confidence level.
3. Distinguish 24h parking/charging access from overnight car-sleep explicitly allowed.
4. If overnight permission is not explicitly verified, label the spot as a candidate night anchor, permission unconfirmed rather than claiming it is allowed.
5. Prefer anchors with explicit car-sleep / camping signal over generic public charger parking.
- Best: official campsite / campground / scenic camping area
- Next: repeatedly mentioned car-sleep / overnight stop in social results
- Next: service area with strong facilities
- Last resort: generic public parking + charger
6. If the night parking anchor changes, recompute all dependent legs.
7. Do not present a generic public charger parking lot as the main night anchor unless stronger overnight evidence is unavailable.
8. Use formal, compact copy unless the user explicitly wants casual tone.
Workflow
1) Lock the planning frame
Extract:
2) Turn the request into car-sleep variables
Identify the variables that can change the whole plan:
Do not research these variables equally; prioritize the ones that make the trip operable.
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 and permissions that decide feasibility:
Re-run this verification after every night-anchor change.
5) Choose the night anchor before choosing the scenic order
For each night, rank anchors by:
1. overnight certainty 2. explicit camping / car-sleep signal strength 3. charger / refill certainty 4. next-morning route efficiency 5. nearby toilet / basic food access 6. scenic proximity
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.
6) Design the itinerary from the night anchor
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.
7) Use screenshots as evidence
Keep only screenshots that support decisions:
Reject screenshots that are blank, cluttered, QR-heavy, or mostly 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.
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.
Revision logic
Read these references when needed
references/source-selection.md β which source to trust for which car-sleep decisionreferences/qa-checklist.md β pre-export checklist for car-sleep guides