← 返回 Skills 市场
bibaofeng

AIsa Youtube Search

作者 bibaofeng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
18
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aisa-youtube-search-aisa-api
功能描述
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...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aisa-youtube-search-aisa-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aisa-youtube-search-aisa-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug aisa-youtube-search-aisa-api
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 18 次。

如何安装 AIsa Youtube Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-youtube-search-aisa-api」即可一键安装,无需额外配置。

AIsa Youtube Search 是免费的吗?

是的,AIsa Youtube Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AIsa Youtube Search 支持哪些平台?

AIsa Youtube Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AIsa Youtube Search?

由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.1。

💬 留言讨论