agentsclimarketplace

Filings radar

Skill blaze10011/market-flow-desk/.claude/skills/filings-radar

SEC EDGAR filings radar — official primary-source filings for the user's names: 8-Ks annotated by item, Form 4 insider trades parsed into open-market BUY/SALE vs routine comp, Form 144 sale notices, 13D/G stakes. Use when the user asks "any filings from my names?", "any insider buying/selling in X?", "did the company file anything?", "check EDGAR", "why is X down — any filing?", or when a stock moves hard with no headline cause (filings often front-run the news by a day).From its SKILL.md

Install
npx -y skills add blaze10011/market-flow-desk --skill filings-radar

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 370 tokens by cl100k_base, as published. Nobody here has run it

Filings Radar — SEC EDGAR, the primary source

News outlets write ABOUT filings; this reads the filings themselves, free and near-real-time from the SEC's official API.

Steps

  1. Run from project root: python3 scripts/edgar.py [TICKERS...] [--days N] (no args = all 10 traded names, last 3 days)
  2. Interpret only what it prints, weighted like a professional would:
    • Open-market BUY (Form 4, code P) — the strongest insider signal; insiders buy for one reason. Always surface it.
    • Clustered open-market SALEs, especially C-suite (CEO/CFO/President), or a stack of Form 144s — worth flagging, but note many are 10b5-1 scheduled sales; frame as "worth knowing", not proof of trouble.
    • 8-K items: 2.02 earnings/results · 5.02 officer departure/appointment · 4.02 restatement (serious) · 1.05 cyber incident (serious) · 2.05/2.06 restructuring/impairment. 5.07 shareholder votes and 9.01 exhibits are routine.
    • 13D = activist stake (big deal) vs 13G = passive stake (mild positive).
    • "routine comp activity" Form 4s (grants/withholding/exercises) are noise — mention only if he asks.
  3. Cross-reference price action: a filing the day before an outsized move is a likely cause — say so and link the two.

Form-4 detail parsing has a per-run budget; rerun with a single ticker for full detail. Decision support, NOT advice.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.