unsplash-image

Retrieve and customize Unsplash images with text overlays via API.

13|3|Updated May 31, 2026
One-click install
npx skills add https://github.com/enowdev/enowX-Skill --skill unsplash-image-enowdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unsplash-image
Source: https://github.com/enowdev/enowX-Skill/tree/main/skill/skills/stock-images
Command: npx skills add https://github.com/enowdev/enowX-Skill --skill unsplash-image-enowdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Pillow.

What problem does it solve?

This Skill removes the friction of manually searching for high-quality stock imagery and editing them for presentations or social media by automating the entire retrieval and design process.

Core Features & Use Cases

  • Intelligent Search: Query the Unsplash library with specific filters for orientation, color, and selection logic.
  • Automated Design: Apply professional text overlays, including titles and subtitles, directly onto downloaded images.
  • Use Case: Quickly generate a branded cover image for a blog post by searching for a relevant nature photo and automatically overlaying the article title and subtitle.

Quick Start

Use the unsplash-image skill to search for a landscape photo of a coffee shop and save it as coffee.jpg.

Frequently Asked Questions about unsplash-image

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

FAQPage Schema
How do I automate downloading stock photography from Unsplash and adding text overlays?

To automate stock photography retrieval and text overlays, you can use a script that queries the Unsplash API and processes images with the Pillow library. This allows you to programmatically search for photos, download them, and apply custom titles or subtitles directly onto the image.

Can I filter Unsplash image search results by orientation and color programmatically?

Yes, you can filter Unsplash image search results by orientation and color. By passing specific parameters to the Unsplash API in your request, the script can intelligently narrow down the photo library to retrieve images that match your exact design requirements.

Do I need an API key to search and download Unsplash photos for content creation?

Yes, accessing the Unsplash API requires a valid API key to authenticate your requests. You must register for an Unsplash API key and include it in your script's headers to successfully query the photo library and download images for your content creation workflows.

What is the best way to programmatically add titles and subtitles to downloaded images?

The best way to programmatically add titles and subtitles to downloaded images is by using the Pillow library for image processing. You can automate text overlays by specifying the text content and coordinates, allowing you to generate branded cover images without manual editing software.

What are the limitations of using Python requests and Pillow for stock image processing?

Limitations of using Python requests and Pillow for stock image processing include dependency on external API rate limits and basic text rendering capabilities. Complex visual effects or advanced typography might require additional image processing libraries beyond Pillow's native functions.