Agent skill

sn-search-image

USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.

OpenSenseNovagithub.com/OpenSenseNovaGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: yes
Path: skills/sn-search-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,855
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. Commands
  2. Important
Ships with 2 files
  • requirements.txt
  • scripts/serper_image_search.py
Commands it runs
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.json
More from SenseNova-Skills
All skills →
About this skill
What 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.

Keep going