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

openclaw-youtube

YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen-dotcom/aisa-youtube-skill
Or

What 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:

  1. Open your terminal in the directory where your OpenClaw agent resides.
  2. Execute the install command: clawhub install openclaw/skills/skills/bowen-dotcom/aisa-youtube-skill.
  3. 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

  1. "Find the top 5 ranking videos for 'autonomous agent frameworks' and summarize the recurring technical pain points mentioned in the comments or titles."
  2. "Search for the latest trends in 'generative video' from the last week and identify which channels are gaining the most traction."
  3. "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) and hl (language) flags consistently to ensure the data you gather is relevant to your target demographic.
  • Authentication: Keep your AISA_API_KEY secure. 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

Stars4190
Views0
Updated2026-04-18
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-bowen-dotcom-aisa-youtube-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#research#competitor-intelligence#serp-scout#content-strategy
Safety Score: 5/5

Flags: network-access, external-api