← 返回 Skills 市场
睿查得-企业信息查询
作者
xinxin970620-prog
· GitHub ↗
· v1.0.4
· MIT-0
98
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install rcd-enterprise
功能描述
通过关键词和分类查询企业信息;包含企业基本信息、股东、高管等34个分类。
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rcd-enterprise - 安装完成后,直接呼叫该 Skill 的名称或使用
/rcd-enterprise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
睿查得-企业信息查询 是什么?
通过关键词和分类查询企业信息;包含企业基本信息、股东、高管等34个分类。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 睿查得-企业信息查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rcd-enterprise」即可一键安装,无需额外配置。
睿查得-企业信息查询 是免费的吗?
是的,睿查得-企业信息查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
睿查得-企业信息查询 支持哪些平台?
睿查得-企业信息查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 睿查得-企业信息查询?
由 xinxin970620-prog(@xinxin970620-prog)开发并维护,当前版本 v1.0.4。
推荐 Skills