Serper Image Search
SkillSearchLets your agent find images on the web and get their URLs, page links, titles, and source sites.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Serper Image Search skill
About this capability
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
What this skill tells your AI
The instructions your AI receives, as published by opensensenova/sensenova-skills in skills/sn-search-image/SKILL.md and read by ahel’s review.
Use this skill to search for candidate images via Serper.dev.
Commands
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
Important
- This skill only performs image search and returns candidate result metadata.
- Run the command directly as shown above.
- Do not wrap it with
cd, shell pipes,python -c, here-docs, or output redirection tricks. - Use
--gland--hlwhen you need country or language bias.
Signals
- GitHub stars
- 6k
- Forks
- 390
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
sn-search-image- Source
- github.com/opensensenova/sensenova-skills