AIsa Youtube Serp Scout

v1.0.0

Search YouTube videos, channels, rankings, and trends through AIsa. Use when: the user needs YouTube research, competitor scouting, or content discovery. Sup...

0· 78·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bibaofeng/aisa-youtube-serp-scout.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AIsa Youtube Serp Scout" (bibaofeng/aisa-youtube-serp-scout) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/aisa-youtube-serp-scout
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install aisa-youtube-serp-scout

ClawHub CLI

Package manager switcher

npx clawhub@latest install aisa-youtube-serp-scout
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, required binary (python3), and primary environment variable (AISA_API_KEY) align with the included script and the stated purpose of querying an AIsa YouTube SERP API. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs running the repo-local Python script and only requires the AISA_API_KEY. The script issues HTTP requests to https://api.aisa.one/apis/v1 (expected for an AIsa-backed service) and does not reference other files, system config paths, or unrelated environment variables. Guardrails in SKILL.md limit invention of results.
Install Mechanism
No install spec is present (instruction-only skill with shipped script). No remote downloads, package installs, or archive extraction are declared; executing the script requires only an existing python3 runtime.
Credentials
Only a single environment variable (AISA_API_KEY) is required and that is justified by the script which sets an Authorization header for calls to the AIsa API. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not declared always:true and does not request persistent system-level privileges. It does network calls to the expected external API but does not modify other skills or system-wide configuration in the provided materials.
Assessment
This package appears to do what it claims: run a local Python client that calls the AIsa YouTube SERP API using your AISA_API_KEY. Before installing or providing credentials: 1) Inspect the complete scripts/youtube_client.py file in the package (the manifest listing you were shown is truncated) to ensure there are no hidden behaviors. 2) Confirm you trust the external host (api.aisa.one) — your queries and the Bearer token will be sent there. 3) Use a least-privilege API key (read-only, scoped if possible), and rotate/revoke it if you stop using the skill. 4) Run the script in a sandboxed environment if you have any doubt. If you want, paste the full youtube_client.py contents and I can review the rest for anything suspicious.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

▶️ Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97cn1xjcgj2ckkzwjz2mhh4zx858ftx
78downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

AIsa Youtube Serp Scout

Search YouTube videos, channels, rankings, and trends through AIsa. Use when: the user needs YouTube research, competitor scouting, or content discovery. Supports video discovery and SERP-style analysis.

When to use

  • The user needs YouTube video, channel, or trend discovery.
  • The user wants content research, SERP scouting, or competitor review.
  • The user wants public YouTube results quickly.

High-Intent Workflows

  • Find top-ranking videos for a topic.
  • Inspect a competitor channel's recent content direction.
  • Scan trend-heavy queries for content opportunities.

Quick Reference

  • python3 scripts/youtube_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Search top YouTube videos about OpenAI Agents
  • Review a competitor channel's recent uploads
  • Find high-ranking videos for AI coding tutorials

Guardrails

  • Do not invent video titles, URLs, or metrics.
  • Summaries should stay grounded in returned results.
  • If the upstream returns no results, say so clearly.

Comments

Loading comments...