Youtube Serp

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· 64·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/youtube-serp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Youtube Serp" (bibaofeng/youtube-serp) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/youtube-serp
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 youtube-serp

ClawHub CLI

Package manager switcher

npx clawhub@latest install youtube-serp
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
high confidence
Purpose & Capability
Name/description ask for YouTube SERP and trend research and the package contains a Python client that calls an external AIsa YouTube API. Required binary (python3) and required env var (AISA_API_KEY) align with that purpose.
Instruction Scope
SKILL.md instructs usage of the included scripts/ CLI and requires only AISA_API_KEY. The runtime instructions do not request unrelated files, system state, or other secrets and include reasonable guardrails about not inventing results.
Install Mechanism
No install spec (instruction-only runtime with an included script). This is low-risk: nothing is downloaded or extracted from third-party URLs during install.
Credentials
Only AISA_API_KEY is required and is declared as the primary credential. That key is used as a Bearer token to call https://api.aisa.one — this is proportionate to the skill's described behavior, but the key will be transmitted to that service.
Persistence & Privilege
always:false and no code that modifies other skills or system configs. The skill does not request permanent agent presence or elevated privileges.
Assessment
This package appears coherent: the included Python script contacts the AIsa API (https://api.aisa.one) and uses AISA_API_KEY as a Bearer token — which is expected for this service. Before installing/using: (1) ensure you trust the external service (aisa.one) because your API key and query data are sent there; (2) review the included scripts locally (they're present in scripts/youtube_client.py) and run them in an isolated environment if you have concerns; (3) do not provide unrelated credentials; and (4) if you ever suspect the key was misused, rotate/revoke the AISA_API_KEY. If you want higher assurance, ask the publisher for a provenance/source URL or official homepage before using the key in production.

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

Runtime requirements

▶️ Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk9745dszc6544wss2a3s0r39e585e0vp
64downloads
0stars
1versions
Updated 4d ago
v1.0.0
MIT-0

Youtube Serp

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...