← Back to Skills Marketplace
aisadocs

AIsa Youtube Serp Scout

by AIsa · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
18
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aisa-youtube-serp-scout-aisa-one
Description
Search YouTube videos, channels, and trends through the AIsa YouTube SERP client. Use when the user asks for content research, competitor tracking, or trend...
README (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_KEY instead 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 gl and language with hl
  • Reuse sp tokens 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aisa-youtube-serp-scout-aisa-one
  3. After installation, invoke the skill by name or use /aisa-youtube-serp-scout-aisa-one
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug aisa-youtube-serp-scout-aisa-one
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 18 downloads so far.

How do I install AIsa Youtube Serp Scout?

Run "/install aisa-youtube-serp-scout-aisa-one" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AIsa Youtube Serp Scout free?

Yes, AIsa Youtube Serp Scout is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AIsa Youtube Serp Scout support?

AIsa Youtube Serp Scout is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AIsa Youtube Serp Scout?

It is built and maintained by AIsa (@aisadocs); the current version is v1.0.2.

💬 Comments