Back to skills

images-search

data

Searches for images using the Brave Search API. Returns results with titles, source URLs, thumbnails, and full-size image links. Supports SafeSearch filtering and can return up to 200 results per requ

Setup & Installation

npx skills add https://github.com/brave/images-search --skill images-search
or paste the link and ask your coding assistant to install it
https://github.com/brave/images-search
View on GitHub

What This Skill Does

Searches for images using the Brave Search API. Returns results with titles, source URLs, thumbnails, and full-size image links. Supports SafeSearch filtering and can return up to 200 results per request. Returns up to 200 images per request with structured metadata like dimensions and thumbnails, so you skip the manual work of scraping image URLs from web pages.

When to use it

  • Working with images search functionality
  • Implementing images search features
  • Debugging images search related issues