opensensenova/sn-search-image
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill sn-search-image
Use this skill to search for candidate images via Serper.dev.
Standard image search:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10
Image URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5
Page URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5
Raw JSON:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --json
Save raw JSON to a file for later inspection:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --save-json /tmp/serper-images.json
cd, shell pipes, python -c, here-docs, or output redirection tricks.--gl and --hl when you need country or language bias.Take opensensenova/sn-search-image from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.