← 返回 Skills 市场
18
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aisa-youtube-serp-scout-aisa-one
功能描述
Search YouTube videos, channels, and trends through the AIsa YouTube SERP client. Use when the user asks for content research, competitor tracking, or trend...
使用说明 (SKILL.md)
AIsa YouTube SERP Scout
Search YouTube videos, channels, and trends through the AIsa relay for content research, competitor tracking, and trend discovery.
When to use
- The user wants YouTube content research, channel discovery, or trend monitoring.
- The workflow benefits from a bundled Python client for repeated searches.
- The task can use
AISA_API_KEYinstead of direct Google API credentials.
When NOT to use
- The user needs browser automation, local scraping, or account-level YouTube actions.
- The workflow must avoid sending search requests to
api.aisa.one. - The request depends on files outside this package.
Quick Reference
- Required environment variable:
AISA_API_KEY - Endpoint:
https://api.aisa.one/apis/v1/youtube/search - Python client:
scripts/youtube_client.py
Setup
export AISA_API_KEY="your-key"
Common Commands
curl "https://api.aisa.one/apis/v1/youtube/search?engine=youtube&q=AI+agents+tutorial" \
-H "Authorization: Bearer $AISA_API_KEY"
python3 scripts/youtube_client.py search --query "AI agents tutorial"
python3 scripts/youtube_client.py search --query "machine learning" --country us
python3 scripts/youtube_client.py competitor --name "OpenAI" --topic "GPT tutorial"
Capabilities
- Search videos, channels, and playlists with
q - Filter by country with
gland language withhl - Reuse
sptokens for pagination or SERP narrowing - Run competitor and top-video research from the bundled Python client
Guardrails
- Do not ask for Google credentials or browser cookies.
- Do not claim competitor analysis succeeded before the client returns data.
- Do not assume missing locale values when the user needs a specific market.
Security Notes
- All search requests go to
api.aisa.one. - Required secret:
AISA_API_KEY. - This package does not include browser automation, local scraping, or account actions.
安全使用建议
This looks safe for its stated purpose if you trust AIsa with your YouTube research queries. Set AISA_API_KEY only in a trusted environment, avoid sensitive query text, and review the full Python file from the source repository if you want complete code assurance.
功能分析
Type: OpenClaw Skill
Name: aisa-youtube-serp-scout-aisa-one
Version: 1.0.2
The skill is a legitimate API client for searching YouTube via the AIsa service (api.aisa.one). The Python script (scripts/youtube_client.py) uses standard libraries to perform authenticated GET requests and contains no evidence of data exfiltration, command injection, or obfuscation. Furthermore, the SKILL.md instructions include proactive security guardrails advising the agent not to request sensitive Google credentials or browser cookies from the user.
能力标签
能力评估
Purpose & Capability
The stated purpose, SKILL.md instructions, and visible Python client all align around YouTube SERP search, top-video lookup, and competitor research.
Instruction Scope
The skill clearly says when to use it and when not to use it, including avoiding Google credentials, browser cookies, browser automation, local scraping, and account-level YouTube actions.
Install Mechanism
There is no install spec and the visible client uses Python standard-library networking, but the provided source excerpt for scripts/youtube_client.py is truncated, so the tail of the file was not fully reviewable from the supplied artifact.
Credentials
The skill requires AISA_API_KEY and sends requests to api.aisa.one; this is disclosed and proportionate for an AIsa-backed YouTube search client.
Persistence & Privilege
The artifacts show no background service, persistence, local credential-store access, browser-cookie access, privileged installation, or account mutation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aisa-youtube-serp-scout-aisa-one - 安装完成后,直接呼叫该 Skill 的名称或使用
/aisa-youtube-serp-scout-aisa-one触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Improved documentation with detailed usage guidelines, setup instructions, and security notes.
- Clarified scenarios when to use or avoid the skill.
- Added quick reference for required environment variable and endpoint.
- Included Python client commands for typical workflows.
- Outlined guardrails and capabilities for safer, more effective use.
元数据
常见问题
AIsa Youtube Serp Scout 是什么?
Search YouTube videos, channels, and trends through the AIsa YouTube SERP client. Use when the user asks for content research, competitor tracking, or trend... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 18 次。
如何安装 AIsa Youtube Serp Scout?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-youtube-serp-scout-aisa-one」即可一键安装,无需额外配置。
AIsa Youtube Serp Scout 是免费的吗?
是的,AIsa Youtube Serp Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIsa Youtube Serp Scout 支持哪些平台?
AIsa Youtube Serp Scout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIsa Youtube Serp Scout?
由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.2。
推荐 Skills