/ 目录 / 演练场 / 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 搭配,撬动十倍杠杆

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
每次调用 Token 数
~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

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills