This pulls SEC filings through EdgarTools and gives you structured access to 10-Ks, 10-Qs, insider trades, and financials without parsing PDFs. The standout feature is the token efficiency strategy: calling .to_context() first saves 60-90% on tokens before you drill into full XBRL data. You can compare revenue across companies, track insider Form 4s, or analyze balance sheets over multiple periods using the Entity Facts API. The docs are thorough with five common workflows and clear guidance on when to use bulk filings versus company-specific queries. Just remember to set your identity with set_identity() first since the SEC legally requires it, or everything fails.
npx skills add https://github.com/eng0ai/eng0-template-skills --skill sec-edgar-skill