image-fetcher

Search image APIs by keywords and return structured image metadata.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill image-fetcher-genesis-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-fetcher
Source: https://github.com/genesis-agents/GenesisPod/tree/main/backend/src/modules/ai-app/office/slides/skills/image-fetcher
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill image-fetcher-genesis-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search and retrieve relevant images based on keywords to accelerate visual content creation for slides and documents.

Core Features & Use Cases

  • Image search: Query an image API (Unsplash) for keywords and return matching results.
  • Fallback: Automatically switch to a local image library when API access is unavailable.
  • Use Case: Create slide decks quickly by generating image assets for each topic.

Quick Start

Provide keywords to fetch matching images and specify optional size and orientation to customize results.

Frequently Asked Questions about image-fetcher

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

FAQPage Schema
How do I fetch relevant images from keywords for slide content creation?

You can fetch relevant images from keywords by querying an image API like Unsplash, which returns structured metadata including image url, id, width, and height to accelerate slide creation.

What happens when the image search API is unavailable during a fetch request?

When the image search API is unavailable, the image fetch mechanism automatically falls back to a local image library to ensure you still retrieve visual assets for your slides.

Can I specify image size and orientation when searching for slide visuals?

Yes, you can specify optional size and orientation parameters when fetching images to customize the search results and match your slide layout requirements.

Do I need an Unsplash API key to use the image search functionality?

You need an image service like Unsplash configured to enable API-based image search, as the tool requires this service to query keywords and return matching visual assets.

What metadata is returned when retrieving images for document creation?

Retrieving images returns structured metadata containing the id, url, width, height, and description of each visual asset, allowing seamless integration into your document or slide workflow.