youtube-automation

Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas.

Content Preview
---
name: youtube-automation
description: "Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas."
requires:
  mcp: [rube]
category: social-media
---

# YouTube Automation via Rube MCP

Automate YouTube operations through Composio's YouTube toolkit via Rube MCP.

**Toolkit docs**: [composio.dev/toolkits/youtube](https://composio.dev/toolkits/youtube)

## Prerequisites

- R
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/youtube-automation.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/youtube-automation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/all-skills/skills/youtube-automation/SKILL.md

Related Skills