find-the-original-image

Reverse image search across multiple engines to trace a photo's earliest publication and origin.

38|2|Updated Aug 2, 2026
One-click install
npx skills add https://github.com/UseOSINT/Skills --skill find-the-original-image-useosint
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-the-original-image
Source: https://github.com/UseOSINT/Skills/tree/main/skills/find-the-original-image
Command: npx skills add https://github.com/UseOSINT/Skills --skill find-the-original-image-useosint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When you encounter a photo online, you often cannot tell where it came from, who published it first, or whether it is a recycled, stock, or stolen image. This Skill runs a disciplined reverse image search workflow across Yandex, Google Lens, Bing Visual Search, TinEye, and Baidu to establish provenance instead of settling for a superficial match. ## Core Features & Use Cases - Engine selection guidance: Matches the right search engine to your input type, such as Yandex for faces and Eastern European scenes, Google Lens for objects and landmarks, and TinEye for oldest-copy sorting. - Crop-and-retry methodology: Provides preprocessing recipes (crop, mirror, upscale, denoise, OCR, video keyframe extraction) using ImageMagick and FFmpeg to surface matches that full-frame searches miss. - Provenance hardening: Corroborates earliest-publication claims with archive captures, resolution comparison, and stock library checks, with explicit confidence grading from confirmed to unconfirmed. - Use Case: A viral photo claims to show a current event. You crop the storefront sign, OCR the text, re-search in Yandex, and find a news gallery from three years earlier in another country, proving the image was recontextualized. ## Quick Start Use the find-the-original-image skill to reverse search this photo and determine where it was first published.

Frequently Asked Questions about find-the-original-image

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

FAQPage Schema
How do I find the original source of an image online?▼

Run the full frame through Yandex, Google Lens, and TinEye, then crop to distinctive elements like faces, signs, or logos and re-search each crop. Sort TinEye results by oldest and read the match pages for photographer credits, dates, and filenames to establish provenance.

Which reverse image search engine is best for faces?▼

Yandex is the strongest general engine for faces because its index is built around facial similarity. Dedicated face engines like PimEyes or FaceCheck.ID find more, but facial templates are biometric data under GDPR, so use them only with documented authorization.

Why does reverse image search return no results?▼

Null results usually mean the image is not indexed, freshly published, login-walled, or app-only, not that it is original. Try cropping to distinctive objects, mirroring the frame, upscaling low-resolution inputs, and extracting video keyframes before concluding anything.

How do I reverse search a video?▼

Extract keyframes with FFmpeg using scene-change or keyframe filters, then search frames from the start, middle, and end plus any frame containing a sign or face. A keyframe hit is usually what breaks a video provenance case.

Can I trust the earliest date shown in reverse image search results?▼

No, an earliest-known-copy date reflects your search coverage, not the world. Corroborate it with an archive capture of the match page, check for larger-resolution versions closer to the source, and rule out stock libraries before calling it confirmed.