← 返回 Skills 市场
seanrea

Recreation Information Database Search

作者 seanrea · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1801
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install ridb-search
功能描述
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.
安全使用建议
This skill appears to do exactly what it says (search RIDB and geocode locations) and the code is a simple Python CLI using only stdlib and network calls to RIDB and OpenStreetMap. However, the registry metadata fails to declare the required RIDB_API_KEY credential. Before installing or running: (1) verify you obtained the RIDB API key from https://ridb.recreation.gov/profile and are comfortable providing it to this script, (2) inspect scripts/search.py yourself (it’s short and readable) to confirm there are no unexpected network endpoints, (3) prefer running it in a restricted environment (or container) if you don’t fully trust the source, and (4) ask the publisher to correct the metadata so required credentials are explicit. If the metadata is corrected to list RIDB_API_KEY as a required credential and nothing else, this would likely be coherent/benign.
功能分析
Type: OpenClaw Skill Name: ridb-search Version: 1.0.0 The skill bundle is benign. The `scripts/search.py` script accesses the `RIDB_API_KEY` environment variable and makes network requests to `nominatim.openstreetmap.org` and `ridb.recreation.gov`. These actions are explicitly documented in `SKILL.md` and `README.md` and are essential for the skill's stated purpose of searching the Recreation Information Database. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description, README, SKILL.md, and the single Python script all describe and implement searching RIDB and geocoding via OpenStreetMap; the requested network access and patterns are appropriate for that purpose. However, the registry metadata claims no required environment variables or primary credential while both the SKILL.md and scripts require a RIDB_API_KEY — a mismatch.
Instruction Scope
Runtime instructions are scoped to geocoding (Nominatim) and RIDB API calls, with CLI flags and JSON output. The SKILL.md directs setting RIDB_API_KEY and using the provided script; there are no instructions to read unrelated files, collect extra system data, or post data to unexpected endpoints.
Install Mechanism
No install spec; this is instruction+single-file script using only the Python standard library. Nothing is downloaded or written during install, minimizing install-time risk.
Credentials
The code requires a RIDB API key (RIDB_API_KEY env var or --api-key) which is proportionate to the purpose. The problem is that the registry metadata incorrectly lists 'Required env vars: none' and 'Primary credential: none' — this omission is an incoherence that could mislead users about what secrets the skill needs.
Persistence & Privilege
The skill is not always-enabled, does not request system-level persistence, and contains no code that modifies other skills or system configuration. It only runs as a CLI and makes outbound requests to expected APIs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ridb-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ridb-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ridb-search: search for campgrounds and recreation facilities near a location using the Recreation Information Database (RIDB). - Search by city name (auto-geocoded) or latitude/longitude coordinates. - Filter by radius, camping-only, reservable-only, and limit results. - Supports both human-readable and JSON outputs. - Requires a free RIDB API key for use. - Ideal for finding federal campgrounds and recreation areas near a specified location.
元数据
Slug ridb-search
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Recreation Information Database Search 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1801 次。

如何安装 Recreation Information Database Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ridb-search」即可一键安装,无需额外配置。

Recreation Information Database Search 是免费的吗?

是的,Recreation Information Database Search 完全免费(开源免费),可自由下载、安装和使用。

Recreation Information Database Search 支持哪些平台?

Recreation Information Database Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recreation Information Database Search?

由 seanrea(@seanrea)开发并维护,当前版本 v1.0.0。

💬 留言讨论