Install
openclaw skills install aisa-youtube-serp-scoutSearch YouTube videos, channels, and trends through the AIsa YouTube SERP client. Use when the user asks for content research, competitor tracking, or trend discovery without managing Google credentials. Use when: the user needs YouTube search, trend discovery, channel research, or SERP analysis.
openclaw skills install aisa-youtube-serp-scoutSearch YouTube videos, channels, and trends through the AIsa relay for content research, competitor tracking, and trend discovery.
AISA_API_KEY instead of direct Google API credentials.api.aisa.one.AISA_API_KEYhttps://api.aisa.one/apis/v1/youtube/searchscripts/youtube_client.pyexport AISA_API_KEY="your-key"
curl "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial" \
-H "Authorization: Bearer $AISA_API_KEY"
python3 scripts/youtube_client.py search --query "AI agents tutorial"
python3 scripts/youtube_client.py search --query "machine learning" --country us
python3 scripts/youtube_client.py competitor --name "OpenAI" --topic "GPT tutorial"
qgl and language with hlsp tokens for pagination or SERP narrowingapi.aisa.one.AISA_API_KEY.