recreation.gov availability search
PassAudited by ClawScan on May 1, 2026.
Overview
The skill appears to be a read-only campsite availability checker that calls Recreation.gov's public API and does not request credentials or modify data.
This looks safe for its stated purpose: it checks public Recreation.gov availability using user-provided campground IDs and dates. Be aware that those search details are sent to Recreation.gov, and confirm availability on the official site before booking.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your campground IDs, dates, and campsite filters are sent to Recreation.gov to look up availability, but the artifacts do not show booking, login, or account changes.
The script performs HTTP requests to fixed Recreation.gov API endpoints to retrieve campground and campsite availability data, matching the advertised read-only purpose.
BASE_URL = "https://www.recreation.gov" ... urllib.request.urlopen(req, timeout=30)
Use it for availability checks you are comfortable sending to Recreation.gov, and verify results before relying on them for travel planning.
