Skip to main content

youtube-search

Enables users to search YouTube videos, channels, and playlists using AIsa's unified API without needing a Google API key.

Based on a skill by@openclaw

Install this skill

or
48/100

Security score

The youtube-search skill was audited on May 17, 2026 and we found 36 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 230

Template literal with variable interpolation in command context

SourceSKILL.md
230'Authorization': `Bearer ${process.env.AISA_API_KEY}`
medium line 84

Curl to non-GitHub URL

SourceSKILL.md
84curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \
medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \
low line 234

Fetch to external URL

SourceSKILL.md
234const results = await fetch(
low line 242

Fetch to external URL

SourceSKILL.md
242const filtered = await fetch(
low line 230

Access to .env file

SourceSKILL.md
230'Authorization': `Bearer ${process.env.AISA_API_KEY}`
low line 8

External URL reference

SourceSKILL.md
8homepage: https://aisa.one
low line 27

External URL reference

SourceSKILL.md
27'https://api.aisa.one/apis/v1/youtube/search',
low line 38

External URL reference

SourceSKILL.md
38https://api.aisa.one/apis/v1/youtube/search
low line 59

External URL reference

SourceSKILL.md
591. Sign in or create an account at [AIsa Marketplace](https://marketplace.aisa.one)
low line 84

External URL reference

SourceSKILL.md
84curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \
low line 91

External URL reference

SourceSKILL.md
91curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \
low line 99

External URL reference

SourceSKILL.md
99curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \
low line 124

External URL reference

SourceSKILL.md
124"link": "https://www.youtube.com/watch?v=abc123xyz",
low line 127

External URL reference

SourceSKILL.md
127"link": "https://www.youtube.com/channel/UCxyz123",
low line 128

External URL reference

SourceSKILL.md
128"thumbnail": "https://yt3.ggpht.com/..."
low line 135

External URL reference

SourceSKILL.md
135"static": "https://i.ytimg.com/vi/abc123xyz/hq720.jpg",
low line 136

External URL reference

SourceSKILL.md
136"rich": "https://i.ytimg.com/an_webp/abc123xyz/mqdefault_6s.webp"
low line 155

External URL reference

SourceSKILL.md
155"link": "https://www.youtube.com/watch?v=...",
low line 209

External URL reference

SourceSKILL.md
209'https://api.aisa.one/apis/v1/youtube/search',
low line 218

External URL reference

SourceSKILL.md
218'https://api.aisa.one/apis/v1/youtube/search',
low line 235

External URL reference

SourceSKILL.md
235'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial',
low line 243

External URL reference

SourceSKILL.md
243'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=deep+learning&gl=us&hl=en&sp=EgIQAQ%3D%3D',
low line 258

External URL reference

SourceSKILL.md
258'https://api.aisa.one/apis/v1/youtube/search',
low line 268

External URL reference

SourceSKILL.md
268'https://api.aisa.one/apis/v1/youtube/search',
low line 288

External URL reference

SourceSKILL.md
288url = f'https://api.aisa.one/apis/v1/youtube/search?{urllib.parse.urlencode(params)}'
low line 319

External URL reference

SourceSKILL.md
319'https://api.aisa.one/apis/v1/youtube/search',
low line 327

External URL reference

SourceSKILL.md
327'https://api.aisa.one/v1/chat/completions',
low line 345

External URL reference

SourceSKILL.md
345'https://api.aisa.one/apis/v1/youtube/search',
low line 351

External URL reference

SourceSKILL.md
351'https://api.aisa.one/apis/v1/search/smart',
low line 361

External URL reference

SourceSKILL.md
361- Video URLs follow the format `https://www.youtube.com/watch?v={videoId}`
low line 362

External URL reference

SourceSKILL.md
362- Channel URLs follow the format `https://www.youtube.com/channel/{channelId}`
low line 395

External URL reference

SourceSKILL.md
395'https://api.aisa.one/apis/v1/youtube/search',
low line 417

External URL reference

SourceSKILL.md
417- [AIsa Dashboard / Marketplace](https://marketplace.aisa.one)
low line 421

External URL reference

SourceSKILL.md
421- [ClawHub Skills](https://clawhub.ai)
Scanned on May 17, 2026
View Security Dashboard
Installation guide →