用于证据聚合场景。适用于金融工作中的基础任务单元。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill global-evidence-aggregation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Global Evidence Aggregation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-global-evidence-aggregation)More formats (shields.io, HTML) on the badges page.
---
name: global-evidence-aggregation
description: 用于证据聚合场景。适用于金融工作中的基础任务单元。
---
# Global Skill: 法律条文或公司报告的多文档证据聚合
## 数据来源
- 国家法律法规数据库(flk.npc.gov.cn)
- 中国证监会法规与规章(csrc.gov.cn)
- 上海证券交易所规则与公司公告(sse.com.cn)
- 深圳证券交易所规则与公司公告(szse.cn)
- 巨潮资讯上市公司公告(cninfo.com.cn)
- 美国 SEC EDGAR 公司文件(sec.gov)
说明:本 Skill 只使用公网可查数据。优先采用国家机关、监管机构、交易所、上市公司公告平台与公司官网公开页面;如接入评论、趋势、流量等公开数据源,需在实际部署时确认目标站点 robots、服务条款与访问频率限制。
## 功能
- 从公开法律法规与上市公司公告/年报中检索、抽取并聚合多文档证据,输出带来源、时间、摘要、哈希的证据包。
- 按主题、公司名、证券代码、关键词检索法规与公司报告
- 对多份文档进行切片抽取,形成证据节点
- 按来源级别、时间、文种、相似度进行聚合排序
- 生成 evidence_bundle.json,附带 URL、抓取时间、SHA256、文档类型、片段摘要
- 支持“法规证据”“公司披露证据”“交叉证据”三类输出
## 使用示例
```bash
cd script
pip install -r requirements.txt
python script/run_demo.py --company "贵州茅台" --ticker 600519 --topic "关联交易披露"
```
## 交易说明
本 Skill 不连接交易、下单或投顾功能;“交易说明”仅指数据使用边界:不得将聚合结果直接视为投资建议或法律意见。
补充边界:
- 本 Skill 仅基于公开资料进行检索、抽取、规则分析或代理评分。
- 不构成法律意见、审计结论、信贷审批结论或任何证券投资建议。
- 对“客户分群/客户价值评估”类结果,应明确标注其为公开数据 proxy,而非企业内部真实经营明细。
## License
代码示例采用 MIT License;抓取目标网站内容版权归原网站或原披露义务人所有。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...