{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-regulatory",
    "name": "Gov Regulatory",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/martc03/gov-regulatory",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-regulatory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gov-regulatory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-regulatory",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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-regulatory"
    },
    "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-regulatory",
    "agentPageUrl": "https://openagent3.xyz/skills/gov-regulatory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-regulatory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-regulatory/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": "Regulatory Monitor",
        "body": "Search the Federal Register for rules, proposed rules, notices, and presidential documents."
      },
      {
        "title": "Setup",
        "body": "mcporter add gov-regs --url https://regulatory-monitor-mcp.apify.actor/mcp --transport streamable-http\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-regs\": {\n      \"url\": \"https://regulatory-monitor-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}"
      },
      {
        "title": "reg_search_documents",
        "body": "Search Federal Register for rules, notices, and presidential documents.\n\nSearch Federal Register for AI regulations\nFind EPA rules published this month\n\nParameters: term, documentType (\"RULE\", \"PRORULE\", \"NOTICE\", or \"PRESDOCU\"), agency (slug), dateFrom (YYYY-MM-DD), dateTo, significant (boolean), perPage, page"
      },
      {
        "title": "reg_get_document",
        "body": "Get full details of a specific Federal Register document by document number.\n\nGet Federal Register document 2024-12345\n\nParameters: documentNumber (required)"
      },
      {
        "title": "reg_search_public_inspection",
        "body": "Search pre-publication documents on public inspection before they appear in the Federal Register.\n\nSearch public inspection for upcoming SEC rules\nAny upcoming EPA notices?\n\nParameters: term, agency, documentType (\"RULE\", \"PRORULE\", \"NOTICE\", or \"PRESDOCU\")"
      },
      {
        "title": "reg_list_agencies",
        "body": "List or search federal agencies in the Federal Register.\n\nList all federal agencies\nSearch for agencies related to energy\n\nParameters: search"
      },
      {
        "title": "Data Sources",
        "body": "Federal Register — Official journal of the US government (rules, notices, executive orders)"
      },
      {
        "title": "Use Cases",
        "body": "Regulatory compliance monitoring\nPolicy tracking and analysis\nGovernment affairs research\nRulemaking comment preparation\n\nAll data from free US government APIs. Zero cost. No API keys required."
      }
    ],
    "body": "Regulatory Monitor\n\nSearch the Federal Register for rules, proposed rules, notices, and presidential documents.\n\nSetup\nmcporter add gov-regs --url https://regulatory-monitor-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-regs\": {\n      \"url\": \"https://regulatory-monitor-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n\nAvailable Tools\nreg_search_documents\n\nSearch Federal Register for rules, notices, and presidential documents.\n\nSearch Federal Register for AI regulations\nFind EPA rules published this month\n\n\nParameters: term, documentType (\"RULE\", \"PRORULE\", \"NOTICE\", or \"PRESDOCU\"), agency (slug), dateFrom (YYYY-MM-DD), dateTo, significant (boolean), perPage, page\n\nreg_get_document\n\nGet full details of a specific Federal Register document by document number.\n\nGet Federal Register document 2024-12345\n\n\nParameters: documentNumber (required)\n\nreg_search_public_inspection\n\nSearch pre-publication documents on public inspection before they appear in the Federal Register.\n\nSearch public inspection for upcoming SEC rules\nAny upcoming EPA notices?\n\n\nParameters: term, agency, documentType (\"RULE\", \"PRORULE\", \"NOTICE\", or \"PRESDOCU\")\n\nreg_list_agencies\n\nList or search federal agencies in the Federal Register.\n\nList all federal agencies\nSearch for agencies related to energy\n\n\nParameters: search\n\nData Sources\nFederal Register — Official journal of the US government (rules, notices, executive orders)\nUse Cases\nRegulatory compliance monitoring\nPolicy tracking and analysis\nGovernment affairs research\nRulemaking comment preparation\n\nAll data from free US government APIs. Zero cost. No API keys required."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/martc03/gov-regulatory",
    "publisherUrl": "https://clawhub.ai/martc03/gov-regulatory",
    "owner": "martc03",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-regulatory",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-regulatory",
    "agentUrl": "https://openagent3.xyz/skills/gov-regulatory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-regulatory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-regulatory/agent.md"
  }
}