Jae Wilson @DataCrew
AI & Agents

Automating YouTube Metadata with Claude Code Skills and Runbooks

April 15, 2026

Uploading a video takes ten minutes. Writing the title, description, and metadata takes forty. That ratio is wrong, and it's fixable.

Why It Matters

The YouTube metadata problem is a good example of a class of work that looks like it needs human judgment but mostly just needs context applied consistently. A description isn't creative writing — it's a structured output: what the video covers, what the viewer will learn, who it's for, and where to go next. If you can describe your own voice and format precisely enough, an agent can do this reliably.

Claude Code skills and runbooks give you the primitive to make that description precise and repeatable. Once it's written down, every video gets consistent treatment without the tedium.

What You'll Learn

  • What a Claude Code skill is and how to write one
  • How runbooks extend skills into SOPs — step-by-step operational instructions an agent executes
  • How to build a description generation pipeline: fetch transcript → apply voice profile → generate → push to YouTube via Data API
  • How auto-title detection works: if the current title looks like a timestamp placeholder, the runbook flags it and generates a replacement