← Back to Skills Marketplace
睿查得-企业信息查询
by
xinxin970620-prog
· GitHub ↗
· v1.0.4
· MIT-0
98
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install rcd-enterprise
Description
通过关键词和分类查询企业信息;包含企业基本信息、股东、高管等34个分类。
Usage Guidance
This skill appears to do what it claims (call an external enterprise-data API and return JSON). Before installing, confirm: (1) trustworthiness of the API host (https://rcd-test.dfwycredit.com) and the service provider (privacy, data retention, TLS); (2) how you will supply and store the API_KEY — avoid passing it in logs or long-lived plaintext if possible; (3) whether returning raw API JSON unmodified is acceptable (it may include PII or sensitive fields); (4) the odd import fallback in scripts/query.py (it tries to import coze_workload_identity.requests before requests) — ask the publisher what runtime that targets and whether any special credential/identity provider is used. If you need stronger guarantees, request the publisher to (a) declare the API_KEY requirement in the manifest, (b) document how the agent stores/reads the key, and (c) provide an option to filter/sanitize returned JSON before presenting it to end users.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description, category map, SKILL.md, and the included script all align: they query enterprise data from an external API and return JSON. Minor inconsistency: registry metadata lists no required env vars/primary credential, but the skill requires an API_KEY provided at runtime (via CLI arg in examples). This is plausible (API key supplied per-call) but the manifest could have declared the credential requirement.
Instruction Scope
Runtime instructions are narrowly scoped to extracting a keyword, selecting a category, calling scripts/query.py, and returning the API's JSON response unmodified. That is consistent with the stated goal. Two notable points: (1) SKILL.md insists the agent output the raw JSON unmodified (this is unusual and increases risk of leaking sensitive fields present in responses); (2) the doc suggests commands like “设置 API_KEY=xxx” while examples also pass --API_KEY as a CLI argument — the agent's actual mechanism for storing/reading an API_KEY is not fully specified.
Install Mechanism
This is an instruction-only skill with no install spec. The only dependency is the well-known Python requests library (declared). No remote downloads or archive extraction are present in the bundle.
Credentials
The skill requires an API_KEY for the external service, which is proportionate to its purpose. However, the registry lists no required env vars while SKILL.md instructs users to set/provide an API_KEY; the script expects a CLI --API_KEY parameter. Verify how the agent will persist or supply this key and ensure it is not accidentally logged or exposed. The script posts the API_KEY in JSON to the external endpoint (expected for this API but a potential leakage vector).
Persistence & Privilege
No elevated privileges requested. 'always' is false and autonomous invocation is allowed (the platform default). The skill does not modify other skills or system-wide configs and does not request persistent system access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rcd-enterprise - After installation, invoke the skill by name or use
/rcd-enterprise - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
No changes detected in this version.
- Version 1.0.4 released with no modifications to files or documentation.
v1.0.3
- 技能名称由“enterprise-query”调整为“rcd-enterprise”,描述更简洁明了。
- 其余文档内容保持一致,无功能变更,仅更新了Skill名称和简介,方便识别和归类。
- 所有使用方式、API密钥获取流程、分类映射及注意事项未做改动。
v1.0.2
- 新增详细 SKILL.md 文档,系统化说明企业信息查询功能及全类别映射规则
- 明确查询范围涵盖企业基本信息、股东、高管、变更、年报等34种信息类型
- 指定所有结果均需直接以原始 JSON 格式返回,无任何处理或修饰
- 补充用户API_KEY获取与配置方法,以及标准操作步骤
- 提供丰富使用示例,细化 category 编号识别与调用示例
v1.0.1
enterprise-query skill v1.0.0 initial release:
- 新增通过关键词和分类参数查询企业详细信息的功能
- 支持34类企业信息类型(如:基本信息、股东、高管、变更、年报等)
- 需用户提供 API_KEY,直接调用脚本查询并原样返回 JSON 数据
- 提供详细的 category 关键词映射及使用示例
- 要求不修改、不格式化接口返回的原始数据
v1.0.0
Initial release: enterprise-query skill for querying comprehensive enterprise information via the Dongfang Weiyin API.
- Supports querying 34 categories of enterprise data using enterprise name or various registration codes.
- Provides a Python script to send requests and return raw JSON responses from the API.
- Requires environment variable configuration for the API key.
- Includes references for data categories and data dictionary to interpret API results.
- No data is processed or formatted; only raw API responses are returned.
Metadata
Frequently Asked Questions
What is 睿查得-企业信息查询?
通过关键词和分类查询企业信息;包含企业基本信息、股东、高管等34个分类。 It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install 睿查得-企业信息查询?
Run "/install rcd-enterprise" 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.4.
More Skills