ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

trip-guide-pdf-car-sleep

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/allensu0314/trip-guide-pdf-car-sleep
Or

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:

  • dates / trip length
  • departure city
  • vehicle type and whether EV charging matters
  • trip style: solo, hiking, photography, family, etc.
  • comfort vs scenery tradeoff
  • output target: quick answer or polished HTML/PDF

2) Turn the request into car-sleep variables

Identify the variables that can change the whole plan:

  • EV vs ICE
  • charger dependence
  • toilet dependence
  • county-town first night vs scenic-adjacent first night
  • main scenic line vs lighter backup line
  • public parking vs scenic parking

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:

  • maps / official scenic pages / structured listings for hard numbers
  • notes and review sites for soft signal
  • if Chinese travel/review sites are involved and normal search/fetch is weak, use cn-review-sites-cdp
  • when Xiaohongshu detail pages degrade into 404 or blocked pages, still use search-result clustering as a soft-signal layer to detect which locations are repeatedly treated as camping / overnight spots

4) Verify hard data before drafting

Check the numbers and permissions that decide feasibility:

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-allensu0314-trip-guide-pdf-car-sleep": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.