image-search

Search the public web for real images, logos, and photos with titles and URLs.

Updated May 17, 2026
One-click install
npx skills add https://github.com/Amna-exe/EventFlow_App --skill image-search-amna-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-search
Source: https://github.com/Amna-exe/EventFlow_App/tree/main/Final-MAD-project-main-4zipzipzipzipzip-1-ite1zipzip/.local/skills/image-search
Command: npx skills add https://github.com/Amna-exe/EventFlow_App --skill image-search-amna-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding real, usable images from the public web—such as brand logos, transparent PNGs, or reference photos—normally requires manual browsing and copy-pasting URLs. This Skill automates that search and returns structured results with titles and direct image URLs you can inspect, download, or present. ## Core Features & Use Cases - Web Image Search: Query the public web for images and receive structured results containing titles, source pages, thumbnails, and full-resolution URLs. - Brand Asset Discovery: Locate official logos and transparent PNGs by searching terms like "<company> logo png" and preferring official domains or press kits. - Result Presentation: Download up to four selected images into attached_assets/image_search/ and present them to the user for review. - Use Case: While building a brand report, you need the official logo of a company. Search for it, download the best result, and embed it directly into your artifact. ## Quick Start Search the web for four images of mid-century chairs and present the best results to me.

Frequently Asked Questions about image-search

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

FAQPage Schema
How do I search for images on the web programmatically?

Call imageSearch with a query string and an optional count parameter limiting results. The response contains a results list where each item provides a title and a full image URL under properties.url that you can download or present.

How to find a company logo PNG from the web?

Search with terms like "<company> logo png" or "<company> logo transparent" and prefer results from official domains, press kits, or brand asset pages. For official brand tokens, run extractBranding first and fall back to image search only if the logo is missing or low quality.

When should I use image search instead of image generation?

Use image search when you need real-world photos, actual brand logos, or reference images that already exist on the public web. Use a media-generation skill instead when you need new illustrations or images that do not exist yet.

Why did image search return fewer results than requested?

The count parameter sets the maximum number of results, not a guaranteed total. Providers may return fewer matches for narrow queries, so treat count as an upper bound and handle empty or short result lists.

What are the limitations of web image search results?

Results depend on the provider's index and may include placeholder or low-resolution URLs, so always check properties.url before downloading. The skill returns raw provider responses, and fields beyond title and properties.url may vary between providers.