Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check campsite availability on recreation.gov for federal campgrounds (National Parks, USFS, BLM). Requires campground ID(s) — get from ridb-search or recreation.gov URLs.
Check campsite availability on recreation.gov for federal campgrounds (National Parks, USFS, BLM). Requires campground ID(s) — get from ridb-search or recreation.gov URLs.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Check campsite availability for federal campgrounds on recreation.gov.
cd /Users/doop/moltbot/skills/recgov-availability # Check availability (campground ID from URL or ridb-search) python3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2 # Multiple campgrounds python3 scripts/check.py -c 233965 233900 --start 2026-07-10 --nights 2 # Filter to tent sites, JSON output python3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2 --type tent --json
From URL: recreation.gov/camping/campgrounds/233965 → ID is 233965 Or use ridb-search: python3 ../ridb-search/scripts/search.py -l "Newport, OR" --camping-only
OptionDescription-c, --campgroundCampground ID(s) to check (required)-s, --startStart date YYYY-MM-DD (required)-n, --nightsConsecutive nights needed (default: 1)-t, --typeSite type: tent, rv, standard, cabin, group--electricElectric sites only--nonelectricNon-electric sites only--include-groupInclude group sites--petsPet-friendly only (slower)--shadeShaded sites only (slower)--fire-pitSites with fire pits (slower)--vehicle-length NMin vehicle length in feet (slower)--show-sitesShow individual sites--jsonJSON output
StatusMeaning✅ AvailableBook now❌ ReservedAlready booked⏳ NYRNot Yet Released — reservations not open🚗 FCFSFirst-come-first-served (no reservations)
National Park Service campgrounds USDA Forest Service campgrounds BLM recreation sites Army Corps of Engineers areas For state parks, use reserveamerica.
No API key needed Python 3.8+ (stdlib only) Amenity filters (--pets, --shade) require extra API calls Booking window is typically 6 months ahead See README.md for full documentation.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.