sn-search-image
USE FOR Google-backed image discovery via Serper.dev. Returns image URLs, page URLs, titles, and source domains.
pinned to #d8bb438updated 3 months ago
Ask your AI client: “install skills/sn-search-image”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/sn-search-imagemetahub onboarded this repo on the author's behalf.
If you own github.com/OpenSenseNova/SenseNova-Skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
4,699
Last commit
3 months ago
Latest release
published
- #agent
- #agent-skills
- #ai-agents
- #ai-assistant
- #data-analysis
- #document-processing
- #office-automation
- #presentation-slides
About this skill
Pulled from SKILL.md at publish time.
Use this skill to search for candidate images via Serper.dev.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.d8bb438· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Kind-specific
3 passed1 warningSkill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: SKILL.md present
found at skills/sn-search-image/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
130 words · 1,003 chars · 2 sections · 5 code blocks
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrentd8bb438warn3 months ago
Contents
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
--gland--hlwhen you need country or language bias.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/sn-search-image