← 返回 Skills 市场
yandex-image-search
作者
johnsonsleo
· GitHub ↗
· v1.0.0
· MIT-0
140
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yandex-image-search
功能描述
Reverse image search (find image source, visually similar images). Use when user provides an image and wants to find its origin, similar images, or verify au...
安全使用建议
This skill appears to implement what it claims, but review a few things before installing: 1) provenance: metadata and names disagree (yandex-image-search vs reverse-image-search) and no homepage is provided — prefer skills with clear source repos. 2) supply-chain: SKILL.md instructs pip install PicImageSearch — inspect the PicImageSearch PyPI project and its version history to ensure you trust it. 3) runtime behavior: the script will access local files you point it to, make network requests to search engines, and write HTML diagnostics into /tmp; run it in an isolated environment if you’re concerned. 4) operational: the code scrapes search engines and may hit CAPTCHAs or changing HTML; expect occasional failures. If you want higher assurance, ask the author for the canonical source repo (matching metadata), or request a fixed wheel/hash for the PicImageSearch dependency.
功能分析
Type: OpenClaw Skill
Name: yandex-image-search
Version: 1.0.0
The skill implements reverse image search functionality using the legitimate PicImageSearch library across Yandex, Google Lens, and Bing. The code in scripts/search.py includes robust error handling and a fallback scraping mechanism for Yandex that saves diagnostic HTML to /tmp for debugging. No evidence of data exfiltration, malicious execution, or prompt injection was found; the behavior is entirely consistent with the stated purpose.
能力评估
Purpose & Capability
The SKILL.md and scripts implement reverse image search (Yandex/Google/Bing) and only require reading an image and making web requests — this matches the description. However metadata is inconsistent: the top-level name is 'yandex-image-search' while _meta.json and SKILL.md use 'reverse-image-search'; owner IDs/slug differ and there's no homepage. These inconsistencies reduce provenance confidence.
Instruction Scope
Instructions are explicit: create a local venv and pip install PicImageSearch, then run scripts/search.py against a URL or local file. The script reads local files, makes network requests to search engines, and writes diagnostic HTML files to /tmp; all of those actions are coherent with reverse-image-search but mean the skill will access local files and the network and will leave files in /tmp.
Install Mechanism
There is no packaged install spec, but SKILL.md directs pip installing PicImageSearch and typing_extensions into a venv at runtime. That requires fetching and executing third‑party code from PyPI (network dependency and supply-chain risk). This is expected for the task but worth reviewing the PicImageSearch package before installing.
Credentials
The skill declares no environment variables, credentials, or config paths. The script does not read undeclared secrets; it only reads provided image files and network responses. Requested access appears proportionate to purpose.
Persistence & Privilege
always is false and the skill doesn't request elevated privileges. It will write debug HTML files to /tmp and create a venv under the skill directory; these are local effects and within expected scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yandex-image-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/yandex-image-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of reverse-image-search skill.
- Offers reverse image search using Yandex, Google Lens, and Bing—no API key required.
- Supports both image URLs and local files as input.
- Returns JSON with source links, similar images, titles, and thumbnails.
- Automatically logs diagnostics and debug data for Yandex failures.
- Allows users to choose specific engines or search all; defaults to Yandex for best reliability.
- Fails with a clear error if all engines are blocked or broken, allowing retry/fallback logic.
元数据
常见问题
yandex-image-search 是什么?
Reverse image search (find image source, visually similar images). Use when user provides an image and wants to find its origin, similar images, or verify au... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 yandex-image-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yandex-image-search」即可一键安装,无需额外配置。
yandex-image-search 是免费的吗?
是的,yandex-image-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
yandex-image-search 支持哪些平台?
yandex-image-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yandex-image-search?
由 johnsonsleo(@johnsonsleo)开发并维护,当前版本 v1.0.0。
推荐 Skills