← 返回 Skills 市场
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zoomeye-skills
功能描述
ZoomEye 网络空间搜索引擎集成,支持资产搜索、主机发现、Web应用探测;当用户需要进行网络资产测绘、漏洞资产发现、端口扫描结果查询或威胁情报分析时使用
安全使用建议
This skill appears internally consistent and implements ZoomEye API calls only. Before installing: (1) Confirm you trust the unknown publisher or review the script yourself — the package owner is not identified. (2) Provide only a ZoomEye API key with appropriate scope/quota (do not reuse broader or organizational secrets). (3) Be aware queries consume your ZoomEye quota and results are fetched from api.zoomeye.org. (4) Ensure the runtime environment has Python and requests installed (requests==2.31.0 recommended). (5) If you need stronger assurance, run the script in an isolated/test environment and inspect network traffic to verify it only contacts api.zoomeye.org.
功能分析
Type: OpenClaw Skill
Name: zoomeye-skills
Version: 1.0.0
The skill bundle provides a legitimate integration with the ZoomEye network search engine API for asset mapping and security research. The Python script (scripts/zoomeye_api.py) is a standard API wrapper using the requests library to perform host and web searches, and the documentation (SKILL.md, references/query_syntax.md) correctly describes its usage without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included files and behavior: the SKILL.md and scripts/zoomeye_api.py implement ZoomEye user-info, host/web search, and stats functionality. The single required env var (ZOOMEYE_API_KEY) is appropriate for this purpose.
Instruction Scope
Runtime instructions are limited to invoking the included Python script with query parameters and to reading the ZOOMEYE_API_KEY environment variable. The SKILL.md does not instruct the agent to read unrelated files, system state, or to send results to third-party endpoints.
Install Mechanism
This is an instruction-only skill with a single bundled Python script. No install spec is provided; SKILL.md lists requests==2.31.0 as a dependency. No downloads from arbitrary URLs or archive extraction are present in the package.
Credentials
Only one credential is required (ZOOMEYE_API_KEY) and it is the primary credential; the script only reads that env var. There are no unrelated secrets or multiple service credentials requested.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent/system-wide configuration changes or modify other skills; it runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zoomeye-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/zoomeye-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with integrated ZoomEye network space search features:
- Supports asset and vulnerability discovery: host search, web application detection, resource statistics, and user info retrieval via ZoomEye API.
- CLI usage with flexible query syntax for targeted asset measurement and intelligence.
- Requires users to provide their own ZoomEye API key for authentication.
- Includes dependency on requests 2.31.0.
- Provides step-by-step instructions, example commands, and usage guidance for various security and intelligence scenarios.
元数据
常见问题
zoomeye-skills 是什么?
ZoomEye 网络空间搜索引擎集成,支持资产搜索、主机发现、Web应用探测;当用户需要进行网络资产测绘、漏洞资产发现、端口扫描结果查询或威胁情报分析时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 zoomeye-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zoomeye-skills」即可一键安装,无需额外配置。
zoomeye-skills 是免费的吗?
是的,zoomeye-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
zoomeye-skills 支持哪些平台?
zoomeye-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zoomeye-skills?
由 末心(@moxin1044)开发并维护,当前版本 v1.0.0。
推荐 Skills