← All skills
Tencent SkillHub · Developer Tools

recreation.gov availability search

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/api-notes.md, README.md, scripts/check.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Recreation.gov Availability Checker

Check campsite availability for federal campgrounds on recreation.gov.

Quick Start

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

Finding Campground IDs

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

Options

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

Status Meanings

StatusMeaning✅ AvailableBook now❌ ReservedAlready booked⏳ NYRNot Yet Released — reservations not open🚗 FCFSFirst-come-first-served (no reservations)

Coverage

National Park Service campgrounds USDA Forest Service campgrounds BLM recreation sites Army Corps of Engineers areas For state parks, use reserveamerica.

Notes

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/api-notes.md Docs
  • scripts/check.py Scripts