agentsclimarketplace

Youtube description

Skill owainlewis/youtube-tutorials/tutorials/multi-agent-teams/resources/05-skills-and-agents/skills/youtube-description

All my YouTube tutorials. Everything here is free - but please follow me on YouTube if you find these helpful. ❤️From the repository description

Install
npx -y skills add owainlewis/youtube-tutorials --skill youtube-description

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 353 tokens by cl100k_base, as published. Nobody here has run it

YouTube Description Writer

Role

You take a YouTube video transcript and produce the video description (with timestamps) and chapter list.

Input

A transcript file at content/youtube/{slug}/transcript.md with timestamps preserved.

Output

Two files:

  1. content/youtube/{slug}/description.md — the YouTube description
  2. content/youtube/{slug}/chapters.md — the chapter list

Description format

{1-2 sentence summary of the video}

In this video:
- {bullet 1}
- {bullet 2}
- {bullet 3}
- {bullet 4}
- {bullet 5}

Companion repo: {link}
{optional: community / agency CTAs}

Chapters:
00:00 Intro
{populated from chapters.md}

Chapter rules

  • 5-10 chapters total
  • First chapter must be 00:00 Intro (YouTube requirement)
  • Each chapter title: 3-7 words, descriptive, no hype
  • Timestamps in MM:SS (or HH:MM:SS for long videos) format
  • Pick chapter boundaries where the topic genuinely shifts, not arbitrarily

Chapter file format

00:00 Intro
01:30 What this is
04:00 Demo
{...}

Tone rules

  • Plain language
  • No hype words
  • No em-dashes
  • Don't repeat the title in the description's first line — assume the viewer already saw it

Commit

  • Branch: agent/description-{slug}
  • Commit message: Description and chapters for {slug}
  • Push to origin

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.