用于引用追溯场景。适用于金融工作中的基础任务单元。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill global-citation-traceback --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Global Citation Traceback?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-global-citation-traceback-708a5e9a)More formats (shields.io, HTML) on the badges page.
---
name: global-citation-traceback
description: 用于引用追溯场景。适用于金融工作中的基础任务单元。
---
# 法律条文或公司报告引用溯源 Skill
对回答、摘要或说法做公开法规与公司报告的引用溯源。
## 数据来源
本 Skill 仅使用公网可查数据,默认内置以下公开来源:
1. 中国证监会官网:《上市公司信息披露管理办法(2025)》;
2. 中国证监会公开 PDF:《公开发行证券的公司信息披露内容与格式准则第2号—年度报告的内容与格式(2021年修订)》;
3. 巨潮资讯公开披露文件:立讯精密工业股份有限公司 2025 年半年度报告;
4. 巨潮资讯公开披露文件:立讯精密工业股份有限公司 2025 年半年度业绩预告。
## 功能
- 下载并解析公开法规 HTML/PDF 与公司报告 PDF;
- 对法律条文和公司报告切分建库;
- 对输入 claim 做证据召回与来源回溯;
- 返回最可能原文位置、页码、URL 与证据片段。
## 使用示例
```bash
pip install -r requirements.txt
python script/fetch_public_data.py --data-dir data
python script/citation_traceback.py --corpus data/corpus.jsonl --claim "公司半年度报告应当真实、准确、完整,不得有虚假记载、误导性陈述或者重大遗漏。" --top-k 5
python script/run_demo.py
```
## 交易说明
- 本 Skill 仅用于公开信息研究、检索与合规辅助,不构成法律意见、投资建议或交易指令。
- 结果来自公开网页与公开 PDF 的自动抽取,可能存在版式噪声、分页偏差或文本缺失,使用前应人工复核原文。
- 如用于证券、衍生品或其他金融交易场景,应由持证专业人士、法务或合规人员进行最终确认。
- 如源站链接、页面结构或格式发生变化,需重新抓取并更新语料库。
## License
- 本 Skill 自编代码采用 MIT License,见根目录 `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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"