← Back to Skills Marketplace
bibaofeng

AIsa Youtube Search

by bibaofeng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
18
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aisa-youtube-search-aisa-api
Description
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...
README (SKILL.md)

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 gl and hl
  • Apply pagination or narrowing via sp
  • Return structured results that may include videos or grouped sections

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.
Usage Guidance
This appears safe to install if you are comfortable using AIsa as a YouTube search relay. Keep AISA_API_KEY secret, and do not use this skill for searches that must remain local or for direct YouTube account actions.
Capability Analysis
Type: OpenClaw Skill Name: aisa-youtube-search-aisa-api Version: 1.0.1 The skill is a straightforward wrapper for the AIsa YouTube Search API (api.aisa.one). It provides instructions for an AI agent to perform YouTube searches using curl and a dedicated API key (AISA_API_KEY). The documentation in SKILL.md and README.md is transparent about data being sent to the third-party endpoint and includes appropriate guardrails against requesting sensitive user credentials like Google cookies.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The documented purpose is read-only YouTube discovery through the AIsa relay, and the SKILL.md scope matches that purpose. The provided capability signal for purchases is not supported by the reviewed file contents.
Instruction Scope
The instructions define when to use and when not to use the skill, and include guardrails against Google credentials, browser cookies, local scraping, and local-only claims.
Install Mechanism
There is no install spec and no code files; the only setup is a user-directed environment variable and example curl calls.
Credentials
The skill requires AISA_API_KEY and network requests to api.aisa.one, which is expected for the stated relay-search purpose and is disclosed.
Persistence & Privilege
It uses a sensitive API key from the environment, but the artifacts show no persistence, background worker, elevated local privileges, or local credential harvesting.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aisa-youtube-search-aisa-api
  3. After installation, invoke the skill by name or use /aisa-youtube-search-aisa-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved documentation for setup, usage scenarios, and security notes. - Clarified required environment variable (`AISA_API_KEY`) and endpoint details. - Added common curl command examples for video, channel, and playlist searches. - Expanded instructions on filtering (region, language, and pagination) via API parameters. - Updated guidance on when to use or not use this skill, including limitations and guardrails.
Metadata
Slug aisa-youtube-search-aisa-api
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments