sec-fetch
Installation
SKILL.md
SEC EDGAR Fetch
Utility skill for fetching data from SEC EDGAR endpoints. SEC requires a User-Agent header containing a name and email address for all programmatic access — requests without it are blocked with HTTP 403.
Process
Step 1: Resolve SEC Credentials
Check if credentials already exist in the plugin config:
cat ${CLAUDE_PLUGIN_ROOT}/config.json 2>/dev/null
- If
config.jsonexists and containssec.userandsec.email, use those values. - If
config.jsondoes not exist or is missing SEC fields, use the AskUserQuestion tool to ask: