/ 디렉터리 / 플레이그라운드 / claude-youtube
● 커뮤니티 AgriciDaniel ⚡ 바로 사용

claude-youtube

제작: AgriciDaniel · AgriciDaniel/claude-youtube

Claude becomes your YouTube strategist — channel audits, retention-driven scripts, SEO titles, thumbnail briefs, Shorts ideas.

claude-youtube is a creator-ops skill: it runs channel audits, drafts retention-optimized scripts (cold open, patterns, pattern interrupts), proposes SEO-worthy titles and descriptions, writes thumbnail briefs, and plans Shorts derivatives. It does not post to YouTube for you — it's the brain, not the hand.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

claude-youtube-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-youtube-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-youtube",
        "~/.claude/skills/claude-youtube"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-youtube-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-youtube",
        "~/.claude/skills/claude-youtube"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-youtube-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-youtube",
        "~/.claude/skills/claude-youtube"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-youtube-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-youtube",
        "~/.claude/skills/claude-youtube"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-youtube-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/AgriciDaniel/claude-youtube",
        "~/.claude/skills/claude-youtube"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-youtube-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/AgriciDaniel/claude-youtube",
          "~/.claude/skills/claude-youtube"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add claude-youtube-skill -- git clone https://github.com/AgriciDaniel/claude-youtube ~/.claude/skills/claude-youtube

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: claude-youtube

How to audit a YouTube channel and get a growth plan

👤 Creators plateauing or rebooting a channel ⏱ ~60 min intermediate

언제 쓸까: Views are flat and you don't know if the problem is niche, hooks, or cadence.

사전 조건
  • Skill cloned — git clone https://github.com/AgriciDaniel/claude-youtube ~/.claude/skills/claude-youtube
  • Channel URL and last 20 video titles / thumbnails / retention — YouTube Studio exports or manual paste
흐름
  1. Dump the data
    Audit channel <url>. Here's the last 20 videos with title, duration, views, and average retention %.✓ 복사됨
    → Findings on niche signal, hooks, thumbnails, cadence
  2. Pick the biggest lever
    Which one change would move views the most over the next 4 weeks?✓ 복사됨
    → One clear lever with justification
  3. Turn it into a plan
    Produce a 4-week content plan focused on that lever.✓ 복사됨
    → Video-by-video plan with titles and hooks

결과: A focused growth plan, not 'post more consistently' platitudes.

함정
  • Too many simultaneous changes — no signal — Change one variable at a time; measure for 2–4 weeks
함께 쓰기: filesystem

Write a retention-optimized video script

👤 Creators scripting a long-form video ⏱ ~45 min intermediate

언제 쓸까: You have the video idea but writing retention-aware scripts is a weak spot.

흐름
  1. Brief Claude on the video
    Video idea: 'How Apple's M-series chips actually work'. Audience: curious but non-technical. Length: ~12 min.✓ 복사됨
    → Proposed structure with hook, promise, payoffs
  2. Script with pattern interrupts
    Write a full script with visual cues, B-roll callouts, and pattern interrupts every 45–60 seconds.✓ 복사됨
    → Paced script with timing anchors
  3. Cold-open variants
    Give me 3 cold-open variants optimized for 30-second hold.✓ 복사됨
    → 3 distinct hooks

결과: A production-ready script your editor can cut from.

함정
  • Pattern interrupts feel forced — Let them emerge from content shifts, not arbitrary timers

Iterate titles and thumbnails for a video

👤 Creators at post-production ⏱ ~20 min beginner

언제 쓸까: Video is done and you want to maximize CTR.

흐름
  1. Generate title variants
    Give me 10 title variants targeting curiosity, stakes, and specificity.✓ 복사됨
    → 10 distinct angles
  2. Score for intent match
    Which ones actually match the video's payoff? No clickbait.✓ 복사됨
    → Filtered list with reasoning
  3. Thumbnail brief
    Write a thumbnail brief (composition, text, emotion, contrast) for the best title.✓ 복사됨
    → Brief the designer can execute in 20 minutes

결과: A title + thumbnail pair that earns its CTR.

함정
  • Overpromising — high CTR, bad retention — Reject titles whose promise the video doesn't deliver

조합

다른 MCP와 조합해 10배 효율

claude-youtube-skill + claude-shorts-skill

Strategy (this skill) plus automated cutting (claude-shorts)

Generate Shorts ideas for this episode, then hand them to claude-shorts for auto-rendering.✓ 복사됨

Turn YouTube video concepts into cross-platform posts

For this video, generate posting captions for Instagram Reels, TikTok, and LinkedIn.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
channel-audit channel data (videos, metrics) Quarterly or after a plateau 0
retention-script video brief Pre-production 0
title-generation video topic + stance Before publish 0
thumbnail-brief video + chosen title Before publish 0
shorts-derivatives long-form video Post-publish multiplier 0

비용 및 제한

운영 비용

API 쿼터
none beyond LLM
호출당 토큰
~5–20k per audit or script
금액
free
Batch all script tasks for a given video into one session to preserve context

보안

권한, 시크릿, 파급범위

자격 증명 저장: none
데이터 외부 송신: none

문제 해결

자주 발생하는 오류와 해결

Titles all sound like clickbait

Constrain to 'curiosity but delivers-on-promise'; provide the actual payoff

Audit is generic

Provide real per-video data (retention %, CTR) — audits need data to bite

대안

claude-youtube 다른 것과 비교

대안언제 쓰나단점/장점
claude-shorts-skillYou want automated rendering, not strategyPipeline vs brain
aso-skillYou're in App Store optimization, not YouTubeDifferent platform

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기