Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @upintheairsheep Updated 7/18/2026 1,266 downloads 3 stars Security: Pass

Youtube Video Finder OpenClaw Plugin & Skill | ClawHub

Looking to integrate Youtube Video Finder into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Searches multiple online archives to find and recover deleted YouTube videos, metadata, and comments using a video ID.

Install

ClawHub CLI
openclaw skills install @upintheairsheep/youtube-video-finder
Node.js (npx)
npx clawhub@latest install youtube-video-finder

Full SKILL.md

Open original
Metadata table.
nameversiondescription
Recover deleted YouTube videos1.0.0Searches multiple online archives to find and recover deleted YouTube videos, metadata, and comments using a video ID.

SKILL.md content below is scrollable.

YouTube 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:

  1. 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 is dQw4w9WgXcQ). Pass only this ID into the videoid parameter.
  2. Parameters: Omit the includeRaw and stream parameters unless the user specifically asks for raw metadata or debugging data.

Interpreting the Response:

  • Initial Check: Look at the status field. If it returns bad.id, stop and inform the user that the 11-character ID is invalid.
  • The Verdict: Check the verdict object. Read the human_friendly string to immediately understand the overall result. Pay attention to the boolean flags video, metaonly, and comments to know exactly what was recovered.
  • Finding the Links: Iterate through the keys array (which contains service objects like GhostArchive or Wayback Machine).
    • If a service object has archived: true, look inside its available list.
    • Extract the url from the Link Objects to give to the user.
    • Take note of maybe_paywalled (boolean) or note (string) for context on how to access the link.

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.
ClawHub Registry URL: https://clawhub.ai/upintheairsheep/skills/youtube-video-finder

Related skills

If this matches your use case, these are close alternatives in the same category.