{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-grants",
    "name": "Gov Grants",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/martc03/gov-grants",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-grants",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gov-grants",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-grants",
    "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-grants"
    },
    "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-grants",
    "agentPageUrl": "https://openagent3.xyz/skills/gov-grants/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-grants/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-grants/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": "Federal Grant Finder",
        "body": "Search Grants.gov for federal funding opportunities, detailed grant info, and filter options."
      },
      {
        "title": "Setup",
        "body": "mcporter add gov-grants --url https://grant-finder-mcp.apify.actor/mcp --transport streamable-http\n\nOr add to your OpenClaw MCP config (~/.openclaw/mcp.json):\n\n{\n  \"servers\": {\n    \"gov-grants\": {\n      \"url\": \"https://grant-finder-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}"
      },
      {
        "title": "grants_search_opportunities",
        "body": "Search Grants.gov for federal funding opportunities by keyword, agency, category, and eligibility.\n\nSearch for cybersecurity research grants\nFind education grants for nonprofits\n\nParameters: keyword, status (\"forecasted\", \"posted\", \"closed\", or \"archived\"), agency, fundingCategory, fundingInstrument, eligibility, limit, offset"
      },
      {
        "title": "grants_get_opportunity",
        "body": "Get detailed info for a specific grant opportunity by its opportunity number.\n\nGet details for grant HHS-2024-ACF-001\n\nParameters: opportunityNumber (required)"
      },
      {
        "title": "grants_search_by_agency",
        "body": "Search grants from a specific federal agency.\n\nShow NIH grants for biomedical research\nFind NSF grants for AI and machine learning\n\nParameters: agency (required), keyword, status (\"forecasted\", \"posted\", \"closed\", or \"archived\"), limit"
      },
      {
        "title": "grants_get_filter_options",
        "body": "Get available filter options for Grants.gov searches (agencies, categories, instruments, eligibilities).\n\nWhat grant categories are available?\nShow filter options for education grants\n\nParameters: keyword"
      },
      {
        "title": "Data Sources",
        "body": "Grants.gov — Federal grant opportunities clearinghouse"
      },
      {
        "title": "Use Cases",
        "body": "Grant prospecting for nonprofits\nResearch funding discovery\nSmall business grant search\nGovernment funding analysis\n\nAll data from free US government APIs. Zero cost. No API keys required."
      }
    ],
    "body": "Federal Grant Finder\n\nSearch Grants.gov for federal funding opportunities, detailed grant info, and filter options.\n\nSetup\nmcporter add gov-grants --url https://grant-finder-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-grants\": {\n      \"url\": \"https://grant-finder-mcp.apify.actor/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n\nAvailable Tools\ngrants_search_opportunities\n\nSearch Grants.gov for federal funding opportunities by keyword, agency, category, and eligibility.\n\nSearch for cybersecurity research grants\nFind education grants for nonprofits\n\n\nParameters: keyword, status (\"forecasted\", \"posted\", \"closed\", or \"archived\"), agency, fundingCategory, fundingInstrument, eligibility, limit, offset\n\ngrants_get_opportunity\n\nGet detailed info for a specific grant opportunity by its opportunity number.\n\nGet details for grant HHS-2024-ACF-001\n\n\nParameters: opportunityNumber (required)\n\ngrants_search_by_agency\n\nSearch grants from a specific federal agency.\n\nShow NIH grants for biomedical research\nFind NSF grants for AI and machine learning\n\n\nParameters: agency (required), keyword, status (\"forecasted\", \"posted\", \"closed\", or \"archived\"), limit\n\ngrants_get_filter_options\n\nGet available filter options for Grants.gov searches (agencies, categories, instruments, eligibilities).\n\nWhat grant categories are available?\nShow filter options for education grants\n\n\nParameters: keyword\n\nData Sources\nGrants.gov — Federal grant opportunities clearinghouse\nUse Cases\nGrant prospecting for nonprofits\nResearch funding discovery\nSmall business grant search\nGovernment funding analysis\n\nAll data from free US government APIs. Zero cost. No API keys required."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/martc03/gov-grants",
    "publisherUrl": "https://clawhub.ai/martc03/gov-grants",
    "owner": "martc03",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-grants",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-grants",
    "agentUrl": "https://openagent3.xyz/skills/gov-grants/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-grants/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-grants/agent.md"
  }
}