← 返回 Skills 市场
martc03

Gov Contracts

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
471
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-contracts
功能描述
SAM.gov contract opportunities, USAspending awards, and entity lookup. 3 tools for government contracting.
使用说明 (SKILL.md)

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"
    }
  }
}

Available Tools

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.

安全使用建议
This skill appears to do what it says, but it routes queries through a third‑party MCP hosted on Apify (gov-contracts-mcp.apify.actor). Before installing: (1) Confirm you trust the remote host — review the GitHub repo and any Apify actor source to verify it simply proxies official government APIs. (2) Avoid sending any sensitive or proprietary text in queries (UEIs, bid strategy, or non‑public docs) because the third party could log them. (3) Verify mcporter is a legitimate binary from a trusted source and that your environment already has it or you install it safely. (4) If privacy is important, consider querying official SAM.gov and USASpending APIs directly or self‑hosting an MCP proxy you control. If you want a lower risk decision, provide the GitHub repo contents or the Apify actor source for a more detailed review.
功能分析
Type: OpenClaw Skill Name: gov-contracts Version: 1.0.0 The skill bundle is classified as suspicious due to its reliance on an external, third-party hosted service (`https://gov-contracts-mcp.apify.actor/mcp`) for its core functionality, as specified in the `SKILL.md` setup instructions. While the stated purpose is benign and there are no explicit prompt injection attempts or malicious code within the provided files, this external dependency introduces a significant supply chain risk. The behavior of the skill could change at any time if the remote service on `apify.actor` were compromised or altered, without any update to the local skill bundle.
能力评估
Purpose & Capability
The name/description (SAM.gov, USAspending, entity lookup) align with the provided tools and parameters. Requiring the mcporter binary is consistent with registering an MCP server for these tools.
Instruction Scope
The SKILL.md instructs the agent to add and use a remote MCP at https://gov-contracts-mcp.apify.actor/mcp. All query input and returned results would transit that third‑party server; the instructions do not request local files or extra env vars, but they do direct data to an external host that is not an official government domain.
Install Mechanism
This is an instruction‑only skill with no install spec or code to write to disk, which is lower risk. The only required binary is mcporter, which is reasonable for registering an MCP transport.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to the described read-only data lookup functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated persistent privileges or to modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-contracts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-contracts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of gov-contracts skill with 3 government contracting tools. - Search SAM.gov for contract opportunities (RFPs, RFQs, solicitations). - Query USASpending.gov for federal contracts, grants, and award data. - Lookup registered government contractors and grantees by name, UEI, or CAGE code. - No API keys required; uses official, free US government data sources.
元数据
Slug gov-contracts
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gov Contracts 是什么?

SAM.gov contract opportunities, USAspending awards, and entity lookup. 3 tools for government contracting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 471 次。

如何安装 Gov Contracts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-contracts」即可一键安装,无需额外配置。

Gov Contracts 是免费的吗?

是的,Gov Contracts 完全免费(开源免费),可自由下载、安装和使用。

Gov Contracts 支持哪些平台?

Gov Contracts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gov Contracts?

由 Martin(@martc03)开发并维护,当前版本 v1.0.0。

💬 留言讨论