recgov-availability

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recgov-availability" with this command: npx skills add seanrea/recgov-availability

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Omniscient

全知全能技能 — 整合认知套件、执行框架、系统控制三大能力层,并配备编排引擎。 认知层:四种思维操作码(直用/改进/迁移/构建)覆盖所有思考任务; 执行层:大语言模型 + 命令执行工具,自动化代码生成与脚本执行; 操控层:Windows桌面软件、系统硬件、串口设备、物联网平台、图形界面自动化、蓝牙设备、GPU显卡...

Registry SourceRecently Updated
General

系统清理技能

定期清理OpenClaw系统中的备份、临时及会话文件,分析磁盘使用并检查系统状态,优化系统性能。

Registry SourceRecently Updated
General

Whoislookup

Look up domain WHOIS registration info — registrar, creation date, expiry date, nameservers, and domain status. Use when asked to check who owns a domain, wh...

Registry SourceRecently Updated
General

WayinVideo - Find Moments in the Video

Find specific moments in a video using a natural language query. Ideal for locating particular scenes, topics, or events in long videos (e.g., “the part wher...

Registry SourceRecently Updated