← 返回 Skills 市场
1689
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This appears to be a straightforward, self-contained CLI that queries public recreation.gov APIs and requires no credentials. Before installing, you may want to: (1) skim scripts/check.py yourself to confirm it only calls recreation.gov (it does), (2) be mindful that amenity filters can cause additional per-site API calls and bulk queries should include delays to avoid hitting server limits, and (3) avoid running the script as a highly privileged system user (no sudo needed). If you rely on another local skill (ridb-search), verify that script's source before running combined workflows.
功能分析
Type: OpenClaw Skill
Name: recgov-availability
Version: 1.0.0
The OpenClaw skill bundle 'recgov-availability' is benign. The `scripts/check.py` script uses only Python standard libraries (`urllib`, `json`, `datetime`) to query the official `recreation.gov` API for campsite availability. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files provide clear, non-malicious instructions for the AI agent, aligning perfectly with the stated purpose of checking campsite availability.
能力评估
Purpose & Capability
Name and description match the included code and SKILL.md. The script only calls recreation.gov public API endpoints and optionally references a local ridb-search helper; there are no unrelated services, credentials, or binaries requested.
Instruction Scope
SKILL.md instructs running the included scripts/check.py and optionally using ../ridb-search for campsite discovery. The runtime instructions do not ask the agent to read arbitrary files, export secrets, or contact endpoints other than recreation.gov (and local helper scripts).
Install Mechanism
No install spec is provided; this is an instruction-only skill with a single Python script that uses only the standard library. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not attempt to access secrets. It uses a custom User-Agent header for HTTP requests to recreation.gov (expected).
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide configuration. disable-model-invocation is default (false) which is normal for skills and not by itself a concern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recgov-availability - 安装完成后,直接呼叫该 Skill 的名称或使用
/recgov-availability触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Check campsite availability on recreation.gov for federal campgrounds.
- Supports multiple campground IDs and flexible search options (dates, site type, amenities).
- Filter results by amenities such as electric, pet-friendly, shaded sites, and more.
- Outputs concise status codes: available, reserved, not yet released, or first-come-first-served.
- Command-line tool with JSON output option; no API key required.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1689 次。
如何安装 recreation.gov availability search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recgov-availability」即可一键安装,无需额外配置。
recreation.gov availability search 是免费的吗?
是的,recreation.gov availability search 完全免费(开源免费),可自由下载、安装和使用。
recreation.gov availability search 支持哪些平台?
recreation.gov availability search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 recreation.gov availability search?
由 seanrea(@seanrea)开发并维护,当前版本 v1.0.0。
推荐 Skills