LaunchKit · 2026
Back to Skills

sec-watcher

Monitor SEC EDGAR filings for AI/tech companies in real time.

0
501 downloads
by @sukanto-m

Setup & Installation

openclaw skills install @sukanto-m/sec-watcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sec-watcher

What This Skill Does

Monitors SEC EDGAR filings for a curated list of 50+ AI and technology companies. Filters by form type (8-K, 10-K, 10-Q, S-1), explains what each filing means in plain language, and flags high-signal events like leadership changes, material agreements, and acquisitions. The watchlist is customizable by company name, ticker, or CIK.

Covers 50+ AI and tech companies with a single command, eliminating the need to search EDGAR manually for each ticker.

When to use it

  • Checking if a semiconductor company filed an 8-K about a leadership departure
  • Tracking quarterly 10-Q filings for AI stocks in a personal portfolio
  • Getting alerted when an AI company files M&A-related proxy documents
  • Scanning for S-1 IPO filings from private AI companies entering public markets
  • Reviewing insider transaction disclosures across cloud and AI infrastructure firms

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Show me recent 8-K filings for NVIDIA

AGENT
  1. 1Runs fetch-filings.py with --company 'NVDA' and --form-type 8-K flags
  2. 2Parses the structured filing output returned from the EDGAR full-text search API
  3. 3Identifies the item codes present in each 8-K
  4. 4Maps item codes to plain-English descriptions using the edgar-api.md reference
  5. 5Presents filings grouped by significance with summaries and EDGAR links
OUTPUT

A formatted list of NVIDIA 8-K filings, each showing the filing date, item codes, a one-to-two sentence explanation of what the event means, and a direct link to the EDGAR document