← Back to Skills Marketplace
martc03

Gov Competitive Intel

by Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
425
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gov-competitive-intel
Description
SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gov-competitive-intel
  3. After installation, invoke the skill by name or use /gov-competitive-intel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gov-competitive-intel
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gov Competitive Intel?

SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence. It is an AI Agent Skill for Claude Code / OpenClaw, with 425 downloads so far.

How do I install Gov Competitive Intel?

Run "/install gov-competitive-intel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gov Competitive Intel free?

Yes, Gov Competitive Intel is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gov Competitive Intel support?

Gov Competitive Intel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gov Competitive Intel?

It is built and maintained by Martin (@martc03); the current version is v1.0.0.

💬 Comments