Blog

Insights, tutorials, and updates from our team

YouTube Transcript API: The Complete Developer Guide
API Guides

YouTube Transcript API: The Complete Developer Guide

A complete guide to accessing YouTube transcripts: why the official Data API can't return captions for public videos, how YouTube actually stores caption data, the four extraction approaches in 2026, and working code in cURL, Python, and JavaScript.

Updated June 25, 202616 min read

By Nikhil Kumar

How to set up a YouTube MCP server for Claude Code
MCP & AI Agents

How to set up a YouTube MCP server for Claude Code

Set up a YouTube MCP server for Claude Code in under 10 minutes. Once it's connected, Claude gains a tool to fetch any public video's transcript or search YouTube and calls it automatically mid-conversation — no tabs, no copy-pasting, no scraping.

Updated June 13, 20269 min read

By Nikhil Kumar

5 Best OpenClaw Skills Every Developer Needs in 2026
OpenClaw & Local Agents

5 Best OpenClaw Skills Every Developer Needs in 2026

The five OpenClaw skills worth installing in 2026: mcporter to add Model Context Protocol support, TranscriptAPI to give your agent access to YouTube's 800M+ videos, plus headless browsing, file access, and scheduling. What each one does and why it matters.

Updated June 13, 202610 min read

By Nikhil Kumar

How to Build a Video-to-Code Agent with OpenClaw
OpenClaw & Local Agents

How to Build a Video-to-Code Agent with OpenClaw

Build a local AI agent that watches YouTube tutorials and extracts the code for you. OpenClaw fetches the transcript through TranscriptAPI over MCP, scans for code blocks, and writes them to files — no more pausing the video and typing from a screen.

Updated June 13, 202610 min read

By Nikhil Kumar