sn-search-image
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-image --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Serper Image Search Use this skill to search for candidate images via Serper.dev. ## Commands Standard image search: ```bash python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 ``` Image URLs only: ```bash python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5 ``` Page URLs only: ```bash python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5 ``` Raw JSON: ```bash python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --json ``` Save raw JSON to a file for later inspection: ```bash 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 `--gl` and `--hl` when you need country or language bias.
- Commands
- Important
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --image-urls-only --limit 5
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --page-urls-only --limit 5
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --json
python3 {baseDir}/scripts/serper_image_search.py "QUERY" --num 10 --save-json /tmp/serper-images.jsonWhat does the sn-search-image skill do?
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
How do I install it?
Run `npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From OpenSenseNova/SenseNova-Skills, a repository with 4,855 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
