{
  "schemaVersion": "1.0",
  "item": {
    "slug": "recgov-availability",
    "name": "recreation.gov availability search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/seanrea/recgov-availability",
    "canonicalUrl": "https://clawhub.ai/seanrea/recgov-availability",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/recgov-availability",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=recgov-availability",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/api-notes.md",
      "README.md",
      "scripts/check.py",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/recgov-availability"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/recgov-availability",
    "agentPageUrl": "https://openagent3.xyz/skills/recgov-availability/agent",
    "manifestUrl": "https://openagent3.xyz/skills/recgov-availability/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/recgov-availability/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Recreation.gov Availability Checker",
        "body": "Check campsite availability for federal campgrounds on recreation.gov."
      },
      {
        "title": "Quick Start",
        "body": "cd /Users/doop/moltbot/skills/recgov-availability\n\n# Check availability (campground ID from URL or ridb-search)\npython3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2\n\n# Multiple campgrounds\npython3 scripts/check.py -c 233965 233900 --start 2026-07-10 --nights 2\n\n# Filter to tent sites, JSON output\npython3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2 --type tent --json"
      },
      {
        "title": "Finding Campground IDs",
        "body": "From URL: recreation.gov/camping/campgrounds/233965 → ID is 233965\n\nOr use ridb-search:\n\npython3 ../ridb-search/scripts/search.py -l \"Newport, OR\" --camping-only"
      },
      {
        "title": "Options",
        "body": "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"
      },
      {
        "title": "Status Meanings",
        "body": "StatusMeaning✅ AvailableBook now❌ ReservedAlready booked⏳ NYRNot Yet Released — reservations not open🚗 FCFSFirst-come-first-served (no reservations)"
      },
      {
        "title": "Coverage",
        "body": "National Park Service campgrounds\nUSDA Forest Service campgrounds\nBLM recreation sites\nArmy Corps of Engineers areas\n\nFor state parks, use reserveamerica."
      },
      {
        "title": "Notes",
        "body": "No API key needed\nPython 3.8+ (stdlib only)\nAmenity filters (--pets, --shade) require extra API calls\nBooking window is typically 6 months ahead\n\nSee README.md for full documentation."
      }
    ],
    "body": "Recreation.gov Availability Checker\n\nCheck campsite availability for federal campgrounds on recreation.gov.\n\nQuick Start\ncd /Users/doop/moltbot/skills/recgov-availability\n\n# Check availability (campground ID from URL or ridb-search)\npython3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2\n\n# Multiple campgrounds\npython3 scripts/check.py -c 233965 233900 --start 2026-07-10 --nights 2\n\n# Filter to tent sites, JSON output\npython3 scripts/check.py -c 233965 --start 2026-07-10 --nights 2 --type tent --json\n\nFinding Campground IDs\n\nFrom URL: recreation.gov/camping/campgrounds/233965 → ID is 233965\n\nOr use ridb-search:\n\npython3 ../ridb-search/scripts/search.py -l \"Newport, OR\" --camping-only\n\nOptions\nOption\tDescription\n-c, --campground\tCampground ID(s) to check (required)\n-s, --start\tStart date YYYY-MM-DD (required)\n-n, --nights\tConsecutive nights needed (default: 1)\n-t, --type\tSite type: tent, rv, standard, cabin, group\n--electric\tElectric sites only\n--nonelectric\tNon-electric sites only\n--include-group\tInclude group sites\n--pets\tPet-friendly only (slower)\n--shade\tShaded sites only (slower)\n--fire-pit\tSites with fire pits (slower)\n--vehicle-length N\tMin vehicle length in feet (slower)\n--show-sites\tShow individual sites\n--json\tJSON output\nStatus Meanings\nStatus\tMeaning\n✅ Available\tBook now\n❌ Reserved\tAlready booked\n⏳ NYR\tNot Yet Released — reservations not open\n🚗 FCFS\tFirst-come-first-served (no reservations)\nCoverage\nNational Park Service campgrounds\nUSDA Forest Service campgrounds\nBLM recreation sites\nArmy Corps of Engineers areas\n\nFor state parks, use reserveamerica.\n\nNotes\nNo API key needed\nPython 3.8+ (stdlib only)\nAmenity filters (--pets, --shade) require extra API calls\nBooking window is typically 6 months ahead\n\nSee README.md for full documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/seanrea/recgov-availability",
    "publisherUrl": "https://clawhub.ai/seanrea/recgov-availability",
    "owner": "seanrea",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/recgov-availability",
    "downloadUrl": "https://openagent3.xyz/downloads/recgov-availability",
    "agentUrl": "https://openagent3.xyz/skills/recgov-availability/agent",
    "manifestUrl": "https://openagent3.xyz/skills/recgov-availability/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/recgov-availability/agent.md"
  }
}