openclaw-youtube
✓Verified·Scanned 2/17/2026
This skill is a YouTube SERP scout that queries the AIsa API and provides a CLI/Python client for search, trend, and competitor analysis. It requires AISA_API_KEY and includes curl/python3 examples that make requests to https://api.aisa.one/apis/v1.
from clawhub.ai·vbccbd5a·17.6 KB·0 installs
Scanned from 1.0.0 at bccbd5a · Transparency log ↗
$ vett add clawhub.ai/aisapay/openclaw-youtube
OpenClaw YouTube 📺
YouTube SERP Scout for autonomous agents. Search top-ranking videos, channels, and trends.
Features
- SERP Search: Find top-ranking videos for any query
- Country/Language Filters: Target specific regions
- Competitor Research: Track competitor content
- Trend Discovery: Find what's popular now
Quick Start
export AISA_API_KEY="your-key"
# Basic search
python scripts/youtube_client.py search --query "AI agents tutorial"
# Search with country filter
python scripts/youtube_client.py search --query "machine learning" --country us
# Find top videos
python scripts/youtube_client.py top-videos --query "GPT-5" --count 10
# Competitor research
python scripts/youtube_client.py competitor --name "OpenAI" --topic "tutorial"
Use Cases
- Content Research - Find what's ranking to plan your content
- Competitor Tracking - Monitor competitor YouTube presence
- Trend Discovery - Identify trending topics
- Keyword Research - Discover popular search terms
- Audience Research - Understand regional preferences
Documentation
See SKILL.md for complete API documentation.