← Back to Skills Marketplace
Qibook Company Profile
by
北京中数智汇科技股份有限公司
· GitHub ↗
· v1.0.2
· MIT-0
122
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qibook-company-profile
Description
企业工商信息与人员关联查询(查企业查老板)。 Use when: 用户需要查企业、查公司、查老板、查股东、查高管、查法人、查对外投资、查人员任职、工商信息、主体识别等。
Usage Guidance
This skill appears to do what it says: it calls a QiBook API and formats results. Before installing: 1) Only set QIBOOK_BASE_URL to the official QiBook endpoint — if you point it to an unknown server you could leak queries and your access key. 2) Obtain QIBOOK_ACCESS_KEY from a trusted source (the SKILL.md points to https://skill.qibook.com). 3) Ensure your Python environment has the 'requests' package (the code imports requests but the skill provides no installer). 4) If you have security concerns, run the scripts in a sandbox or inspect the bundled files locally — they only perform HTTP GETs and local formatting. 5) Avoid supplying credentials unless you trust the BASE_URL operator.
Capability Assessment
Purpose & Capability
Name/description claim querying company/person data via a QiBook API. The package only requires QIBOOK_ACCESS_KEY and QIBOOK_BASE_URL and python3, and the included Python scripts call an API and format results — this matches the declared purpose. Minor mismatch: the code imports the 'requests' library but the skill metadata does not declare installing or ensuring that dependency is present.
Instruction Scope
SKILL.md restricts behavior to: validate env vars, choose a query route, and run the bundled Python scripts. The scripts only read the two QIBOOK_* env vars and make HTTP GETs to BASE_URL/skill/entData/combinedQuery, then translate and format results to Markdown. There are no instructions to read unrelated files, other env vars, or to transmit data to unexpected endpoints (the endpoint is the user-provided BASE_URL).
Install Mechanism
No install spec (instruction-only) and shipped code runs under python3 — low-risk. Note: the scripts use the 'requests' Python package but no install step is provided; the runtime must already have requests available or the commands will fail. No external downloads or obscure URLs are used.
Credentials
Only requests QIBOOK_ACCESS_KEY and QIBOOK_BASE_URL, which are necessary for the described API calls. This is proportionate. Caution: QIBOOK_BASE_URL is user-supplied — pointing it to an untrusted URL would cause the skill to send queries (and the access key) to that endpoint.
Persistence & Privilege
Skill is user-invocable, always:false, and does not request persistent or system-wide privileges. disable-model-invocation is false (normal); the skill does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qibook-company-profile - After installation, invoke the skill by name or use
/qibook-company-profile - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added openclaw metadata specifying required environment variables and binaries.
- Clarified environment setup steps; separated out "前提条件" (prerequisites) with explicit instructions for API key retrieval and environment variable configuration.
- Removed inline requirements/credentials block, consolidating setup notes for easier use.
- No code or routing logic changes; documentation improvements only.
v1.0.1
qibook-company-profile 1.0.1
- Updated documentation in SKILL.md for improved clarity and minor wording adjustments.
- No functional or interface changes; logic and APIs remain the same.
v1.0.0
Initial release of qibook-company-profile — 企业工商信息与人员关联查询工具。
- 支持企业和人员工商信息、多种口语意图自动判断(查企业、查公司、查法人、查老板、查股东等)。
- 基于企百科 API,结合脚本自动路由,提供全称、照面、股东、高管、对外投资及人员任职等查询。
- 环境变量自动校验,缺失时智能提示。
- 查询结果中文 Markdown 格式返回,表格呈现股东和高管信息。
- 明确区分查询类型和结果异常原因,优化用户体验。
Metadata
Frequently Asked Questions
What is Qibook Company Profile?
企业工商信息与人员关联查询(查企业查老板)。 Use when: 用户需要查企业、查公司、查老板、查股东、查高管、查法人、查对外投资、查人员任职、工商信息、主体识别等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Qibook Company Profile?
Run "/install qibook-company-profile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qibook Company Profile free?
Yes, Qibook Company Profile is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qibook Company Profile support?
Qibook Company Profile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qibook Company Profile?
It is built and maintained by 北京中数智汇科技股份有限公司 (@chinadaas-department); the current version is v1.0.2.
More Skills