Agent skill · Workflow & Productivity

longbridge-sec-filings

SEC EDGAR filing analysis via Longbridge — 10-K annual report, 10-Q quarterly, 8-K material events, proxy statement, insider Form 4. Extracts risk factors, MD&A, non-recurring items, and investment signals. Triggers: "SEC文件", "SEC申报", "10-K", "10-Q", "8-K", "委托投票书", "Form 4", "MD&A", "风险因素", "内部人申报", "SEC文件", "SEC申報", "委託投票書", "風險因素", "內部人申報", "SEC filing", "10-K annual report", "10-Q quarterly", "8-K material event", "proxy statement", "Form 4 insider", "MD&A", "risk factors", "SEC EDGAR".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-sec-filings --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-sec-filings/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-sec-filings Prompt-only analysis skill. Retrieves SEC filings via Longbridge and extracts investment-relevant signals: financial KPIs (10-K/10-Q), material events (8-K), governance/compensation (Proxy), and insider behaviour (Form 4). > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"帮我看下 AAPL 最新的 10-K"* / *"What are AAPL's key risks from the latest 10-K?"* - *"TSLA 昨天发了个 8-K,说了什么?"* / *"What did TSLA's 8-K say?"* - *"高管最近有没有申报卖股票 (Form 4)?"* / *"Any insider Form 4 sales recently?"* - *"10-Q 的 MD&A 里有什么异常?"* / *"Any unusual items in the MD&A?"* - *"Proxy 里高管薪酬怎么样?"* / *"What does the proxy say about exec compensation?"* For institutional 13F holdings route to `longbridge-flows`. For quarterly earnings analysis route to `longbridge-earnings`. ## CLI Run `longbridge <subcommand> --help` to verify exact flags. ```bash # List recent filings for a symbol longbridge filing <SYMBOL> --format json # Filter by filing type (if supported — verify with --help) longbridge filing <SYMBOL> --type 10-K --format json longbridge filing <SYMBOL> --type 10-Q --format json longbridge filing <SYMBOL> --type 8-K

What's inside
Steps it walks through
  1. When to use
  2. CLI
  3. Filing type guide
  4. Workflow
  5. Extraction guide by filing type
  6. 10-K / 10-Q
  7. 8-K
  8. Proxy (DEF 14A)
  9. Form 4
  10. Output template
  11. Error handling
  12. MCP fallback
  13. Related skills
  14. File layout
Ships with 1 file
  • metadata.json
Commands it runs
List recent filings for a symbol
longbridge filing <SYMBOL> --format json
Filter by filing type (if supported — verify with --help)
longbridge filing <SYMBOL> --type 10-K --format json
longbridge filing <SYMBOL> --type 10-Q --format json
longbridge filing <SYMBOL> --type 8-K  --format json
Financial data (structured KPIs from filings)
longbridge financial-report <SYMBOL> --format json
News — supplement for 8-K summaries and insider trade coverage
longbridge news <SYMBOL> --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-sec-filings skill do?

SEC EDGAR filing analysis via Longbridge — 10-K annual report, 10-Q quarterly, 8-K material events, proxy statement, insider Form 4. Extracts risk factors, MD&A, non-recurring items, and investment signals. Triggers: "SEC文件", "SEC申报", "10-K", "10-Q", "8-K", "委托投票书", "Form 4", "MD&A", "风险因素", "内部人申报", "SEC文件", "SEC申報", "委託投票書", "風險因素", "內部人申報", "SEC filing", "10-K annual report", "10-Q quarterly", "8-K material event", "proxy statement", "Form 4 insider", "MD&A", "risk factors", "SEC EDGAR".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-sec-filings --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going