YouTube Transcript Fetcher extracts clean plain text or timestamped video transcripts directly into downloadable JSON files via remote tool execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-transcript-fetcher-newest
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-fetcher-newest 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 Fetcher is a high-performance tool built to capture transcripts from YouTube videos using either a standard URL or an 11-character video ID. It parses various formats including shorts, live streams, and embedded links, outputting plain text or timestamped intervals. By saving the result into cloud storage, this tool keeps agent context clean while providing a secure, temporary download link.
Integrating this tool with your AI-driven pipelines expands the capabilities of your Openclaw Skills. Agents can automatically convert educational videos, product demos, or podcasts into highly actionable text without heavy local dependencies or scraper setups, paving the way for advanced indexing and analysis.
include_timestamps is set to true.To activate and orchestrate this tool, use the standard setup commands via the CLI to install the core agent packages:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
Ensure that you configure your credentials and integrate with the AgentPMT MCP server at https://api.agentpmt.com/mcp/ to enable secure, authenticated access. This tool operates seamlessly as part of your active Openclaw Skills ecosystem.
| Parameter | Type | Required | Description |
|---|---|---|---|
video_url |
string | No | Full YouTube link (watch format, short links, shorts, or live URLs). |
video_id |
string | No | The 11-character YouTube video ID (takes precedence if both are provided). |
language |
string | No | Target ISO language code (e.g., en, es, fr). |
include_timestamps |
boolean | No | Set to true to include per-segment durations (default: false). |
include_raw_response |
boolean | No | Includes raw API provider responses for debugging (default: false). |
When successfully invoked, the tool returns the following structured JSON metadata:
video_id: Resolved YouTube IDvideo_title: Resolved video title (when available)language: Detected or requested language codetranscript_file: Object containing the secure cloud resource details:file_id: Unique identifierfilename: System-generated filenamesigned_url: Temporary HTTPS link to download the JSON transcriptexpiration_date: Date-time when the signed URL expirestranscript_summary: Object containing character_count, word_count, and segment_countLoading
A comprehensive suite of networking utilities enabling AI agents to convert IP addresses, calculate subnets, format MAC addresses, validate ports, and run DNS queries.

An AI-powered project planning and task management tool that transforms complex objectives into structured, hierarchical task trees with dependencies and estimates.

A rigorous 9-step workflow and quality gate system for managing multi-agent collaboration to produce high-quality, long-form knowledge products.

A rigorous, multi-step engineering protocol for AI agents to design, build, test, and safely deploy complex software systems.

A highly precise scene-level perspective and point-of-view controller that ensures immersive, structurally consistent narrative consciousness for AI co-writing.

An AI-powered long-term self-improvement and reflective journaling system designed to help users transition from external dependency to inner clarity and self-authored answers.








































