TopRank Skills

Home / Claw Skills / Intégration d'API / olo-sec-scanner
Official OpenClaw rules 36%

olo-sec-scanner

SEC EDGAR filing analysis for M&A due diligence — extract financials, detect risks, and track corporate events from 10-K, 10-Q, and 8-K filings

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 olo-sec-scanner 技能。 若已安装,则直接安装 olo-sec-scanner 技能。

Overview

Skill Key
aniebyl/olo-sec-scanner
Author
ololand.ai
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/aniebyl/olo-sec-scanner
Latest Commit SHA
18620ea6740ea4761f5edd4406afd502471d743d

Extracted Content

SKILL.md excerpt

# SEC Filing Scanner for M&A

Extract and analyze SEC EDGAR filings for acquisition due diligence.

## Data Source

SEC EDGAR API (free, no API key, 10 req/sec rate limit):
- Company Facts: `https://data.sec.gov/api/xbrl/companyfacts/CIK{cik}.json`
- Submissions: `https://data.sec.gov/submissions/CIK{cik}.json`
- Full-Text Search: `https://efts.sec.gov/LATEST/search-index?q=...`

## Filing Types & M&A Relevance

| Filing | Use Case |
|--------|----------|
| 10-K | Annual financials, risk factors, segment data, legal proceedings |
| 10-Q | Quarterly trends, interim changes, going concern flags |
| 8-K | Material events: acquisitions, dispositions, leadership changes, restatements |
| DEF 14A | Executive comp, related-party transactions, governance |
| SC 13D/G | Activist positions, ownership changes above 5% |
| Form 4 | Insider buying/selling patterns (signal conviction) |
| Form D | Private placement activity (pre-IPO targets) |

## Extraction Framework

### 1. Financial Extraction (from XBRL)
- Revenue (3-5 year trend from `Revenues` or `RevenueFromContractWithCustomerExcludingAssessedTax`)
- EBITDA (computed: `OperatingIncome` + `DepreciationAndAmortization`)
- Net income, EPS, diluted shares
- Total assets, total liabilities, stockholders' equity
- Operating cash flow, CapEx, free cash flow
- Segment revenue breakdown (if multi-segment)

### 2. Risk Factor Analysis (from 10-K Item 1A)
- Categorize risks: market, operational, regulatory, financial, legal, technology
- Flag risks mentioning: litigation, regulatory investigation, material weakness, going concern
- Compare risk factors year-over-year to detect new disclosures
- Score overall risk severity (low / moderate / elevated / high)

### 3. Material Event Detection (from 8-K)
- Item 1.01: Entry into material agreement
- Item 2.01: Completion of acquisition or disposition
- Item 2.05: Costs of restructuring
- Item 4.01: Change in accountant (red flag)
- Item 5.02: Departure of directors/officers
- Item 8.01: O...

Related Claw Skills