← 返回 Skills 市场
xinxin970620-prog

市场主体统计

作者 xinxin970620-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install marketsub-statistics
功能描述
用于L1小程序首页查看市场主体统计情况,包含在营企业数量、本月新增、企业区域分布等统计数据。Invoke when user needs market entity statistics or business data.
使用说明 (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"
}'

使用场景

当用户需要查询以下数据时调用此接口:

  • 查看在营企业数量
  • 查询本月新增企业数量
  • 较年初新增数量统计
  • 指定时间范围内的企业变化情况
  • 企业区域分布统计
  • 企业规模分布统计
  • 企业金字塔分布
  • 融资分布统计

注意事项

  1. 地区代码(provinceCode、cityCode、districtCode)三选一必填
  2. dateValue为必填参数,表示查询年份
  3. 返回数据直接透传接口原始结果,不做额外处理
安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marketsub-statistics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marketsub-statistics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug marketsub-statistics
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

市场主体统计 是什么?

用于L1小程序首页查看市场主体统计情况,包含在营企业数量、本月新增、企业区域分布等统计数据。Invoke when user needs market entity statistics or business data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 市场主体统计?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install marketsub-statistics」即可一键安装,无需额外配置。

市场主体统计 是免费的吗?

是的,市场主体统计 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

市场主体统计 支持哪些平台?

市场主体统计 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 市场主体统计?

由 xinxin970620-prog(@xinxin970620-prog)开发并维护,当前版本 v1.0.0。

💬 留言讨论