{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-environment",
    "name": "Gov Environment",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/martc03/gov-environment",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-environment",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gov-environment",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-environment",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/gov-environment"
    },
    "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/gov-environment",
    "agentPageUrl": "https://openagent3.xyz/skills/gov-environment/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-environment/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-environment/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Environmental & Housing Intel",
        "body": "Real-time EPA air quality data and HUD foreclosure listings."
      },
      {
        "title": "Setup",
        "body": "mcporter add gov-env --url https://environmental-compliance-mcp.apify.actor/mcp --transport streamable-http\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-env\": {\n      \"url\": \"https://environmental-compliance-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}"
      },
      {
        "title": "env_get_air_quality",
        "body": "Get EPA AirNow air quality data by state, AQI range, and pollutant type.\n\nShow air quality for California\nAny unhealthy air quality readings right now?\n\nParameters: states (array), minAqi, maxAqi, categories (array), parameters (array), limit"
      },
      {
        "title": "env_search_hud_foreclosures",
        "body": "Search HUD foreclosure listings by state, zip code, price range, and bedrooms.\n\nShow HUD foreclosures in Texas\nFind foreclosures under $100,000 in Florida\n\nParameters: state, zipCode, minPrice, maxPrice, bedrooms, limit"
      },
      {
        "title": "Data Sources",
        "body": "EPA AirNow — Environmental Protection Agency (air quality index)\nHUD — Department of Housing and Urban Development (foreclosure listings)"
      },
      {
        "title": "Use Cases",
        "body": "Air quality monitoring\nHealth and safety planning\nReal estate investment research\nEnvironmental compliance tracking\n\nAll data from free US government APIs. Zero cost. No API keys required."
      }
    ],
    "body": "Environmental & Housing Intel\n\nReal-time EPA air quality data and HUD foreclosure listings.\n\nSetup\nmcporter add gov-env --url https://environmental-compliance-mcp.apify.actor/mcp --transport streamable-http\n\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-env\": {\n      \"url\": \"https://environmental-compliance-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n\nAvailable Tools\nenv_get_air_quality\n\nGet EPA AirNow air quality data by state, AQI range, and pollutant type.\n\nShow air quality for California\nAny unhealthy air quality readings right now?\n\n\nParameters: states (array), minAqi, maxAqi, categories (array), parameters (array), limit\n\nenv_search_hud_foreclosures\n\nSearch HUD foreclosure listings by state, zip code, price range, and bedrooms.\n\nShow HUD foreclosures in Texas\nFind foreclosures under $100,000 in Florida\n\n\nParameters: state, zipCode, minPrice, maxPrice, bedrooms, limit\n\nData Sources\nEPA AirNow — Environmental Protection Agency (air quality index)\nHUD — Department of Housing and Urban Development (foreclosure listings)\nUse Cases\nAir quality monitoring\nHealth and safety planning\nReal estate investment research\nEnvironmental compliance tracking\n\nAll data from free US government APIs. Zero cost. No API keys required."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/martc03/gov-environment",
    "publisherUrl": "https://clawhub.ai/martc03/gov-environment",
    "owner": "martc03",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-environment",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-environment",
    "agentUrl": "https://openagent3.xyz/skills/gov-environment/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-environment/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-environment/agent.md"
  }
}