This handles YouTube operations through Composio's toolkit via Rube MCP. You can upload videos, manage playlists, search content, pull analytics, and work with comments. The main thing to know is you need to call RUBE_SEARCH_TOOLS first to get current schemas, then manage your YouTube connection through OAuth before running workflows. Watch out for quota costs since uploads eat 1600 units while searches take 100. The docs are thorough on ID formats and pagination patterns, which matters because confusing channel IDs with playlist IDs will break things. Good for automating repetitive YouTube tasks if you're already comfortable with API quota management.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill youtube-automation