返回顶部
r

reverse-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 authenticity. Supports Yandex, Google Lens, and Bing engines. Works with both URLs and local files. No API key required.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
91
下载量
0
收藏
概述
安装方式
版本历史

reverse-image-search

# Reverse Image Search Find the source, similar images, or context for any image using reverse image search engines. ## Setup On first use, create a Python venv and install the dependency: ```bash SKILL_DIR="$(dirname "SKILL.md")" python3 -m venv "$SKILL_DIR/scripts/.venv" "$SKILL_DIR/scripts/.venv/bin/pip" install -q PicImageSearch typing_extensions ``` `typing_extensions` is included here because the current PicImageSearch import path needs it on this machine's Python 3.14 runtime. ## Usage ```bash SKILL_DIR="$(dirname "SKILL.md")" "$SKILL_DIR/scripts/.venv/bin/python3" "$SKILL_DIR/scripts/search.py" "<image_url_or_path>" [engine] [limit] ``` - **image_url_or_path**: HTTP(S) URL or local file path - **engine**: `yandex` (default, most reliable), `google` (Google Lens path), `bing`, or `all` - **limit**: Max results per engine (default: 10) Output is JSON with matched results including title, URL, thumbnail, and similarity when available. If every selected engine fails due to upstream scraper breakage or anti-bot responses, the script exits non-zero so the caller can retry or fall back instead of treating the run as a clean success. For Yandex hard failures, the error object includes `attempt_log` and `diagnostics` (including `debug_html_path` files in `/tmp`) so you can inspect exactly what response variant was received. ## Engine Selection - **yandex** — Best overall: most stable, good at finding exact matches and similar images - **google** — Uses Google Lens via PicImageSearch; useful as a secondary source - **bing** — Useful as supplementary source - **all** — Run `yandex` first, then fall back to Google Lens and Bing only if Yandex is insufficient ## Typical Workflow 1. User provides image (URL or file attachment) 2. Run search with `yandex` first 3. Only if `yandex` is insufficient, retry with `all` 4. Summarize findings: source, context, similar images Do not start with `all` unless the user explicitly asks for all engines at once.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 yandex-image-search-1776023665 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 yandex-image-search-1776023665 技能

通过命令行安装

skillhub install yandex-image-search-1776023665

下载 Zip 包

⬇ 下载 reverse-image-search v1.0.0

文件大小: 5.21 KB | 发布时间: 2026-4-13 12:40

v1.0.0 最新 2026-4-13 12:40
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部