cn-stats

安装量: 1.2K
排名: #9114

安装

npx skills add https://github.com/aahl/skills --skill cn-stats

国家统计局

全局环境变量

BASE_URL

'https://data.stats.gov.cn/dg/website/publicrelease/web/external'

获取指标分类根节点ID

ROOT_ID

$( curl " $BASE_URL /new/queryIndexTreeAsync?pid=&code=1" | jq -r '.data[0]._id' )

code:

{7:主要城市月度价格, 8:主要城市年度数据, 9:港澳台月度数据, 10:港澳台年度数据}

{12:三大经济体月度数据, 13:国际市场月度商品价格, 14:主要国家年度数据}

获取指标分类子节点

curl " $BASE_URL /new/queryIndexTreeAsync?pid= $ROOT_ID &code=1" | jq -r '.data[] | {_id, name, type, isLeaf}'

获取指标列表

curl " $BASE_URL /new/queryIndicatorsByCid?cid= $NODE_ID &dt=&name="

搜索指标列表

curl " $BASE_URL /new/queryIndicatorsByCid" -G --data-urlencode "cid=&dt=&name=<关键词>&rootId= $ROOT_ID " Show more Installs 756 Repository aahl/skills GitHub Stars 144 First Seen May 4, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜