用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aifinlab/FinClaw --skill financial-field-extraction命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | financial-field-extraction |
| description | 用于财报字段抽取的财务字段抽取原子 skill,适用于通用行业信息抽取场景。 |
本 Skill 支持多种财务报表数据输入格式,核心数据来源包括:
说明:本 Skill 不包含数据采集功能,需要用户提供财务报表文件。建议报表格式规范,以便进行准确的字段抽取。
本 Skill 提供全面的财务字段抽取能力,涵盖多种抽取功能:
{
"source_info": {
"document_id": "DOC001",
"document_type": "financial_report",
"report_type": "annual_report",
"report_period": "2024",
"source_file": "financial_report.pdf"
},
"income_statement": {
"fields": [
{
"field_name": "营业收入",
"standard_name": "revenue",
"field_type": "amount",
"value": 1000000000,
"unit": "CNY",
"period": "2024",
"confidence"