Loading...
Loading...
Search for images on Unsplash and download them. Optionally add text overlay (title/subtitle) to the image. Use when the user asks to find a stock photo, search for an image, get an Unsplash image, or download a photo with text.
npx skill4agent add openclaudia/openclaudia-skills unsplash-image~/.agents/tools/unsplash-search.py~/.agents/tools/.envUNSPLASH_CLIENT_IDpython ~/.agents/tools/unsplash-search.py \
--query "nature landscape" \
--output ./image.jpgpython ~/.agents/tools/unsplash-search.py \
--query "coffee shop" \
--orientation landscape \
--output ./coffee.jpgpython ~/.agents/tools/unsplash-search.py \
--query "technology abstract" \
--output ./cover.png \
--title "My Blog Post Title" \
--subtitle "A short description"python ~/.agents/tools/unsplash-search.py \
--query "sunset" \
--listpython ~/.agents/tools/unsplash-search.py \
--query "mountains" \
--pick first \
--output ./mountains.jpg| Option | Description |
|---|---|
| (Required) Search query string |
| (Required unless --list) Output file path |
| Filter: |
| Color filter (e.g., |
| How to select from results: |
| Title text to overlay on the image |
| Subtitle text to overlay (only used with --title) |
| List search results instead of downloading |
| Number of results to fetch, max 30 (default: 30) |
--titlepip install PillowrequestsPillow--titlepip install requests Pillowurls.fullurls.raw