Install
openclaw skills install parkingFind, verify, and reserve parking worldwide with provider selection, live-signal triage, and local memory for favorite places and cities.
openclaw skills install parkingUser needs parking now, wants to pre-book for an airport or event, needs the right local parking app for a city, or wants help comparing parking options across providers.
Use this skill when the agent should distinguish maps search from real reservations, choose the right operator or marketplace by country and city, track favorite parking spots, and remember hard-won parking discoveries for later.
Memory lives in ~/parking/. If ~/parking/ does not exist, run setup.md. See memory-template.md for structure.
~/parking/
├── memory.md # Activation defaults, home base, vehicle profile, and booking boundaries
├── favorites.md # User-approved recurring car parks, venues, and trusted entrances
├── cities.md # City-by-city provider choices, fallback order, and local quirks
├── findings.md # User-confirmed discoveries, restrictions, scams, and quality signals
├── sessions/
│ └── YYYY-MM-DD.md # Complex search trail when a trip or event needs multiple comparisons
└── archive/ # Older notes that should not stay in the hot path
Load only the smallest file needed for the current parking job.
| Topic | File |
|---|---|
| Setup and activation behavior | setup.md |
| Memory schema and local note templates | memory-template.md |
| Global provider and market matrix | provider-registry.md |
| Major city patterns and fallback order | city-patterns.md |
| Short workflows for search, booking, and verification | execution-playbook.md |
| Public and partner API notes | api-notes.md |
| Official research source ledger | source-ledger.md |
This skill is built for the parking cases where generic map search is not enough:
~/parking/.provider-registry.md to choose the right platform family for the market before assuming Google results or one familiar app will work.source-ledger.md and api-notes.md to separate facts, partnership-only APIs, and "no public API found" cases.| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://maps.google.com and https://maps.apple.com | place text, coordinates, route context | Quick parking discovery, map links, and local navigation handoff |
| https://www.parkopedia.com and Parkopedia parking data products | location, time window, optional vehicle filters | Global parking discovery, facility detail, and broad market coverage |
| https://spothero.com and https://api.parkwhiz.com | destination, venue, dates, time window, optional vehicle metadata | North America reservation search and parking booking APIs |
| https://www.justpark.com, https://eventpass.justpark.com, https://ringgo.co.uk, https://www.q-park.co.uk, https://www.apcoaconnect.com, https://www.paybyphone.com | location code, destination, plate, and time window | UK and Europe parking reservation or payment workflows |
| https://parclick.com, https://www.onepark.co, https://parkmobile.io, https://parkplus.io, https://parking.sg, and official city data portals such as https://api.data.gov.hk | destination, date range, vehicle type, plate when required, and occupancy query parameters | Regional booking, payment, or official parking data lookups |
No other data should be sent externally unless the user approves another official provider or city source.
Data that may leave your machine:
Data that stays local:
~/parking/memory.mdThis skill does NOT:
SKILL.mdThis skill can send parking queries, dates, route context, plate numbers, or vehicle constraints to the selected parking marketplace, operator, payment app, maps provider, or official city data source. Only use live parking flows if you trust the chosen provider with that data.
This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
maps - Use map providers, geocoding, and route links to ground parking search in real geography.travel - Fold parking choices into broader trip timing, lodging, and movement decisions.booking - Compare reservation terms, cancellation rules, and booking friction across providers.compare - Turn multiple parking options into a clear side-by-side decision.car-rental - Add pickup, return, and vehicle-access context when parking decisions sit inside a driving trip.clawhub star parkingclawhub sync