← Back to Skills Marketplace
167
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zoomeye-skills
Description
ZoomEye 网络空间搜索引擎集成,支持资产搜索、主机发现、Web应用探测;当用户需要进行网络资产测绘、漏洞资产发现、端口扫描结果查询或威胁情报分析时使用
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zoomeye-skills - After installation, invoke the skill by name or use
/zoomeye-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is zoomeye-skills?
ZoomEye 网络空间搜索引擎集成,支持资产搜索、主机发现、Web应用探测;当用户需要进行网络资产测绘、漏洞资产发现、端口扫描结果查询或威胁情报分析时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install zoomeye-skills?
Run "/install zoomeye-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zoomeye-skills free?
Yes, zoomeye-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zoomeye-skills support?
zoomeye-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zoomeye-skills?
It is built and maintained by 末心 (@moxin1044); the current version is v1.0.0.
More Skills