← Back to Skills Marketplace
市场主体统计
by
xinxin970620-prog
· GitHub ↗
· v1.0.0
· MIT-0
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install marketsub-statistics
Description
用于L1小程序首页查看市场主体统计情况,包含在营企业数量、本月新增、企业区域分布等统计数据。Invoke when user needs market entity statistics or business data.
README (SKILL.md)
3.3 市场主体统计接口
接口说明
用于L1小程序首页查看市场主体统计情况。包含:在营企业数量,本月新增,较年初新增数量,指定时间范围内在营、新增、注销/吊销企业数量及增长率,企业区域分布统计,企业规模分布,企业金字塔分布,融资分布统计。
调用信息
- 请求方式:POST
- 统一入口地址:
https://rcd-test.dfwycredit.com/s1/skill/unified-invoke - Category标识:
3.3
请求参数说明
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| category | String | 是 | 接口标识,固定值:3.3 |
| API_KEY | String | 是 | 用户身份认证密钥 |
| provinceCode | String | 否 | 省级代码(三选一必填) |
| cityCode | String | 否 | 市级代码(三选一必填),如果省级代码为直辖市,该字段必传且为XX0100 |
| districtCode | String | 否 | 区县代码(三选一必填) |
| dateValue | String | 是 | 查询年份 |
| entnature | String | 否 | 企业性质 |
| entindustry | String | 否 | 所属行业 |
返回数据说明
| 字段名 | 类型 | 说明 |
|---|---|---|
| code | String | 接口返回代码,200:接口正常,500:接口异常 |
| msg | String | 状态码说明,成功:查询成功,失败:查询失败 |
| total | int | 条数 |
| rows | JsonArray | 返回记录集 |
调用示例
统一入口调用方式:
curl --location 'https://rcd-test.dfwycredit.com/s1/skill/unified-invoke' \
--header 'Content-Type: application/json' \
--data '{
"category": "3.3",
"API_KEY": "用户的API_KEY",
"provinceCode": "650000",
"dateValue": "2024"
}'
使用场景
当用户需要查询以下数据时调用此接口:
- 查看在营企业数量
- 查询本月新增企业数量
- 较年初新增数量统计
- 指定时间范围内的企业变化情况
- 企业区域分布统计
- 企业规模分布统计
- 企业金字塔分布
- 融资分布统计
注意事项
- 地区代码(provinceCode、cityCode、districtCode)三选一必填
- dateValue为必填参数,表示查询年份
- 返回数据直接透传接口原始结果,不做额外处理
Usage Guidance
Install only if you intend to use this market-statistics provider and are comfortable configuring its API key. Store the key in a local secret or environment mechanism, do not paste it into ordinary chat unless you explicitly intend that, and use the skill for specific market-entity statistics requests rather than broad business-data tasks.
Capability Tags
Capability Assessment
Purpose & Capability
The described capability, querying market-entity statistics through an API, is coherent with requiring an API key and does not indicate hidden mutation, destructive behavior, or exfiltration.
Instruction Scope
SkillSpector flagged broad routing language that could trigger the skill for generic business-data requests; this is a scoping weakness, but not enough by itself to make the skill Review-level without evidence of hidden or high-impact behavior.
Install Mechanism
The supplied evidence does not show unusual install steps, package persistence, background workers, or privileged setup beyond normal skill documentation.
Credentials
The skill requires an API key, which is proportionate for a third-party API integration, but the provided evidence indicates the docs lack explicit guidance on secure storage, redaction, and avoiding chat-pasted secrets.
Persistence & Privilege
No evidence was provided of local credential-store reads, long-running persistence, broad filesystem indexing, privilege escalation, destructive actions, or account-data mutation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install marketsub-statistics - After installation, invoke the skill by name or use
/marketsub-statistics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the marketsub-statistics skill:
- Provides an API to view market entity statistics, including active enterprise counts, monthly additions, regional and scale distributions, and financing statistics.
- Supports querying by province, city, or district code (one required), with flexible filters for industry and enterprise nature.
- Returns enterprise statistics such as year-to-date growth, distribution charts, and deregistration trends.
- Includes detailed API usage, parameter requirements, sample request, and common scenarios for usage.
Metadata
Frequently Asked Questions
What is 市场主体统计?
用于L1小程序首页查看市场主体统计情况,包含在营企业数量、本月新增、企业区域分布等统计数据。Invoke when user needs market entity statistics or business data. It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.
How do I install 市场主体统计?
Run "/install marketsub-statistics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 市场主体统计 free?
Yes, 市场主体统计 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 市场主体统计 support?
市场主体统计 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 市场主体统计?
It is built and maintained by xinxin970620-prog (@xinxin970620-prog); the current version is v1.0.0.
More Skills