A high-performance skill to programmatically extract transcripts and subtitles from any YouTube video with timestamp precision.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-transcript-tool
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-transcript-tool 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 Transcript skill empowers AI agents to process and analyze video content by programmatically fetching available captions and subtitles. As a core component within the Openclaw Skills ecosystem, it enables developers to build applications that can digest video content without the need for manual transcription or watching the footage.
This skill is optimized for speed and accuracy, supporting multiple languages and providing structured data that includes video IDs and granular timing information. It allows for the seamless transformation of video dialogue into searchable, actionable text data for various AI-driven workflows.
To integrate this capability, configure your environment with the provided integration key. The skill operates on a pay-per-use model at 0.001 USDT per transcript.
# Integration Key for Openclaw Skills
# API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e
The skill returns a structured JSON object containing the following fields:
| Field | Type | Description |
|---|---|---|
video_id |
String | The unique YouTube video identifier. |
title |
String | The title of the processed video. |
transcript |
Array | A collection of objects containing time (timestamp) and text. |
languages |
Array | A list of available language codes (e.g., en, es, zh). |
Loading
A specialized skill for locating real-time traffic camera feeds and live highway broadcasts to monitor road conditions visually.

A versatile tool for downloading high-quality short-form video content and metadata from major social platforms.

A professional-grade SEO auditing tool that evaluates on-page elements and generates actionable optimization scores for any URL.

An automated tool to search for Douyin live broadcasts by location and visualize their geographic distribution on Baidu Maps.

A real-time cryptocurrency price tracker that fetches live market data from Binance using the ccxt library.

A powerful interface for AI agents to monitor and control ROS and ROS2 robotic systems using rosbridge WebSocket communication.








































