# Send Gov Contracts to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gov-contracts",
    "name": "Gov Contracts",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/martc03/gov-contracts",
    "canonicalUrl": "https://clawhub.ai/martc03/gov-contracts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gov-contracts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-contracts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gov-contracts",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:50:47.116Z",
      "expiresAt": "2026-05-07T04:50:47.116Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-contracts",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gov-contracts",
        "contentDisposition": "attachment; filename=\"gov-contracts-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gov-contracts"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gov-contracts"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gov-contracts",
    "downloadUrl": "https://openagent3.xyz/downloads/gov-contracts",
    "agentUrl": "https://openagent3.xyz/skills/gov-contracts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gov-contracts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gov-contracts/agent.md"
  }
}
```
## Documentation

### Government Contracts

Search SAM.gov contract opportunities, federal spending awards, and registered entities.

### Setup

mcporter add gov-contracts --url https://gov-contracts-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-contracts": {
      "url": "https://gov-contracts-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

### contracts_search_opportunities

Search SAM.gov for contract opportunities (RFPs, RFQs, solicitations).

Search for cybersecurity contract opportunities
Find IT contracts posted this month

Parameters: keyword, naicsCode, postedFrom (MM/dd/yyyy), postedTo, limit, offset

### contracts_search_spending

Search USASpending.gov for federal awards data (contracts, grants, loans).

Show federal contracts for Lockheed Martin
Search USAspending for defense grants

Parameters: keyword, awardType ("contracts", "grants", "loans", "direct_payments", "other"), dateFrom (YYYY-MM-DD), dateTo, agency, limit, page

### contracts_lookup_entity

Search SAM.gov for registered entities (contractors, grantees) by name, UEI, or CAGE code.

Look up Raytheon in SAM.gov
Search for contractors in California

Parameters: legalBusinessName, ueiSAM, cageCode, state, limit

### Data Sources

SAM.gov — System for Award Management (opportunities + entity registration)
USASpending.gov — Federal spending transparency

### Use Cases

Government contract bidding
Competitive intelligence for GovCon
Federal spending analysis
Vendor due diligence

All data from free US government APIs. Zero cost. No API keys required.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: martc03
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:50:47.116Z
- Expires at: 2026-05-07T04:50:47.116Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gov-contracts)
- [Send to Agent page](https://openagent3.xyz/skills/gov-contracts/agent)
- [JSON manifest](https://openagent3.xyz/skills/gov-contracts/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gov-contracts/agent.md)
- [Download page](https://openagent3.xyz/downloads/gov-contracts)