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.
技能名称:reverse-image-search
详细描述:
使用反向图片搜索引擎查找任何图片的来源、相似图片或相关背景信息。
首次使用时,创建 Python 虚拟环境并安装依赖:
bash
SKILL_DIR=$(dirname SKILL.md)
python3 -m venv $SKILL_DIR/scripts/.venv
$SKILL_DIR/scripts/.venv/bin/pip install -q PicImageSearch
bash
SKILL_DIR=$(dirname SKILL.md)
$SKILLDIR/scripts/.venv/bin/python3 $SKILLDIR/scripts/search.py <图片地址或路径> [搜索引擎] [结果数量]
输出为 JSON 格式,包含匹配结果的标题、网址、缩略图及相似度(如可用)。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 reverse-image-search-1776189522 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 reverse-image-search-1776189522 技能
skillhub install reverse-image-search-1776189522
文件大小: 2.8 KB | 发布时间: 2026-4-15 13:40