← Back to Skills Marketplace
248
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qxbent
Description
启信宝企业信息查询工具,提供企业工商信息、股东信息、主要人员、变更记录等查询功能。支持通过企业名称查询,返回标准化的企业数据。
Usage Guidance
此 skill 的实现与说明一致且没有明显恶意行为,但请在安装前注意:
- 仅在信任来源或受控环境下设置 QXBENT_API_TOKEN;不要在对话中粘贴或共享该 token。
- 为 token 申请最小权限/配额(如可限制每日调用)。
- 源信息显示“Source: unknown / Homepage: none”,如果你依赖长期使用,最好确认发布者或从可信仓库获取。
- 在生产环境使用前可本地运行示例(npm install && npm run test / interactive)以验证行为与预期一致。
- 如果你有网络/合规限制,可检查并允许/监控到域名 https://external-api.qixin.com/skill/ent/public 的出站请求。
Capability Analysis
Type: OpenClaw Skill
Name: qxbent
Version: 1.0.2
The skill bundle is a legitimate implementation of an enterprise information query tool using the QiXinBao (QXB) API. It follows security best practices by instructing users to store sensitive API tokens in environment variables rather than sharing them in chat, and the code (src/client.ts) correctly implements this. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions in SKILL.md are focused on improving the agent's interaction logic for handling ambiguous company names.
Capability Assessment
Purpose & Capability
Skill 名称/描述与实际代码和依赖一致:客户端只调用启信宝风格的企业查询接口(baseURL 为 https://external-api.qixin.com/skill/ent/public),所需二进制为 node/npm,依赖仅为 axios。没有请求与任务无关的服务或凭证。
Instruction Scope
SKILL.md 的运行指令限定在安装依赖(npm install)、通过环境变量读取 QXBENT_API_TOKEN 并调用 API。README/USER_GUIDE/示例脚本都只演示查询流程,没有要求读取系统文件或发送数据到未声明的第三方。
Install Mechanism
安装规范仅列出通过 npm 安装 axios(package.json 也只依赖 axios)。没有从可疑 URL 下载或写入不标准路径,安装风险低且符合 Node.js 项目惯例。
Credentials
仅要求一个环境变量 QXBENT_API_TOKEN(在代码中被 DEFAULT_API_TOKEN 使用),该凭证与访问启信宝 API 的目的直接对应。没有要求其它不相关的密钥、密码或系统配置路径。
Persistence & Privilege
技能未请求 always: true,也不修改其它技能或系统范围配置。Agent 可自主调用技能是平台默认行为(disable-model-invocation 为 false),这与该 skill 的用途相符。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qxbent - After installation, invoke the skill by name or use
/qxbent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 增加 Openclaw 兼容性元数据,补充对依赖和安装步骤的声明
- SKILL.md 文件新增定义必需的运行时环境和自动安装 Node.js 依赖(axios)
- 其余功能未作修改
v1.0.1
qxbent 1.0.1
- 强化安全指引:API Token 必须通过环境变量配置,不再支持对话中明文告知
- 文档更新:新增 required-env 与 api-endpoint 元数据
- 增加运行时和环境依赖说明,强调 Node.js 和 token 配置要求
- 新增安全性与使用条款提醒,明确 Token 保护及访问限制
- 优化配套文档内容,提升用户指引完整性
v1.0.0
Initial release of qxbent (v1.0.0):
- Provides enterprise information queries via QiXinBao, including business registration, shareholders, executives, and change records.
- Supports company name-based queries, returning standardized data.
- Offers API integration setup guidance, with both environment variable and conversational token options.
- Includes usage examples and error-handling for ambiguous or unmatched company names.
- Details API endpoints and typical data limits (e.g., top 10 results).
- Lists permissions needed and dependency installation instructions.
Metadata
Frequently Asked Questions
What is 企业信息查询?
启信宝企业信息查询工具,提供企业工商信息、股东信息、主要人员、变更记录等查询功能。支持通过企业名称查询,返回标准化的企业数据。 It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install 企业信息查询?
Run "/install qxbent" 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 llx-26 (@llx-26); the current version is v1.0.2.
More Skills