gov-competitive-intel

gov-competitive-intel is a skill for Claude Code from skillmds/skillmd. It costs 26 tokens per session (533 once invoked), scanned A, a copy of gov-competitive-intel, MIT.

A company research tool that combines regulatory filings, news, government contract awards, and company profiles. Regulatory filings are official reports that public companies submit to the US Securities and Exchange Commission.

In plain words
What is it for?
Use it to review company filings, find recent news, check US federal contracts and grants, and build a company profile.
Why use it?
It brings several public sources together so you can investigate a company without searching each source separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the competitive-market-intelligence plugin — 11 skills shipped together

Good fit Use it to review company filings, find recent news, check US federal contracts and grants, and build a company profile.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/gov-competitive-intel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skillmds/skillmd --skill gov-competitive-intel
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install competitive-market-intelligence, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gov-competitive-intel

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/gov-competitive-intel/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/gov-competitive-intel)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/gov-competitive-intel"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/gov-competitive-intel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gov-competitive-intel

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/gov-competitive-intel"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/gov-competitive-intel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00533
Opus 5.5 $0.00010 $0.00213
Sonnet 5 $0.00005 $0.00107
Haiku 4.5 $0.00003 $0.00053

Measured 4d ago against content hash 22e277417d20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

gov-competitive-intel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to gov-competitive-intel — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/competitive-market-intelligence/skills/gov-competitive-intel/SKILL.md · 88 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 88 lines · 26 tokens per session scan A 22e277417d20

Subscribe to this mod's changes

gov-competitive-intel is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 533 once invoked, about $0.0001 per session on Opus 5.5. A static security scan graded it A with 0 findings. It is 100% identical to gov-competitive-intel, differing in 1 line, and is treated as a copy.