Agent Skills
› KunAgent/Kun
› sec-edgar
sec-edgar
GitHub检索并分析SEC公开文件、公司事实、XBRL数据及元数据,支持按CIK解析、表单筛选、数据标准化与引用验证。
Trigger Scenarios
查询上市公司SEC filings
获取XBRL财务数据
分析SEC filing元数据
Install
npx skills add KunAgent/Kun --skill sec-edgar -g -y
SKILL.md
Frontmatter
{
"name": "sec-edgar",
"description": "Retrieve and analyze public SEC filings, company facts, XBRL data, and filing metadata."
}
SEC EDGAR
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve and analyze public SEC filings, company facts, XBRL data, and filing metadata.
Tool routing
| Tool or skill | Use |
|---|---|
web_fetch |
Fetch public SEC filing pages, submissions JSON, or company facts. |
browser_use |
Inspect EDGAR search and filing pages interactively. |
render_chart |
Present filing-derived trends from verified values. |
Workflow
- Resolve the registrant by CIK and verify ticker or name aliases.
- Select filing form, period, accession, and amendment status.
- Fetch the primary filing or public SEC structured data.
- Normalize units and taxonomy concepts carefully.
- Cite form, filing date, period, accession number, and SEC URL.
Completion gates
- Check amended filings and restatements.
- Reconcile extracted values to the filing tables and scale.
- Separate company disclosure from analyst interpretation.
Boundaries
- Do not use scraped summaries as substitutes for material filing evidence.
- Do not present filing analysis as personalized investment advice.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


