Skip to main content

economic-china-fiscal-revenue-monthly

Get China fiscal revenue monthly data (中国财政收入月度). Use when user asks about 中国财政收入, 财政收入月度, 财政收支, fiscal revenue, 当月同比环比, 累计财政收入.

跳到安装

来源信息

仓库
FTShare-Lab/FTShare-skill
最近来源活动
2026年9月16日 12:43
检测到的 SKILL.md 语言
中文
星标
64
分支
13

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
economic-china-fiscal-revenue-monthly
description
Get China fiscal revenue monthly data (中国财政收入月度). Use when user asks about 中国财政收入, 财政收入月度, 财政收支, fiscal revenue, 当月同比环比, 累计财政收入.
# 中国经济 - 财政收入(月度) ## 参数 无需任何参数。 ## 用法 直接执行: ```bash python script/handler.py ``` 脚本输出 JSON 数组,按时间倒序,每项含 `month`(如 2025年03月份)、`revenue_current`(当月财政收入)、`yoy`(当月同比 %)、`mom`(当月环比 %)、`cumulative`(累计)、`cumulative_yoy`(累计同比 %)、`unit`(亿元)、`currency`(CNY),以表格展示给用户。 ## 注意 - 返回按月份汇总,格式如「2025年03月份」 - 数值单位见 `unit`(亿元),同比/环比单位为 % - 列表已按时间倒序,最新月份在前 ## 调用示例 ```bash python <RUN_PY> economic-china-fiscal-revenue-monthly ```
在 GitHub 查看