This is a straightforward wrapper around Serper.dev's image search API that lets Claude find images through Google's index without dealing with raw HTTP requests. You get back image URLs, page URLs, titles, and source domains in a clean format. The command line flags are sensible: you can filter to just image URLs or page URLs, dump raw JSON, or save results to a file. You'll need a SERPER_API_KEY, and the docs are clear about not wrapping commands in shell tricks. Useful when you need Claude to find reference images, gather visual examples, or pull photo URLs for a project without writing search API code yourself.
npx -y skills add opensensenova/sensenova-skills --skill sn-search-image --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills
alirezarezvani/claude-skills