/ Verzeichnis / Playground / claude-youtube
● Community AgriciDaniel ⚡ Sofort

claude-youtube

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

claude-youtube-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: claude-youtube

How to audit a YouTube channel and get a growth plan

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

Wann einsetzen: Views are flat and you don't know if the problem is niche, hooks, or cadence.

Voraussetzungen
  • 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
Ablauf
  1. Dump the data
    Audit channel <url>. Here's the last 20 videos with title, duration, views, and average retention %.✓ Kopiert
    → 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?✓ Kopiert
    → One clear lever with justification
  3. Turn it into a plan
    Produce a 4-week content plan focused on that lever.✓ Kopiert
    → Video-by-video plan with titles and hooks

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

Fallstricke
  • Too many simultaneous changes — no signal — Change one variable at a time; measure for 2–4 weeks
Kombinieren mit: filesystem

Write a retention-optimized video script

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

Wann einsetzen: You have the video idea but writing retention-aware scripts is a weak spot.

Ablauf
  1. Brief Claude on the video
    Video idea: 'How Apple's M-series chips actually work'. Audience: curious but non-technical. Length: ~12 min.✓ Kopiert
    → 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.✓ Kopiert
    → Paced script with timing anchors
  3. Cold-open variants
    Give me 3 cold-open variants optimized for 30-second hold.✓ Kopiert
    → 3 distinct hooks

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

Fallstricke
  • 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

Wann einsetzen: Video is done and you want to maximize CTR.

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

Ergebnis: A title + thumbnail pair that earns its CTR.

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

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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.✓ Kopiert

Turn YouTube video concepts into cross-platform posts

For this video, generate posting captions for Instagram Reels, TikTok, and LinkedIn.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
none beyond LLM
Tokens pro Aufruf
~5–20k per audit or script
Kosten in €
free
Tipp
Batch all script tasks for a given video into one session to preserve context

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: none
Datenabfluss: none

Fehlerbehebung

Häufige Fehler und Lösungen

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

Alternativen

claude-youtube vs. andere

AlternativeWann stattdessenKompromiss
claude-shorts-skillYou want automated rendering, not strategyPipeline vs brain
aso-skillYou're in App Store optimization, not YouTubeDifferent platform

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen