openclaw-youtube

Search YouTube SERP for top videos, channels, and trends with country and language filters.

23|6|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/AIsa-team/OpenClaw-Skills --skill openclaw-youtube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-youtube
Source: https://github.com/AIsa-team/OpenClaw-Skills/tree/main/youtube
Command: npx skills add https://github.com/AIsa-team/OpenClaw-Skills --skill openclaw-youtube

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

YouTube SERP scouting for OpenClaw agents to surface top videos, channels, and trends for content research and competitive analysis.

Core Features & Use Cases

  • Content Research: Find top-ranking videos and channels for any query to inform strategy.
  • Competitor Tracking: Monitor competitor presence and performance on YouTube.
  • Trend Discovery: Identify what's popular now across regions and languages.
  • Use Case: Plan content calendars by analyzing top videos and channels.

Quick Start

export AISA_API_KEY="your-key"

Basic search

python3 scripts/youtube_client.py search --query "AI agents tutorial"

Top videos

python3 scripts/youtube_client.py top-videos --query "GPT-5" --count 10

Competitor research

python3 scripts/youtube_client.py competitor --name "OpenAI" --topic "tutorial"

Frequently Asked Questions about openclaw-youtube

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find top-ranking YouTube videos for content research?

You can perform competitor research on YouTube by searching for a specific channel name and topic. This surfaces the competitor's video presence and performance data within global YouTube results.

Can I filter YouTube trend discovery by country and language?

Yes, you can filter YouTube trend discovery by applying country and language filters to your search. This allows you to identify popular videos and channels across specific regions and target localized content strategies.

Do I need an API key to search YouTube SERP data?

Yes, you need an AISA_API_KEY to authenticate and search YouTube SERP data. You must export this key in your environment before running the Python client script for queries, top videos, or competitor analysis.

What's the best way to track competitor presence on YouTube?

The best way to track competitor presence on YouTube is using a SERP scouting script to monitor competitor channels. You can run a competitor search with the channel name and topic to extract structured video performance data.

What are the limitations of using SERP data for YouTube content research?

A limitation of using SERP data for YouTube content research is that it surfaces current top-ranking results rather than historical metrics. It provides structured video and channel data based on present SERP rankings, lacking long-term trend analytics.