youtube-search
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-youtubeWhat This Skill Does
The YouTube Search skill provides a seamless, unified interface to query YouTube's vast video database directly through the AIsa API. Unlike traditional methods that require managing complex Google Cloud projects, OAuth 2.0 flows, or personal API quotas, this skill abstracts the complexity into a single, authorized request. It is designed for OpenClaw agents to fetch video metadata, channel information, and playlists efficiently, enabling developers to integrate rich multimedia discovery into their agentic workflows without additional infrastructure overhead.
Installation
To integrate this skill into your agent, use the OpenClaw CLI package manager. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-youtube
Ensure you have configured your AIsa API key by exporting it as an environment variable: export AISA_API_KEY="YOUR_AISA_API_KEY". The skill will automatically reference this variable for all authenticated requests.
Use Cases
This skill is ideal for agents tasked with research, education, or content aggregation. Common use cases include:
- Curating educational resources: Automatically finding coding tutorials or academic lectures on a specific topic.
- Market research: Tracking video trends or monitoring brand mentions on YouTube.
- User Assistance: Providing direct links to visual guides when a user asks for 'how-to' instructions that are better demonstrated via video.
- Automated newsletters: Compiling a daily digest of YouTube content based on specific keywords.
Example Prompts
- "Search for the latest tutorials on building neural networks in PyTorch and list the top 5 videos."
- "Find recent AI news from this month using the YouTube search engine."
- "Look for a beginner's guide to Python automation and provide the link for the first result."
Tips & Limitations
- Pagination: Use the
sptoken returned in the initial API response to navigate through subsequent pages of search results. - Localization: Utilize the
gl(country) andhl(language) parameters to get more relevant results if your user base is global. - Response Handling: The API output structure can vary; specifically, check for both
videosandsectionskeys in the JSON response, as some queries group content differently based on the language and region settings.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xjordansg-yolo-openclaw-aisa-youtube": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
aisa-tavily
AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway.
llm-router
Unified LLM Gateway - One API for 70+ AI models. Route to GPT, Claude, Gemini, Qwen, Deepseek, Grok and more with a single API key.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.