用于披露重述场景。适用于金融工作中的基础任务单元。
本 Skill 使用公网可查、可访问的数据来源构建规则底座与样例检索能力,主要包括:
中国证监会(CSRC)
上海证券交易所(SSE)
深圳证券交易所(SZSE)
巨潮资讯(CNINFO)公开公告检索
说明:本 Skill 依赖公网访问。若公开站点接口、网页结构或反爬策略变化,脚本可能需要同步调整。
本 Skill 面向单个上市企业的披露文本场景,提供以下能力:
企业公告公开记录检索
替代表述生成
风险提示
python script/disclosure_rephrase.py \
--company "贵州茅台" \
--stock-code 600519 \
--text "受市场波动影响,公司相关业务短期波动,不会产生重大影响,公司将及时推进相关事项。"
python script/disclosure_rephrase.py \
--company "宁德时代" \
--stock-code 300750 \
--text "项目推进过程中存在一定压力,但总体风险可控,后续将及时披露。" \
--start-date 2025-01-01 \
--end-date 2026-03-13 \
--output result.json
输出 JSON 中通常包含:
本 Skill 用于上市公司信息披露文本的研究、规范化改写与初步合规检查,不用于投资建议,也不用于交易指令生成。
请特别注意:
不得用于掩盖重大不利事实
不得替代正式法律或审计意见
建议人工复核
适用边界
MIT License
Copyright (c) 2026
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.