/install aisa-youtube-search-aisa-api
AIsa YouTube Search
Search YouTube videos, channels, and playlists through the AIsa YouTube relay with one API key.
When to use
- The user wants to search YouTube videos, channels, or playlists.
- The task needs region or language filters without direct Google API setup.
- The workflow can call the AIsa YouTube search endpoint with
AISA_API_KEY.
When NOT to use
- The user needs browser automation, local scraping, or direct YouTube account actions.
- The workflow must avoid sending search requests to
api.aisa.one. - The request depends on a local helper script that is not part of this package.
Quick Reference
- Required environment variable:
AISA_API_KEY - Endpoint:
https://api.aisa.one/apis/v1/youtube/search - This package is curl-first and does not ship a local Python client.
Setup
export AISA_API_KEY="your-key"
Common Commands
curl -s "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \
-H "Authorization: Bearer $AISA_API_KEY"
curl -s "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \
-H "Authorization: Bearer $AISA_API_KEY"
curl -s "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \
-H "Authorization: Bearer $AISA_API_KEY"
Capabilities
- Search YouTube SERP results with
q - Filter by locale with
glandhl - Apply pagination or narrowing via
sp - Return structured results that may include
videosor groupedsections
Guardrails
- Do not ask for Google credentials or browser cookies.
- Do not claim a result is local-only when it depends on relay requests.
- Do not fabricate missing filters or parameters.
Security Notes
- All search requests go to
api.aisa.one. - Required secret:
AISA_API_KEY. - This workflow does not require passwords, browser automation, or local scraping.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aisa-youtube-search-aisa-api - After installation, invoke the skill by name or use
/aisa-youtube-search-aisa-api - Provide required inputs per the skill's parameter spec and get structured output
What is AIsa Youtube Search?
Search YouTube videos, channels, and playlists through the AIsa YouTube relay with one API key. Use when the user asks for YouTube discovery, query expansion... It is an AI Agent Skill for Claude Code / OpenClaw, with 18 downloads so far.
How do I install AIsa Youtube Search?
Run "/install aisa-youtube-search-aisa-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIsa Youtube Search free?
Yes, AIsa Youtube Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AIsa Youtube Search support?
AIsa Youtube Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIsa Youtube Search?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.1.