ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

Youtube Studio

Skill by snail3d

Why use this skill?

Manage your YouTube channel with the YouTube Studio Skill. Upload videos, analyze stats, manage comments, and get content ideas. Install now!

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/snail3d/youtube-studio
Or

What This Skill Does

The YouTube Studio Skill, developed by snail3d, is a powerful tool for managing your YouTube channel directly through your Clawdbot AI agent. It offers comprehensive control over your channel, allowing you to monitor real-time statistics and analytics, upload videos with detailed metadata and scheduling options, manage comments, and even generate new content ideas. The skill is built with robust features like rate limiting, error recovery, and secure OAuth 2.0 authentication to ensure smooth and reliable operation.

Key functionalities include:

  • Channel Analytics: Access detailed insights into your channel's performance, including views, subscribers, watch time, and recent video engagement.
  • Video Management: Upload new videos, specifying titles, descriptions, tags, privacy settings, and scheduling publication times.
  • Comment Management: Monitor incoming comments and leverage AI for suggested replies to engage with your audience.
  • Content Ideation: Discover trending topics and niche ideas to keep your content fresh and relevant.

Installation

To install the YouTube Studio Skill, use the following command:

clawhub install openclaw/skills/skills/snail3d/youtube-studio

This command will download and set up the skill from the openclaw/skills repository.

Prerequisites:

  1. YouTube Data API v3 Credentials: You will need to create a project in the Google Cloud Console, enable the YouTube Data API v3, and create OAuth 2.0 credentials (download as credentials.json) and an API Key.
  2. Environment Setup: Copy the .env.example file to ~/.clawd-youtube/config.env and fill in your API keys, client ID, client secret, redirect URI, channel ID, channel name, and AI model details.
  3. OAuth 2.0 Flow: Run youtube-studio auth to initiate the authorization process, which will guide you through logging into your Google account and granting necessary permissions. This generates a tokens.json file for future use.

Use Cases

  • Content Creators: Easily upload and schedule new videos, track performance metrics, and respond to comments without leaving your AI interface.
  • Channel Managers: Monitor the overall health and growth of multiple YouTube channels, identify underperforming content, and brainstorm new video ideas.
  • Marketers: Analyze audience engagement, understand what resonates with viewers, and plan content strategies based on data-driven insights.
  • AI Enthusiasts: Integrate YouTube channel management into automated workflows, leveraging AI for content suggestions and comment responses.

Example Prompts

  1. "Show me my YouTube channel statistics for the last 30 days."
  2. "Upload the video summer_vlog.mp4 with the title 'Summer Adventures 2024', description 'Recapping my amazing summer holiday!', tags 'vlog,summer,travel', and schedule it for next Friday at 10 AM."
  3. "What are some trending topics for my tech review channel?"

Tips & Limitations

Tips:

  • Regularly update your .env file with accurate credentials and channel information.
  • Utilize the --json flag for easier parsing of statistics in scripts or other applications.
  • Explore AI-powered reply suggestions to efficiently manage audience engagement.
  • Leverage the content idea generation to maintain a consistent and engaging content calendar.

Limitations:

  • API Quotas: Be mindful of YouTube Data API v3 quota limits. The skill includes rate limiting, but excessive usage may still hit limits. Check your quota in the Google Cloud Console.
  • OAuth Revocation: If your OAuth token is revoked, you will need to re-run the youtube-studio auth command.
  • Video Upload Size/Duration: YouTube's own restrictions on video file size and duration will apply.

Metadata

Author@snail3d
Stars1015
Views26
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-snail3d-youtube-studio": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#video-management#analytics#content-creation
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, data-collection