CtrlK
BlogDocsLog inGet started
Tessl Logo

sn-search-image

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

73

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Serper Image Search

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 --gl and --hl when you need country or language bias.
Repository
OpenSenseNova/SenseNova-Skills
Last updated
First committed

Is this your skill?

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.