Youtube Video Finder 1.0.0
Searches multiple online archives to find and recover deleted YouTube videos, metadata, and comments using a video ID.
jimmyhoang963-max
@jimmyhoang963-max
Install
$ openclaw skills install @jimmyhoang963-max/youtube-video-finder-1-0-0YouTube Video Finder Instructions
Use this skill whenever a user asks to find, recover, or check the archive status of a deleted, missing, or private YouTube video.
Execution Steps:
- Extract the Video ID: Isolate the 11-character ID from the URL or text provided by the user (e.g., for
youtube.com/watch?v=dQw4w9WgXcQ, the ID isdQw4w9WgXcQ). Pass only this ID into thevideoidparameter. - Parameters: Omit the
includeRawandstreamparameters unless the user specifically asks for raw metadata or debugging data.
Interpreting the Response:
- Initial Check: Look at the
statusfield. If it returnsbad.id, stop and inform the user that the 11-character ID is invalid. - The Verdict: Check the
verdictobject. Read thehuman_friendlystring to immediately understand the overall result. Pay attention to the boolean flagsvideo,metaonly, andcommentsto know exactly what was recovered. - Finding the Links: Iterate through the
keysarray (which contains service objects like GhostArchive or Wayback Machine).- If a service object has
archived: true, look inside itsavailablelist. - Extract the
urlfrom the Link Objects to give to the user. - Take note of
maybe_paywalled(boolean) ornote(string) for context on how to access the link.
- If a service object has
Output Formatting:
Present your findings in a clear, friendly, and structured manner.
- If the video is fully found, provide the direct links immediately.
- If only metadata or comments were archived, clarify that the actual video file could not be recovered.
- Mention which service(s) successfully held the archive.
Top skills in this category
Nano Banana Pro
@steipeteGenerate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
AdMapix
@fly0pantsAdMapix raw data layer for ad creatives, apps, rankings, downloads/revenue, and market metadata. Returns structured JSON from the AdMapix API; the calling ag...
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
SuperDesign
@mpociotExpert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Video Frames
@steipeteExtract frames or short clips from videos using ffmpeg.