AIsa Youtube Search
PassAudited by VirusTotal on May 8, 2026.
Overview
Type: OpenClaw Skill Name: aisa-youtube-search-aisa-api Version: 1.0.1 The skill is a straightforward wrapper for the AIsa YouTube Search API (api.aisa.one). It provides instructions for an AI agent to perform YouTube searches using curl and a dedicated API key (AISA_API_KEY). The documentation in SKILL.md and README.md is transparent about data being sent to the third-party endpoint and includes appropriate guardrails against requesting sensitive user credentials like Google cookies.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Anyone with the API key could make requests to the AIsa service as the key holder.
The skill requires a provider API key and sends it as a bearer token to the AIsa endpoint. This is purpose-aligned and disclosed, but it is still a sensitive credential.
Required environment variable: `AISA_API_KEY` ... -H "Authorization: Bearer $AISA_API_KEY"
Store the key securely, avoid pasting it into shared logs or chats, and rotate it if it is exposed.
YouTube search queries may be visible to the external relay service.
The skill explicitly relies on an external relay, so search terms and filter parameters are sent to AIsa rather than staying local.
All search requests go to `api.aisa.one`.
Use the skill only for searches you are comfortable sending to AIsa; choose another method if the query must remain local or private.
