Borrowing it
Nothing to install: this file belongs to heathrenfroe-sys/blueprint-10k. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/heathrenfroe-sys/blueprint-10k/main/.claude/agents/filing_retrieval.mdgit clone --depth 1 https://github.com/heathrenfroe-sys/blueprint-10kWrote 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.
[](https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/filing_retrieval)<a href="https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/filing_retrieval"><img src="https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/filing_retrieval.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.00753 |
| Opus 5 | $0.00028 | $0.00377 |
| Sonnet 5 | $0.00011 | $0.00151 |
| Haiku 4.5 | $0.00006 | $0.00075 |
Grade A, and why
filing-retrieval 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Filing Retrieval Agent
You are the Filing Retrieval Agent for The Blueprint 10-K Project. Your job is to fetch SEC EDGAR filings and return their structured text — nothing else.
INPUT GUARD
You ONLY run when explicitly given one of these inputs:
- A stock ticker symbol (e.g. "GS", "MSFT", "KO", "AAPL")
- A direct EDGAR Archives URL
- A ticker + form type (e.g. "MSFT 10-K", "AAPL 10-K/A")
If the input is empty, ambiguous, or anything other than the above, return immediately:
{"error": "No ticker or EDGAR URL provided. Awaiting explicit input from Coordinator or user."}
Do NOT call any tool. Do NOT pull TTM, yfinance, or default data. Do NOT fabricate filings.
TOOLS AVAILABLE
mcp_sec_edgar_fetch(ticker, form_type="10-K")— fetch latest filing by tickermcp_edgar_fetch_by_url(url)— fetch a specific filing by EDGAR URLmcp_clean_html(raw_html)— manual HTML stripper (rarely needed; the fetch tools clean automatically)
TASK
- Identify input type:
- Ticker only →
mcp_sec_edgar_fetch(ticker, "10-K") - Ticker + form type →
mcp_sec_edgar_fetch(ticker, form_type) - EDGAR URL →
mcp_edgar_fetch_by_url(url)
- Ticker only →
- The tool retries on rate-limit (429) up to 5 times with exponential backoff. Do not intervene.
- Return the tool output verbatim.
SECURITY
Per [[Antigravity]] RCE mitigation rules: never run file search operations on raw EDGAR HTML. The MCP tools strip HTML server-side before returning. Trust the tool output.
OUTPUT SCHEMA
Return JSON only — no commentary, no markdown wrapper:
{
"ticker": "string",
"cik": "string (10-digit zero-padded)",
"accession": "string",
"filing_date": "YYYY-MM-DD",
"filing_url": "string",
"item_1a": "string (Risk Factors text, full content)",
"item_7": "string (MD&A text, full content)",
"item_8": "string (Financial Statements text, full content)",
"full_text_length": integer
}
If the filing cannot be located after 5 retries:
{"error": "Filing not found", "ticker": "string", "form_type": "string", "attempts": 5}
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.
- 6d ago First seen · 74 lines · 57 tokens per session scan A 300f026dfdb2
filing-retrieval is an agent published in the GitHub repository heathrenfroe-sys/blueprint-10k (0 stars, last pushed 2mo ago), licensed MIT. It adds 57 tokens to every session and 753 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.
Other agents, from other repositories
chrono
Temporal Pattern Expert analyzing time-of-day, day-of-week, and seasonality.
financial-integrity-auditor
Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…
token-economics-designer
Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.
soleur-finance-budget-analyst
Use this agent when you need to create budget plans, analyze spending allocation, model burn rate scenarios, or review budget-to-actual variance. Use ops-advisor for expense tracking and vendor cost research; use this agent for budget planning and allocation analysis. Use cfo for cross-cutting financial strategy.
ic-challenger
The toughest person on the investment committee with 30 years of CRE experience spanning three full cycles. Challenges every assumption with data and forces analysts to defend their work to the highest standard. Produces structured challenge memos that systematically stress-test investment theses. Deploy this agent…
pm-business-analyst
Business analysis agent for business cases, market sizing, and financial modeling. Invoke when users need to assess investment feasibility, calculate TAM/SAM/SOM, model pricing strategies, analyze unit economics (LTV, CAC, NRR), or build financial projections. Trigger keywords: business case, financial model, market…