用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aifinlab/FinClaw --skill financial-report-layout-parsing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | financial-report-layout-parsing |
| description | 用于三表/附注拆分的财报版式解析原子 skill,适用于通用行业文档解析场景。 |
本 Skill 支持多种财务报表输入格式,核心数据来源包括:
说明:本 Skill 不包含文档采集功能,需要用户提供财务报表文件。建议报表格式规范,以便进行准确的版式解析。
本 Skill 提供全面的财报版式解析能力,涵盖多种解析功能:
{
"source_info": {
"document_id": "DOC001",
"document_type": "annual_report",
"report_period": "2024",
"source_file": "annual_report.pdf",
"page_count": 200
},
"report_structure": {
"sections": [
{
"section_id": "SEC001",
"section_name": "利润表",
"section_type": "income_statement",
"start_page": 50,
"end_page": 52,
"tables": [
{