Install
openclaw skills install @bibaofeng/openclaw-aisa-youtube-aisaSearch YouTube videos, channels, and trends through the AISA YouTube SERP client. Use when: the user needs YouTube search, trend discovery, channel research, or SERP analysis.
openclaw skills install @bibaofeng/openclaw-aisa-youtube-aisaRuntime-focused release bundle for YouTube search, competitor tracking, and trend discovery through the AISA relay.
AISA_API_KEY instead of direct Google API credentials.api.aisa.one.Required:
Environment variable:
AISA_API_KEY (required)Binaries:
python3 (required)curl (used for direct API calls)export AISA_API_KEY="your-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"
Direct API access using curl:
curl "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial"
-H "Authorization: Bearer $AISA_API_KEY"
qgl and language with hlsp tokens for pagination or SERP narrowingThese points summarize the common reasons similar skills are marked Suspicious and how this release addresses them:
api.aisa.one.AISA_API_KEY and does not ask for passwords, cookies, browser data, or other legacy secrets.metadata.openclaw, matching the runtime files kept in this release bundle.SKILL.md and scripts/youtube_client.py, while omitting non-runtime files such as README.md and _meta.json.scripts/youtube_client.py is preserved from the original bundle.