Toolverse
All skills

ridb-search

by openclaw

Search the Recreation Information Database (RIDB) for campgrounds and recreation facilities near a location. Use when finding campgrounds, recreation areas, or federal facilities by location/radius. Supports geocoding (city names) and lat/lon coordinates.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
3

About this skill

Search the Recreation Information Database (RIDB) for campgrounds and recreation facilities near a location. Use when finding campgrounds, recreation areas, or federal facilities by location/radius. Supports geocoding (city names) and lat/lon coordinates.

How to use

  1. Zarejestruj się na stronie https://ridb.recreation.gov/profile i wygeneruj bezpłatny klucz API do bazy danych RIDB.

  2. Ustaw zmienną środowiskową z Twoim kluczem API, wpisując w terminal: export RIDB_API_KEY=twoj_klucz_tutaj

  3. Aby wyszukać obiekty campingowe w pobliżu miasta, użyj komendy z nazwą lokalizacji i promieniem w milach, na przykład: python scripts/search.py --location "Bend, OR" --radius 50. System automatycznie przetworzy nazwę miasta na współrzędne geograficzne.

  4. Jeśli chcesz wyszukiwać po dokładnych współrzędnych, użyj szerokości i długości geograficznej: python scripts/search.py --lat 44.0582 --lon -121.3153 --radius 50

  5. Aby zawęzić wyniki tylko do pól campingowych, dodaj flagę --camping-only, lub aby pokazać wyłącznie obiekty rezerwowalne, użyj --reservable-only.

  6. Wyniki wyświetlane są w czytelnym formacie tekstowym. Jeśli potrzebujesz danych w formacie JSON do dalszego przetwarzania, dodaj flagę --json do komendy.

Related skills

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

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964