claude-youtube
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Shorts optimization, analytics, monetization, and more.
File Explorer
- plugin.json
- bug_report.yml
- config.yml
- feature_request.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- release.yml
- quota_tracker.py
- youtube_auth.py
- fetch_channel_data.py
- fetch_transcript.py
- fetch_video_analytics.py
- search_competitor_videos.py
- algorithm-guide.md
- analytics-guide.md
- dataforseo-integration.md
- monetization-guide.md
- repurposing-guide.md
- retention-scripting-guide.md
- seo-playbook.md
- shorts-playbook.md
- thumbnail-ctr-guide.md
- analyze.md
- audit.md
- calendar.md
- competitor.md
- hook.md
- ideate.md
- metadata.md
- monetize.md
- repurpose.md
- script.md
- seo.md
- shorts.md
- strategy.md
- thumbnail.md
- commentary-channel.md
- education-channel.md
- entertainment-channel.md
- niche-authority-channel.md
- personal-brand-channel.md
- review-channel.md
- shorts-first-channel.md
- tutorial-channel.md
- vlog-channel.md
- SKILL.md
- .gitignore
- CLAUDE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- install.ps1
- install.sh
- LICENSE
- README.md
- SECURITY.md
- uninstall.ps1
- uninstall.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
script
View Details ▼
script
Record all terminal output to a typescript file.
script
Record a new session to a file named `typescript` in the current directory:
exit
Stop recording:
script {{path/to/session.out}}
Record a new session to a custom filepath:
