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
75/100
Security score
The youtube-search skill was audited on Jul 28, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 84
Curl to non-GitHub URL
SourceSKILL.md
| 82 | |
| 83 | ```bash |
| 84 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=machine+learning+tutorial" \ |
| 85 | -H "Authorization: Bearer $AISA_API_KEY" |
| 86 | ``` |
medium line 91
Curl to non-GitHub URL
SourceSKILL.md
| 89 | |
| 90 | ```bash |
| 91 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+news&gl=us&hl=en" \ |
| 92 | -H "Authorization: Bearer $AISA_API_KEY" |
| 93 | ``` |
medium line 99
Curl to non-GitHub URL
SourceSKILL.md
| 97 | ```bash |
| 98 | # Use the sp token from a previous response to get the next page |
| 99 | curl -s -X GET "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=python+tutorial&sp=EgIQAQ%3D%3D" \ |
| 100 | -H "Authorization: Bearer $AISA_API_KEY" |
| 101 | ``` |
medium line 234
Fetch to external URL
SourceSKILL.md
| 232 | |
| 233 | // Basic YouTube search |
| 234 | const results = await fetch( |
| 235 | 'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial', |
| 236 | { headers } |
medium line 242
Fetch to external URL
SourceSKILL.md
| 240 | |
| 241 | // Search with filters |
| 242 | const filtered = await fetch( |
| 243 | 'https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=deep+learning&gl=us&hl=en&sp=EgIQAQ%3D%3D', |
| 244 | { headers } |
Scanned on Jul 28, 2026
View Security DashboardRate this skill
Categorymarketing
UpdatedAugust 9, 2026
claudeclaude-codehermesfrontenddesignremotiondocxgitapitestingbackendcontent-marketerseo-specialistinfluencer-marketermarketing
baofeng-tech/agent-skills