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, or pagination without managing Google credentials.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aisa-youtube-search" with this command: npx skills add bibaofeng/aisa-youtube-search-aisa-api

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Obsidian Cleaner

Automatically clean up loose images and attachments in Obsidian vault root, moving them to the Attachments folder. Trigger when user says "clean obsidian", "clean attachments", or "整理附件".

Registry SourceRecently Updated
General

tradealpha实时新闻

获取 TradeAlpha 实时新闻和语义检索结果。适用于用户提到 TradeAlpha 新闻、今日新闻、路透、彭博、Truth、国内资讯、研报快讯,或要求按主题、事件、公司、叙事检索相关新闻的场景。通过聊天向用户索取 token,并在当前会话中复用,不读取环境变量,不写入本地文件。

Registry SourceRecently Updated
General

Everclaw — Inference You Own

Open-source first AI inference — GLM-5 as default, Claude as fallback only. Own your inference forever via the Morpheus decentralized network. Stake MOR toke...

Registry SourceRecently Updated
General

Identitygram Signin

Sign in to IdentityGram by calling the /auth/signin endpoint.

Registry SourceRecently Updated