openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bowen-dotcom/aisa-youtube-skillWhat This Skill Does
The openclaw-youtube skill serves as a powerful SERP Scout for autonomous agents. It acts as a bridge between your AI agent and the massive YouTube ecosystem, enabling programmatic access to top-ranking videos, channel data, and trending content. By leveraging the AIsa API, the skill provides clean, structured data that allows agents to perform complex content research, track competitor movements, and discover emerging trends across global markets. Whether you are building an automated research assistant or a content marketing strategist bot, this skill provides the depth and accuracy required to make data-driven decisions based on real-time YouTube search results.
Installation
To integrate this skill into your OpenClaw environment, ensure you have your AIsa API key ready. Installation is straightforward using the ClawHub interface:
- Open your terminal in the directory where your OpenClaw agent resides.
- Execute the install command:
clawhub install openclaw/skills/skills/bowen-dotcom/aisa-youtube-skill. - Once installed, configure your environment variable:
export AISA_API_KEY="your-key".
You can verify the installation by testing the Python client: python3 {baseDir}/scripts/youtube_client.py search --query "test". If the client returns results, your agent is ready to start scouting.
Use Cases
- Content Gap Analysis: Automatically identify popular keywords and topics within your niche that lack high-quality video content, allowing you to prioritize your creation strategy.
- Competitor Intelligence: Monitor rival channels by automatically searching for their recent videos or identifying content that ranks for their primary target keywords.
- Trend Forecasting: Utilize the search capabilities to aggregate videos on specific trending topics, helping your agent draft summary reports on shifting audience interests.
- Market Localization: Expand your reach by using the built-in language and country filtering parameters to see what content resonates with audiences in specific geographic regions like Japan, the US, or China.
Example Prompts
- "Find the top 5 ranking videos for 'autonomous agent frameworks' and summarize the recurring technical pain points mentioned in the comments or titles."
- "Search for the latest trends in 'generative video' from the last week and identify which channels are gaining the most traction."
- "Compare the search results for 'Python tutorial' in the US versus Japan to see how the content focus differs by region."
Tips & Limitations
- Rate Limiting: Always be mindful of your API key's quota when performing bulk research tasks. Implement back-off strategies if your agent performs high-frequency queries.
- Filter Precision: Use the
gl(country) andhl(language) flags consistently to ensure the data you gather is relevant to your target demographic. - Authentication: Keep your
AISA_API_KEYsecure. Do not hardcode it in your agent scripts; always use environment variables or secret management tools provided by OpenClaw. - Scope: This skill is focused on search results (SERP). It does not currently support direct comment scraping or video file downloading, so design your agent logic to focus on metadata analysis.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bowen-dotcom-aisa-youtube-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.
perplexity-search
Perplexity Sonar search and answer generation through AIsa. Use when the task is specifically to call Perplexity Sonar, Sonar Pro, Sonar Reasoning Pro, or Sonar Deep Research for citation-backed web answers, analytical reasoning, or long-form research reports.
openclaw-search
Intelligent search for agents. Multi-source retrieval across web, scholar, Tavily, and Perplexity Sonar models.
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.