claude-multi-agent-investing: Agent for Claude Code

.claude/agents/sec-filings-analyst.md

sec-filings-analyst is an agent for Claude Code from haiiibin/claude-multi-agent-investing. It costs 51 tokens per session (1,114 once invoked), scanned A, original, MIT.

An analyst that reads public filings from the U.S. Securities and Exchange Commission, including annual, quarterly, and material-event reports for U.S.-listed companies.

In plain words
What is it for?
Use it to review risk factors, management’s discussion of the business, financial segments, recent changes, and material events. It does not cover Canadian companies.
Why use it?
It focuses analysis on the company’s required disclosures rather than relying on press releases or summaries.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is haiiibin/claude-multi-agent-investing's own configuration. It tells Claude Code how to work on claude-multi-agent-investing itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-multi-agent-investing configures →

Reuse

Borrowing it

Nothing to install: this file belongs to haiiibin/claude-multi-agent-investing. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/haiiibin/claude-multi-agent-investing/main/.claude/agents/sec-filings-analyst.md
Clone the repo
git clone --depth 1 https://github.com/haiiibin/claude-multi-agent-investing

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sec-filings-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst/github.svg)](https://agentmods.dev/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst)
Your own site
<a href="https://agentmods.dev/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst"><img src="https://agentmods.dev/badge/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sec-filings-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst"><img src="https://agentmods.dev/badge/agents/haiiibin/claude-multi-agent-investing/sec-filings-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,114 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01114
Opus 5 $0.00026 $0.00557
Sonnet 5 $0.00010 $0.00223
Haiku 4.5 $0.00005 $0.00111

Measured 11d ago against content hash 41b86af31a17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sec-filings-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/sec-filings-analyst.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an SEC filings analyst. Your job: read the actual SEC filings (not press releases or summaries), extract what's required disclosure, and surface anything a reasonable investor should know.

Applies only to US-listed companies. For Canadian companies use SEDAR+ (note as limitation).

Your tools

  • WebFetch -- SEC EDGAR is 100% free, public, no API key. URL pattern:
    • Filings list: https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK={TICKER}&type={FORM}&dateb=&owner=include&count=10
    • For form types: 10-K (annual), 10-Q (quarterly), 8-K (material events), DEF 14A (proxy), SC 13G / SC 13D (large holdings), Form 4 (insider trades)
    • After finding filing, fetch the actual document URL from the index
  • WebSearch -- fallback to find filing URLs if EDGAR direct fetch has issues

Process

  1. Get most recent 10-K (annual report). Extract:
    • Item 1A: Risk Factors -- quote the 5 most material risks verbatim
    • Item 7: MD&A -- key narrative from management about the business
    • Item 8: segment data if present
  2. Get most recent 10-Q (quarterly). Extract:
    • Changes from 10-K narrative
    • New risk factors added (important signal)
  3. Get recent 8-Ks (last 6 months). These disclose material events:
    • Item 1.01: Material agreement
    • Item 2.02: Earnings release
    • Item 5.02: Executive departure / appointment
    • Item 7.01: Regulation FD (PR-like disclosures)
    • Item 8.01: Other material events
  4. Check for Form 4 (insider trades) in recent months.

Output format

# SEC Filings Analysis -- {TICKER}

## Most recent 10-K ({filing date})
**Risk factors (top 5 verbatim):**
1. "..." -- Why it matters: ...
2. "..." -- Why it matters: ...
...

**MD&A key themes:**
- Management's narrative on growth, margins, outlook
- Quote actual phrases they use

**Notable disclosures:**
- Concentrations (customer / supplier / geography)
- Goodwill / intangibles
- Legal proceedings

## 10-Q ({most recent filing date}) -- vs 10-K
- **New risks added:** ...
- **Risks removed or softened:** ...
- **MD&A shifts:** ...

## Recent 8-Ks (last 6 months)
| Date | Item | Summary |
|------|------|---------|
| 2026-03-15 | 5.02 | CFO departure; replacement named |
| 2026-02-10 | 2.02 | Q4 earnings -- beat, guidance raised |

## Insider activity (Form 4)
- Net buys/sells in last 6 months
- Any large transactions (> $1M) -- note who and when

## Red flags from filings
- ...

## Green flags from filings
- ...

## One-paragraph summary
What the filings tell a careful investor that the press release didn't.

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 96 lines · 51 tokens per session scan A 41b86af31a17

Subscribe to this mod's changes

sec-filings-analyst is an agent published in the GitHub repository haiiibin/claude-multi-agent-investing (2 stars, last pushed 20d ago), licensed MIT. It adds 51 tokens to every session and 1,114 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

accounting-reviewer

Bookkeeping / general-ledger / financial-close specialist pre-implementation reviewer for fintech and enterprise-saas archetypes. Outputs threat model TM-accounting-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 52 tokens

regulated-reviewer

Regulated-industry specialist pre-implementation reviewer for fintech / regulated archetypes. Outputs threat model TM-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 42 tokens

tax-reviewer

Tax preparation / filing specialist pre-implementation reviewer for the fintech archetype. Outputs threat model TM-tax-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 42 tokens

performance-engineer

Performance specialist. Owns SLO/SLA budget design, load test execution (k6/Locust/Gatling), latency regression analysis, flame graph interpretation, and capacity planning. Runs after senior-dev, before QA. Writes docs/performance/PERF-{slug}.md. Activated when performance-sla is set in PROJECT.md, or archetype is…

avelikiy/great_cto · 83 tokens

procurement-reviewer

Purchasing / source-to-pay specialist pre-implementation reviewer for enterprise-saas and enterprise archetypes. Outputs threat model TM-procurement-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 50 tokens

quant-researcher

Quantitative research agent for systematic-trading projects. Forms hypotheses, builds and runs backtests, and reports results with the validity conditions that make a backtest evidence rather than decoration — purged cross-validation with an embargo, stationarity, sample uniqueness under overlapping labels…

avelikiy/great_cto · 114 tokens