stock-images

Installation
SKILL.md

Stock Images from Unsplash

Search Unsplash for images, download them, and optionally add text overlay.

Prerequisites

  • Unsplash API key in UNSPLASH_CLIENT_ID environment variable (register at unsplash.com/developers)
  • Python 3 with requests and Pillow (for text overlay)

Usage

Search and Download

import os, requests, random

def search_unsplash(query, orientation=None, count=30):
    """Search Unsplash and return photo results."""
    params = {
Related skills

More from openclaudia/openclaudia-skills

Installs
29
GitHub Stars
423
First Seen
Mar 25, 2026