USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill to search for candidate images via Serper.dev.
Standard image search:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10Image URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5Page URLs only:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5Raw JSON:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --jsonSave raw JSON to a file for later inspection:
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --save-json /tmp/serper-images.jsoncd, shell pipes, python -c, here-docs, or output redirection tricks.--gl and --hl when you need country or language bias.179fea1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.