with one click
用于Word文档解析的Word解析原子 skill,适用于通用行业文档解析场景。
npx skills add https://github.com/aifinlab/FinClaw --skill word-parsingCopy and paste this command into Claude Code to install the skill
用于Word文档解析的Word解析原子 skill,适用于通用行业文档解析场景。
npx skills add https://github.com/aifinlab/FinClaw --skill word-parsingCopy and paste this command into Claude Code to install the skill
A股逆向选择/信息不对称分析。当用户说"逆向选择"、"adverse selection"、"信息不对称"、"知情交易者"、"逆向选择成本"、"信息劣势"时触发。基于 cn-stock-data 获取数据,度量逆向选择与信息不对称程度。支持 formal/brief 两种输出风格。
A股量价异常检测/异动监控。当用户说"异常检测"、"异动"、"anomaly"、"量价异常"、"异常波动"、"XX有异动"时触发。量化检测股价和成交量异常。支持formal和brief风格。
A股自相关/序列相关性/收益率自相关结构分析。当用户说"自相关"、"autocorrelation"、"序列相关"、"收益率预测性"、"动量还是反转"、"自相关系数"、"ACF"、"PACF"、"Ljung-Box"、"收益率是否可预测"、"随机游走检验"时触发。MUST USE when user asks about return autocorrelation, serial correlation tests, or whether a stock's returns are predictable. 量化分析收益率的自相关结构(ACF/PACF、Ljung-Box检验、随机游走检验)。支持formal和brief风格。
A股Beta对冲/市场中性策略。当用户说"对冲"、"beta hedging"、"市场中性"、"对冲策略"、"怎么对冲"、"空头对冲"时触发。量化构建市场中性组合。支持formal和brief风格。
A股买卖价差/流动性度量分析。当用户说"买卖价差"、"bid-ask spread"、"流动性度量"、"报价价差"、"有效价差"、"价差分析"时触发。基于 cn-stock-data 获取数据,分析买卖价差与流动性。支持 formal/brief 两种输出风格。
A股黑天鹅预警/极端事件分析。当用户说"黑天鹅"、"black swan"、"极端事件"、"尾部事件"、"灰犀牛"、"突发风险"、"系统崩溃"时触发。基于 cn-stock-data 获取数据,监控与预警潜在的黑天鹅事件。支持 formal/brief 两种输出风格。
| name | word-parsing |
| description | 用于Word文档解析的Word解析原子 skill,适用于通用行业文档解析场景。 |
本 Skill 支持多种Word文档输入格式,核心数据来源包括:
说明:本 Skill 不包含文档采集功能,需要用户提供Word文档文件。建议文档格式规范,以便进行准确的解析。
本 Skill 提供全面的Word文档解析能力,涵盖多种解析功能:
{
"document_info": {
"filename": "document.docx",
"file_size": 1024000,
"page_count": 25,
"language": "zh-CN",
"created_date": "2024-01-15",
"modified_date": "2024-03-20"
},
"structure": {
"title": "2024年度报告",
"sections": [
{
"level": 1,
"title": "第一章 公司概况",
"content": "公司概况内容...",
"page": 1,
"subsections": [
{
"level": 2,
"title": "1.1 公司基本信息",
"content": "基本信息内容...",
"page": 1
}
]
}
]
},
"tables": [
{
"table_id": 1,
"position": {
"page": 5,
"section": "第二章"
},
"rows": 10,
"columns": 5,
"data": [
["项目", "2024年", "2023年", "2022年", "2021年"],
["营业收入", "1000", "900", "800", "700"]
]
}
],
"images": [
{
"image_id": 1,
"position": {
"page": 8,
"section": "第三章"
},
"format": "png",
"size": [800, 600]
}
],
"metadata": {
"author": "张三",
"company": "示例公司",
"keywords": ["年报", "财务报告"]
}
}
LICENSE 文件requirements.txt 为准