Toolverse
All skills

recgov-availability

by openclaw

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
16

About this skill

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.

How to use

  1. Zdobądź ID campingu — znajdziesz go w adresie URL recreation.gov (np. recreation.gov/camping/campgrounds/233965, gdzie 233965 to ID) lub użyj narzędzia ridb-search do wyszukania campingu po mieście.

  2. Przejdź do katalogu umiejętności: otwórz terminal i przejdź do folderu /Users/doop/moltbot/skills/recgov-availability (lub równoważnej ścieżki w Twojej instalacji).

  3. Uruchom podstawowe sprawdzenie dostępności poleceniem: python3 scripts/check.py -c [ID_CAMPINGU] --start [DATA_YYYY-MM-DD] --nights [LICZBA_NOCY]. Na przykład: python3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2 sprawdzi dostępność na 2 noce od 10 lipca 2026.

  4. Dodaj filtry, jeśli chcesz zawęzić wyniki — użyj --type tent dla namiotów, --electric dla miejsc z prądem, --pets dla miejsc przyjaznych zwierzętom, lub --shade dla miejsc w cieniu. Kombinuj filtry w jednym poleceniu.

  5. Aby sprawdzić wiele campingów naraz, podaj kilka ID oddzielonych spacją: python3 scripts/check.py -c 233965 233900 --start 2026-07-10 --nights 2.

  6. Jeśli chcesz zobaczyć szczegóły poszczególnych stanowisk zamiast podsumowania, dodaj flagę --show-sites. Dla wygodniejszego przetwarzania wyników użyj --json do uzyskania danych w formacie JSON.

Related skills

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126