返回顶部
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, and Bing engines. Works with both URLs and local files. No API key required.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
446
下载量
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 ``` ## 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`, `bing`, or `all` - **limit**: Max results per engine (default: 10) Output is JSON with matched results including title, URL, thumbnail, and similarity when available. ## Engine Selection - **yandex** — Best overall: most stable, good at finding exact matches and similar images - **google** — Good for well-known images, web pages, products - **bing** — Useful as supplementary source - **all** — Query all three engines in parallel ## Typical Workflow 1. User provides image (URL or file attachment) 2. Run search with `yandex` first 3. If results are insufficient, retry with `all` 4. Summarize findings: source, context, similar images

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 reverse-image-search-1776067271 技能

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

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

通过命令行安装

skillhub install reverse-image-search-1776067271

下载 Zip 包

⬇ 下载 reverse-image-search v1.0.0

文件大小: 2.8 KB | 发布时间: 2026-4-14 14:24

v1.0.0 最新 2026-4-14 14:24
Initial release: reverse image search via Yandex, Google, Bing. Supports URLs and local files. No API key needed.

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

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

p2p_official_large
返回顶部