EDGAR Crawler

EDGAR Crawler: EDGAR Crawler: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

EDGAR Crawler skill for finance analytics + 量化. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 14 anti-pattern constraints. Visit doramagic.ai/r/edgar-crawler for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-114

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

45total
31fatal
31 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

31 non-negotiable constraints

FATALresource_boundaryfinance-C-006

WHENWhen requesting data from SEC EDGAR

ACTIONinclude a valid User-Agent header identifying the requester with contact information

CONSEQUENCESEC EDGAR will reject requests without valid User-Agent identification with 403 Forbidden errors, preventing any data downloads

FATALresource_boundaryfinance-C-017

WHENWhen constructing SEC EDGAR index URLs

ACTIONuse the official SEC EDGAR full-index URL pattern: https://www.sec.gov/Archives/edgar/full-index/{year}/QTR{quarter}/master.zip

CONSEQUENCEUsing incorrect URL patterns will result in 404 errors and complete download failure

FATALdomain_rulefinance-C-021

WHENWhen downloading SEC EDGAR filings via HTTP requests

ACTIONdeclare a valid User-Agent header containing contact information (name and email)

CONSEQUENCESEC EDGAR will block or throttle requests without a valid User-Agent header, causing downloads to fail with HTTP 403 errors

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.