@framers/agentos-ext-image-search
v1.0.0
Published
Unified stock photo search across Pexels, Unsplash, and Pixabay for AgentOS
Readme
Image Search Extension for AgentOS
Unified stock photo search across Pexels, Unsplash, and Pixabay with automatic provider fallback.
Installation
npm install @framers/agentos-ext-image-searchConfiguration
Set one or more API keys:
PEXELS_API_KEY=your-key
UNSPLASH_ACCESS_KEY=your-key
PIXABAY_API_KEY=your-keyTool: 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
