unsplash-image

Search and download Unsplash images by query with optional text overlay.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/saadsocvaival/claude-digital-marketing --skill unsplash-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unsplash-image
Source: https://github.com/saadsocvaival/claude-digital-marketing/tree/main/skills/stock-images
Command: npx skills add https://github.com/saadsocvaival/claude-digital-marketing --skill unsplash-image

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pulling relevant stock images and applying overlays manually is time-consuming and error-prone.

Core Features & Use Cases

  • Image search & download: Find Unsplash images by query and save them locally for reuse.
  • Text overlay option: Optionally apply a title and subtitle to the image for cover art or marketing visuals.
  • Use Case: Ideal for blog banners, social media visuals, and marketing creatives requiring quick, on-brand imagery.

Quick Start

Find an image by query and download it with an optional overlay by running the Unsplash search tool.

Frequently Asked Questions about unsplash-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Unsplash images and add text overlays automatically?

You can download Unsplash images and apply text overlays automatically by querying the Unsplash API and processing the visual content with Pillow. This automation retrieves images based on your search terms and renders text directly onto the downloaded visual content.

What do I need to search and download Unsplash images for marketing visuals?

To search and download Unsplash images for marketing visuals, you need an Unsplash client ID to authenticate API requests and the Pillow library installed for any required image processing, such as applying text overlays to your creatives.

Can I filter Unsplash image search results by orientation for blog covers?

Yes, you can filter Unsplash image search results by orientation when sourcing images for blog covers. This ensures the downloaded visual content matches your specific layout requirements for marketing visuals and social media assets.

Is it possible to add a title and subtitle to stock images without manual editing?

Yes, you can add a title and subtitle to stock images without manual editing by using an automated image processing workflow. The system applies your text overlay directly to the downloaded Unsplash visual content, creating ready-to-use cover art.

Why does applying text overlays to downloaded images require Pillow?

Applying text overlays to downloaded images requires Pillow because it is the image processing library used to programmatically render text onto the visual content. It handles the manipulation needed to merge your titles and subtitles with the base image.