Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Show me recent 8-K filings for NVIDIA
- 1Runs fetch-filings.py with --company 'NVDA' and --form-type 8-K flags
- 2Parses the structured filing output returned from the EDGAR full-text search API
- 3Identifies the item codes present in each 8-K
- 4Maps item codes to plain-English descriptions using the edgar-api.md reference
- 5Presents filings grouped by significance with summaries and EDGAR links
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