Install
openclaw skills install @gushu333/reverse-image-searchReverse 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.
openclaw skills install @gushu333/reverse-image-searchFind the source, similar images, or context for any image using reverse image search engines.
On first use, create a Python venv and install the dependency:
SKILL_DIR="$(dirname "SKILL.md")"
python3 -m venv "$SKILL_DIR/scripts/.venv"
"$SKILL_DIR/scripts/.venv/bin/pip" install -q PicImageSearch
SKILL_DIR="$(dirname "SKILL.md")"
"$SKILL_DIR/scripts/.venv/bin/python3" "$SKILL_DIR/scripts/search.py" "<image_url_or_path>" [engine] [limit]
yandex (default, most reliable), google, bing, or allOutput is JSON with matched results including title, URL, thumbnail, and similarity when available.
yandex firstall