Install
openclaw skills install youtube-search-aisaSearch YouTube videos, channels, and trends via AISA API using queries, filters, and pagination without requiring Google credentials.
openclaw skills install youtube-search-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)export AISA_API_KEY="your-key"
python3 {baseDir}/scripts/youtube_client.py search --query "AI agents tutorial"
python3 {baseDir}/scripts/youtube_client.py search --query "machine learning" --country us
python3 {baseDir}/scripts/youtube_client.py competitor --name "OpenAI" --topic "GPT tutorial"
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.