← Back to Skills Marketplace
Search YouTube videos, channels, and playlists
by
0xjordansg-yolo
· GitHub ↗
· v1.0.0
573
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-aisa-youtube
Description
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required...
Usage Guidance
This skill appears to do exactly what it says: send YouTube search queries to AIsa's API using an AISA_API_KEY. Before installing, confirm you trust the AIsa service (api.aisa.one / marketplace.aisa.one) because all queries and their parameters will be sent to that third party. Note the metadata mismatches (owner ID vs _meta.json and small version differences) and lack of a homepage/source — these are provenance red flags; prefer skills with clear authorship and a public homepage. If you proceed: (1) use a dedicated AISA_API_KEY with least privilege and billing limits, (2) avoid sending sensitive data in queries, and (3) monitor usage and rotate the key if anything unexpected appears. If you need higher assurance, ask the publisher for a canonical homepage or signed source and verify the owner identity before installing.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-aisa-youtube
Version: 1.0.0
The skill bundle is benign. All code examples and instructions in SKILL.md demonstrate legitimate interactions with the AIsa API (api.aisa.one) for YouTube search and related AIsa services. The skill correctly accesses the AISA_API_KEY environment variable for authentication, which is its stated purpose. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, or prompt injection attempts designed to subvert the AI agent's operation or steal unrelated sensitive data. The embedded code blocks are purely for demonstrating the skill's intended functionality.
Capability Assessment
Purpose & Capability
The skill name/description match the runtime instructions: it only documents calls to https://api.aisa.one/apis/v1/youtube/search and requires AISA_API_KEY. Requesting a single AIsa API key is proportional to the described YouTube-search capability. Minor mismatch: registry metadata lists ownerId 'kn76s7az...' while _meta.json and SKILL.md identify 'aisa-one' — a provenance inconsistency to verify.
Instruction Scope
SKILL.md only instructs the agent to call the AIsa endpoint (curl/requests examples) and to read AISA_API_KEY from the environment. It does not instruct reading unrelated files, other env vars, or system paths. All network traffic is directed to api.aisa.one (a third-party service).
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest install risk (nothing is written to disk by an installer).
Credentials
Only a single env var (AISA_API_KEY) is declared and used. That is proportionate for an API-based search skill. Note: SKILL.md uses that env var directly; primary credential was listed as 'none' in registry metadata which is slightly inconsistent but not dangerous by itself.
Persistence & Privilege
always:false (default) and no requests to modify other skills or system settings. The skill can be invoked autonomously by the agent (platform default), but it does not request elevated persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-aisa-youtube - After installation, invoke the skill by name or use
/openclaw-aisa-youtube - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
YouTube Search via AIsa now available with no Google API key or OAuth needed.
- Initial public release of YouTube Search API skill (v1.0.1).
- Search YouTube videos, channels, and playlists using your AIsa API key.
- Simple HTTP GET endpoint; no OAuth or Google developer setup required.
- Supports country and language parameters, as well as advanced YouTube filter tokens.
- Includes sample code in Python and JavaScript; supports pagination and both major YouTube API response structures.
- Comprehensive documentation and quick start guide included.
Metadata
Frequently Asked Questions
What is Search YouTube videos, channels, and playlists?
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required... It is an AI Agent Skill for Claude Code / OpenClaw, with 573 downloads so far.
How do I install Search YouTube videos, channels, and playlists?
Run "/install openclaw-aisa-youtube" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search YouTube videos, channels, and playlists free?
Yes, Search YouTube videos, channels, and playlists is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Search YouTube videos, channels, and playlists support?
Search YouTube videos, channels, and playlists is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search YouTube videos, channels, and playlists?
It is built and maintained by 0xjordansg-yolo (@0xjordansg-yolo); the current version is v1.0.0.
More Skills