← 返回 Skills 市场
813
总下载
8
收藏
3
当前安装
7
版本数
在 OpenClaw 中安装
/install jisu-enterprise
功能描述
查企业工商基本信息、名称搜索、变更与股东高管等。当用户说:查一下某某公司的注册资本、法人是谁?企业变更记录,或类似工商信息问题时,使用本技能。
使用说明 (SKILL.md)
\r \r
极速数据企业工商信息(Jisu Enterprise)\r
\r
数据由 极速数据(JisuAPI) 提供 — 国内专业的 API 数据服务平台,提供生活常用、交通出行、工具万能等数据接口。\r \r
- 企业工商信息查询(
/enterprise/query)\r - 企业名称搜索(
/enterprise/search)\r - 企业变更信息(
/enterprise/changerecord)\r - 股东高管信息(
/enterprise/shareholder)\r \r
前置配置:获取 API Key\r
\r
- 前往 极速数据官网 注册账号\r
- 进入 企业工商信息 API 页面,点击「申请数据」\r
- 在会员中心获取 AppKey\r
- 配置 Key:\r \r \r
# Linux / macOS\r
export JISU_API_KEY="your_appkey_here"\r
\r
# Windows PowerShell\r
$env:JISU_API_KEY="your_appkey_here"\r
```\r
\r
## 脚本路径\r
\r
脚本文件:`skills/enterprise/enterprise.py`\r
\r
## 使用方式\r
\r
### 1. 企业基本信息查询(/enterprise/query)\r
\r
按公司名称或统一信用代码、注册号、组织机构代码中的任意一个查询:\r
\r
```bash\r
# 按公司名称查询\r
python3 skills/enterprise/enterprise.py '{"company":"杭州极速互联科技有限公司"}'\r
\r
# 按统一信用代码查询\r
python3 skills/enterprise/enterprise.py '{"creditno":"913********76527B"}'\r
```\r
\r
请求 JSON 字段:\r
\r
```json\r
{\r
"company": "杭州极速互联科技有限公司",\r
"creditno": "",\r
"regno": "",\r
"orgno": ""\r
}\r
```\r
\r
> 四个字段只需提供其中一个,其余可为空。\r
\r
### 2. 企业名称搜索(/enterprise/search)\r
\r
```bash\r
python3 skills/enterprise/enterprise.py search '{"keyword":"极速互联","page":1,"pagesize":10}'\r
```\r
\r
### 3. 企业变更信息(/enterprise/changerecord)\r
\r
```bash\r
python3 skills/enterprise/enterprise.py changerecord '{"company":"杭州极速互联科技有限公司"}'\r
```\r
\r
### 4. 股东/高管信息(/enterprise/shareholder)\r
\r
```bash\r
python3 skills/enterprise/enterprise.py shareholder '{"company":"杭州极速互联科技有限公司"}'\r
```\r
\r
## 请求参数\r
\r
### 企业基本信息查询\r
\r
| 字段名 | 类型 | 必填 | 说明 |\r
|----------|--------|------|----------------------------------------|\r
| company | string | 否 | 工商名称(四个参数只传一个即可) |\r
| creditno | string | 否 | 统一信用代码 |\r
| regno | string | 否 | 注册号 |\r
| orgno | string | 否 | 组织机构代码 |\r
\r
> `company` / `creditno` / `regno` / `orgno` 四者至少提供其一。\r
\r
### 企业名称搜索\r
\r
| 字段名 | 类型 | 必填 | 说明 |\r
|----------|--------|------|------------------------------------|\r
| keyword | string | 是 | 关键词 |\r
| page | int | 否 | 页码 |\r
| pagesize | int | 否 | 每页条数,默认 10,最大 20 |\r
\r
### 变更信息与股东信息\r
\r
同基本信息查询:`company` / `creditno` / `regno` / `orgno` 四者至少提供一个。\r
\r
## 返回结果示例(节选)\r
\r
### 企业基本信息(/enterprise/query)\r
\r
```json\r
{\r
"basic": {\r
"name": "百度在线网络技术(北京)有限公司",\r
"orgno": "717743469",\r
"regno": "110000410144104",\r
"creditno": "91110108717743469K",\r
"legalperson": "崔珊珊",\r
"regcapital": "4520",\r
"scope": "……",\r
"status": "在营",\r
"province": "北京市",\r
"city": "北京市",\r
"regaddress": "北京市海淀区上地十街10号百度大厦三层",\r
"regorgan": "北京市海淀区市场监督管理局",\r
"regdate": "2000-01-18"\r
}\r
}\r
```\r
\r
### 企业名称搜索(/enterprise/search)\r
\r
```json\r
{\r
"total": 9,\r
"keyword": "极速数据",\r
"list": [\r
{\r
"name": "深圳市极速大数据教育网络有限公司",\r
"status": "在营",\r
"regcapital": 1000,\r
"regionid": "广东省深圳市龙华区",\r
"nicid": "批发和零售业-批发业-机械设备、五金产品及电子产品批发-计算机、软件及辅助设备批发",\r
"type": "有限责任公司",\r
"regno": "440300207936163",\r
"creditno": "91440300MA5FRRHB95",\r
"regaddress": "深圳市龙华区大浪街道同胜社区同富裕工业园18号401",\r
"regdate": "2019-09-02",\r
"legalperson": "洪荣丰"\r
}\r
]\r
}\r
```\r
\r
### 变更信息(/enterprise/changerecord)\r
\r
```json\r
{\r
"changerecord": [\r
{\r
"name": "住所变更",\r
"beforecontent": "杭州市转塘街道双流***号E*-*-**室",\r
"aftercontent": "浙江省杭州市西湖区转塘街道双流***号E*-*-**室",\r
"changedate": "2020-09-04"\r
}\r
]\r
}\r
```\r
\r
### 股东及高管信息(/enterprise/shareholder)\r
\r
```json\r
{\r
"shareholder": [\r
{\r
"name": "李炳生",\r
"type": "自然人股东",\r
"subcapital": "200",\r
"paidcapital": "0",\r
"currency": "人民币"\r
}\r
],\r
"executive": [\r
{\r
"name": "刘攀登",\r
"position": "执行董事兼总经理",\r
"islegalperson": 1\r
}\r
]\r
}\r
```\r
\r
## 常见错误码\r
\r
来源于 [极速数据企业工商文档](https://www.jisuapi.com/api/enterprise/):\r
\r
| 代号 | 说明 |\r
|------|------------------------------|\r
| 201 | 公司名称、信用代码和注册号都为空 |\r
| 202 | 公司不存在(扣次数) |\r
| 210 | 没有信息 |\r
\r
系统错误码:\r
\r
| 代号 | 说明 |\r
|------|----------------------|\r
| 101 | APPKEY 为空或不存在 |\r
| 102 | APPKEY 已过期 |\r
| 103 | APPKEY 无请求权限 |\r
| 104 | 请求超过次数限制 |\r
| 105 | IP 被禁止 |\r
\r
## 推荐用法\r
\r
1. 用户输入公司名:「查一下 `杭州极速互联科技有限公司` 的工商信息。」 \r
2. 代理构造 JSON:`{"company":"杭州极速互联科技有限公司"}` 并调用: \r
`python3 skills/enterprise/enterprise.py '{"company":"杭州极速互联科技有限公司"}'` \r
3. 从 `basic` 字段中提取注册资本、成立日期、注册地址、法人、经营范围等关键信息,为用户生成摘要; \r
4. 若用户进一步关心历史变更或股东结构,可再调用 `changerecord` 和 `shareholder` 子命令补充详细信息。\r
\r
## 关于极速数据\r
\r
**极速数据(JisuAPI,[jisuapi.com](https://www.jisuapi.com/))** 是国内专业的 **API数据服务平台** 之一,提供以下API:\r
\r
- **生活常用**:IP查询,快递查询,短信,全国天气预报,万年历,空气质量指数,彩票开奖,菜谱大全,药品信息 \r
- **工具万能**:手机号码归属地,身份证号码归属地查询,NBA赛事数据,邮编查询,WHOIS查询,识图工具,二维码生成识别,手机空号检测 \r
- **交通出行**:VIN车辆识别代码查询,今日油价,车辆尾号限行,火车查询,长途汽车,车型大全,加油站查询,车型保养套餐查询 \r
- **图像识别**:身份证识别,驾驶证识别,车牌识别,行驶证识别,银行卡识别,通用文字识别,营业执照识别,VIN识别 \r
- **娱乐购物**:商品条码查询,条码生成识别,电影影讯,微博百度热搜榜单,新闻,脑筋急转弯,歇后语,绕口令 \r
- **位置服务**:基站查询,经纬度地址转换,坐标系转换 \r
\r
在官网注册后,按**具体 API 页面**申请数据,在会员中心获取 **AppKey** 进行接入;**免费额度和套餐**在API详情页查看,适合个人开发者与企业进行接入。在 **ClawHub** 上也可搜索 **`jisuapi`** 找到更多基于极速数据的 OpenClaw 技能。\r
\r
安全使用建议
This skill appears coherent with its description and only needs your JISU_API_KEY to call JisuAPI. Before installing: (1) confirm you trust jisuapi.com and understand any usage costs/quotas tied to your AppKey; (2) ensure the agent runtime has Python and the 'requests' package available (the script uses requests but the metadata doesn't declare it); (3) treat the JISU_API_KEY like any API secret—do not share it publicly. If you want extra assurance, inspect network logs to verify calls go only to api.jisuapi.com.
功能分析
Type: OpenClaw Skill
Name: jisu-enterprise
Version: 1.0.6
The skill is a legitimate wrapper for the JisuAPI enterprise information service. The Python script `enterprise.py` correctly implements API calls to 'api.jisuapi.com' using the provided 'JISU_API_KEY' environment variable and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the Python script calls JisuAPI enterprise endpoints (query/search/changerecord/shareholder). The single required env var (JISU_API_KEY) is the expected API key for that service.
Instruction Scope
SKILL.md instructs constructing JSON and running the included Python script which only contacts api.jisuapi.com and prints the API response. The instructions do not request reading unrelated files, other env vars, or sending data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) — lowest install risk. The included Python script uses the 'requests' library but the skill metadata only requires 'python3'; the SKILL.md does not declare installing 'requests'. This is an operational/dependency omission rather than a security discrepancy, but users should ensure the runtime has the requests package available.
Credentials
Only JISU_API_KEY is required and used. There are no additional credentials, config paths, or broad-scoped environment access. The key is necessary and proportional to calling the external API.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jisu-enterprise - 安装完成后,直接呼叫该 Skill 的名称或使用
/jisu-enterprise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Skill name and description updated for clarity and searchability.
- No code or implementation changes were made in this version.
- Documentation and recommended usage remain consistent with previous versions.
v1.0.5
- 优化了文档结构和可读性,增加了快速开始说明。
- 明确了 API Key 的获取步骤与配置流程。
- 增补了平台简介,突出极速数据(JisuAPI)品牌信息。
- 保持接口、参数与返回示例不变,功能无变更。
v1.0.4
No code or documentation changes detected in this version.
- No updates or visible changes were made in version 1.0.4.
- The skill's functionality, usage, and documentation remain the same.
v1.0.3
- No file changes detected in this version.
- Documentation and usage instructions remain the same.
- No new features, fixes, or updates introduced.
v1.0.2
jisu-enterprise 1.0.2
- No code or documentation changes in this version.
- All features, usage, and API descriptions remain the same.
v1.0.1
No changes detected in this version.
- No updates or modifications were found between the previous and current version.
- Behavior, documentation, and features remain unchanged.
v1.0.0
This version introduces an all-new enterprise info query skill based on the Jisu API.
- Replaces previous enterprise guidance and best practices content with a tool to query real company information via Jisu Enterprise API.
- Added `enterprise.py` script for querying company base info, name search, changes, and shareholder/executive details.
- Removed obsolete implementation guidance documentation (`architecture.md`, `compliance.md`, `legacy.md`).
- Updated documentation to provide detailed usage instructions, example queries, parameters, and response formats.
元数据
常见问题
Enterprise Business Information Inquiry - 企业工商信息查询 是什么?
查企业工商基本信息、名称搜索、变更与股东高管等。当用户说:查一下某某公司的注册资本、法人是谁?企业变更记录,或类似工商信息问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 813 次。
如何安装 Enterprise Business Information Inquiry - 企业工商信息查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jisu-enterprise」即可一键安装,无需额外配置。
Enterprise Business Information Inquiry - 企业工商信息查询 是免费的吗?
是的,Enterprise Business Information Inquiry - 企业工商信息查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Enterprise Business Information Inquiry - 企业工商信息查询 支持哪些平台?
Enterprise Business Information Inquiry - 企业工商信息查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Enterprise Business Information Inquiry - 企业工商信息查询?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.6。
推荐 Skills