← 返回 Skills 市场
martc03

Gov Competitive Intel

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
425
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-competitive-intel
功能描述
SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence.
使用说明 (SKILL.md)

Competitive Intelligence

Company research combining SEC filings, news, federal contracts, and comprehensive profiles.

Setup

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

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

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

Available Tools

intel_company_filings

Search SEC EDGAR for a company's regulatory filings (10-K, 10-Q, 8-K, etc).

Show Apple's recent SEC filings
Find Tesla 10-K annual reports

Parameters: companyName (required), formType, dateFrom (YYYY-MM-DD), dateTo, limit

intel_company_news

Search recent news articles about a company.

Show recent news about Microsoft
What's in the news about Nvidia?

Parameters: query (required), limit

intel_company_contracts

Search USASpending.gov for federal awards to a specific company.

Show federal contracts for Palantir
Find government grants to SpaceX

Parameters: companyName (required), awardType ("contracts", "grants", "loans", or "all"), dateFrom (YYYY-MM-DD), dateTo, limit, page

intel_company_profile

Get a comprehensive competitive intelligence snapshot combining filings, news, and contract data.

Build a competitive profile for CrowdStrike
Get full intel on Booz Allen Hamilton

Parameters: companyName (required)

Data Sources

  • SEC EDGAR — Company regulatory filings
  • Google News — Recent company news
  • USASpending.gov — Federal contract awards

Use Cases

  • Competitive analysis and benchmarking
  • Vendor and partner due diligence
  • Investment research
  • Government contractor intelligence

All data from free public APIs. Zero cost. No API keys required.

安全使用建议
Before installing or enabling this skill: verify you trust the remote MCP server (competitive-intel-mcp.apify.actor) and the GitHub/homepage owner; confirm the provenance of the mcporter binary you already have; inspect or manually add the ~/.openclaw/mcp.json entry rather than blindly running commands; avoid sending sensitive or proprietary data in queries (the remote server will receive your queries); if you’re uncomfortable trusting a third party, run a local or organizational MCP endpoint that proxies only the specific public APIs you want to use.
功能分析
Type: OpenClaw Skill Name: gov-competitive-intel Version: 1.0.0 The skill is classified as suspicious due to its reliance on an external, third-party MCP server hosted at `https://competitive-intel-mcp.apify.actor/mcp` for its core functionality, as defined in `SKILL.md`. While the skill's instructions do not exhibit explicit malicious intent (e.g., no prompt injection, no direct commands for data exfiltration or persistence), the dependency on an external service introduces a supply chain risk. A compromise or malicious change to this external endpoint could lead to unauthorized data access or execution, making it a 'risky capability' without clear malicious intent within the skill's definition itself.
能力评估
Purpose & Capability
The skill claims to provide SEC filings, news, contracts, and profiles and its SKILL.md describes tools that map directly to those data sources. The declared required binary (mcporter) matches the setup instructions for adding a remote MCP server, so the requested capability is proportionate to the stated purpose.
Instruction Scope
Instructions do not ask the agent to read unrelated local files or environment variables, but they do tell you to add a remote MCP server URL (https://competitive-intel-mcp.apify.actor/mcp) and/or write that entry into ~/.openclaw/mcp.json. That delegates runtime tool behavior to a third party; the agent will send queries and accept responses from that remote server, which is expected for this skill but is a privacy/trust consideration.
Install Mechanism
There is no install spec and no code files — this is instruction-only. Risk from installation is low, but it requires the mcporter binary to already be present on the system.
Credentials
The skill declares no required environment variables or credentials, consistent with its claim of using free public APIs. No unrelated secrets are requested.
Persistence & Privilege
The skill does not request 'always' or system-wide elevated privileges. However, the setup instructs adding a persistent entry to ~/.openclaw/mcp.json or running mcporter add, which stores the external MCP server configuration on disk and gives the agent persistent access to that server until you remove it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-competitive-intel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-competitive-intel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gov-competitive-intel skill: - Provides four tools for competitive intelligence: SEC filings, company news, federal contracts, and comprehensive company profiles. - Integrates public data sources including SEC EDGAR, Google News, and USASpending.gov. - No API keys or fees required; all data sourced from free APIs. - Setup instructions provided for adding to mcporter or OpenClaw MCP config. - Supports use cases such as competitive analysis, due diligence, investment research, and government contractor intelligence.
元数据
Slug gov-competitive-intel
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gov Competitive Intel 是什么?

SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 425 次。

如何安装 Gov Competitive Intel?

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

Gov Competitive Intel 是免费的吗?

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

Gov Competitive Intel 支持哪些平台?

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

谁开发了 Gov Competitive Intel?

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

💬 留言讨论