openclaw-skills/sec-filing-reviewer/SKILL.md
Use when reviewing SEC filings, extracting material risk disclosures, scanning 10-K or 10-Q sections, or building a follow-up checklist from filing language.
npx skillsauth add seaworld008/commonly-used-high-value-skills sec-filing-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
在数百页的冗长文件中,精准捕捉被隐藏的控制风险、流动性危机、法律纠纷及重大会计披露。本技能旨在帮助分析师从 10-K, 10-Q, 8-K 等 SEC 官方文件中提取关键变量,并识别出那些可能被市场忽视的“红旗”信号(Red Flags)。
# 确保已安装 EDGAR 数据处理库
pip install sec-edgar-downloader sec-parser beautifulsoup4
# 下载审计脚本
npx clawhub install sec-filing-reviewer
sec-parser 定位并提取核心章节:
scripts/review_filing.py。Going concern (持续经营能力), Material weakness (重大缺陷), Restatement (重报), Investigation (调查), Qualified opinion (保留意见)。DSO (应收账款周转天数) 变动进行交叉验证。MEMORY.md,供下次业绩电话会或投资者关系(IR)调研使用。{
"cik": "0000320193",
"filing_type": "10-K",
"fiscal_year": 2025,
"sections_to_scan": ["Risk Factors", "Legal", "MD&A"],
"focus_keywords": ["Cybersecurity", "Litigation", "Inventory write-down"]
}
### 🚩 SEC 文件审计报告:[TSLA] 10-Q (2026 Q1)
**1. 重大风险变更 (What's New in Risks)**:
- **新增项**: 明确提及了 X 地区的自动驾驶监管准入风险。
- **变更项**: 删除了关于“供应链已经常态化”的描述。
**2. 财务红旗信号 (Red Flags)**:
- **审计控制**: 🟢 无重大缺陷报告。
- **诉讼更新**: ⚠️ 发现一例涉及专利侵权的新增集体诉讼,金额未披露。
- **流动性**: 现金储备稳健,但存货积压较去年同期上升 15%。
**3. 管理层语气 (MD&A Tone)**:
- 针对资本开支的描述比上季度更显激进,重点强调 AI 算力投入。
**4. 建议跟进问题 (Investor Questions)**:
- 1) 存货积压是否主要来自 X 型号的排产过剩?
- 2) 新增诉讼的拨备计划是否已在当前利润表中体现?
**5. 最终评级**: **中性 (加强监控)**
# 自动抓取并审计最新的 10-K 摘要
python scripts/review_filing.py --cik 320193 --type 10-K --report audit_report.md
sec.gov 直接抓取,而非通过不可靠的第三方采集平台。MEMORY.md。tools
飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
development
Use when a user needs reproducible repository sizing, language composition, file counts, or code-versus-comment ratios with pygount; record exclusions and verify measurement scope before interpreting results.
development
Route a development task to the official Hermes Agent skill, Graphify Codex artifact set, Open GSD Core bundle, or optional GSD Pi bundle without duplicating their installers or state machines.
development
飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。