Image Search
Unified stock photo search across Pexels, Unsplash, and Pixabay with automatic provider fallback.
Installation
npm install @framers/agentos-ext-image-search
Configuration
Set one or more API keys:
PEXELS_API_KEY=your-key
UNSPLASH_ACCESS_KEY=your-key
PIXABAY_API_KEY=your-key
Tool: image_search
Input:
query(string, required) -- Search queryprovider(string: pexels/unsplash/pixabay/auto, default: auto) -- Image providerlimit(number, 1-10, default: 3) -- Number of resultsorientation(string: landscape/portrait/square) -- Image orientation
Output: Array of images with url, thumbnailUrl, photographer, attribution.
Auto mode tries providers in order: Pexels -> Unsplash -> Pixabay.
License
MIT - Frame.dev