A command-line utility for extracting comprehensive YouTube metadata, including video details, channel statistics, and comments, without requiring an API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install yt-meta
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 yt-meta using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
YT Meta is a high-performance command-line interface designed for developers, researchers, and data analysts who need to access YouTube data without the overhead of API keys or restrictive quotas. As a featured tool within the Openclaw Skills ecosystem, it provides a streamlined way to gather video titles, descriptions, view counts, and channel-wide statistics. It is optimized for speed and versatility, allowing users to scrape public data for content strategy, competitive analysis, or archival purposes.
By integrating this utility into your Openclaw Skills workflows, you can automate the retrieval of structured data in multiple formats. Whether you need a quick JSON response for a web application or a CSV export for data science projects, YT Meta handles the extraction process reliably and efficiently.
To integrate this tool into your Openclaw Skills environment, install the package globally using the following command:
npm install -g yt-meta-cli
After installation, you can immediately begin querying data. For example, to fetch video details, use:
yt-meta video [VIDEO_ID]
YT Meta generates structured data that maps directly to YouTube's public attributes. The following table describes the primary fields returned for video-level queries:
| Field | Description |
|---|---|
id |
The unique alphanumeric identifier for the video. |
title |
The full title of the video. |
views |
Total number of views at the time of extraction. |
duration |
The video length formatted as H:M:S. |
uploadDate |
The date the video was published. |
tags |
An array of keywords assigned to the video by the creator. |
Data can be exported using the -o flag with options for json, jsonl, csv, or table formats.
--all flag to retrieve every item in a playlist, regardless of length.--save flag for seamless integration with other Openclaw Skills tools.Loading
Detect and fix XSS vulnerabilities in frontend code using the Openclaw Skills security suite.

A comprehensive data-driven framework for mastering the X algorithm to maximize reach, engagement, and account growth.

An automated CLI tool that scans your source code to generate comprehensive, structured Markdown wikis and architectural documentation.

A CLI utility that converts natural language descriptions into production-ready Socket.io server and client handlers.

An intelligent workspace wellness tool that monitors active work sessions and prompts users to take regular, non-intrusive breaks.

A specialized skill for controlling Clash VPN proxy services to enable access to restricted websites and global resources.








































