← Back to Skills Marketplace
139
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install youtube-aisa
Description
Search YouTube videos, channels, and playlists using the AISA YouTube API with support for query, locale filters, pagination, and structured results via one...
Usage Guidance
This skill simply forwards YouTube search queries to api.aisa.one and requires an AISA_API_KEY and curl. Before installing: (1) confirm you trust the AISA provider (api.aisa.one) because queries (which might include sensitive text) are sent to that third party; (2) ensure the AISA_API_KEY you provide has minimal, search-only privileges and is not a broadly-privileged credential; (3) note and correct the metadata mismatch in the registry (SKILL.md requires curl and AISA_API_KEY but the registry listing omits them); and (4) avoid sending private or secret-bearing queries through this skill. If you need local-only scraping or browser-account actions, do not use this relay-based skill.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description promise YouTube search via an AISA relay and the SKILL.md shows exactly that: curl requests to https://api.aisa.one/apis/v1/youtube/search. Requiring an AISA_API_KEY and curl is appropriate. Minor inconsistency: the registry metadata at the top of the package listing claims no required env vars or bins, but SKILL.md declares 'AISA_API_KEY' and 'curl' (and duplicates them in frontmatter). This mismatch is likely an authoring/packaging oversight rather than malicious, but it should be corrected.
Instruction Scope
Runtime instructions are narrow: construct HTTP requests to the AISA YouTube endpoint using the AISA_API_KEY and optional query params (q, gl, hl, sp). The SKILL.md explicitly warns not to use it for browser automation, scraping, or local account actions. The instructions do not ask the agent to read unrelated files, credentials, or system state.
Install Mechanism
This is instruction-only with no install spec and no code files—no artifacts are written to disk by the package itself. That is the lowest-risk install profile.
Credentials
The only secret the skill requires (per SKILL.md/frontmatter) is AISA_API_KEY, which is proportional for an API-relay integration. However, the registry summary incorrectly reports 'Required env vars: none' and 'Primary credential: none' while SKILL.md lists primaryEnv: AISA_API_KEY. Confirm that the registry metadata is updated before installation. Also verify what permissions the AISA_API_KEY grants (search-only vs broader account access) and avoid reusing high-privilege keys.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings. It is user-invocable and can be autonomously invoked by the agent (the platform default), which is expected for a capability skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-aisa - After installation, invoke the skill by name or use
/youtube-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated version from 1.0.1 to 1.0.3.
- Added top-level author and user-invocable fields to the metadata.
- Trimmed unused metadata fields for a cleaner release.
- No changes to functionality or commands; search behavior remains the same.
v1.0.2
Metadata now appears at both the SKILL.md top level and under `metadata` for improved compatibility.
- Duplicated required bins and environment variables at the SKILL.md top level and in metadata for better parsing and registry compatibility.
- Added `version` and `license` fields to SKILL.md frontmatter.
- No changes to core functionality or search behavior.
v1.0.1
- Removed the file CHECKLIST.md to streamline the release bundle.
- No changes to functionality or behavior; this update trims non-runtime files only.
v1.0.0
- Initial release of OpenClaw AISA YouTube skill for searching YouTube videos, channels, and playlists via the AISA relay endpoint.
- Requires only a single API key (`AISA_API_KEY`)—no Google account or direct credentials needed.
- Supports search filters, locale/language parameters, and paginated or structured results.
- Package is runtime-focused and curl-first; no local Python client or browser automation included.
- Emphasis on API security and privacy: relay-based, API-key-first, no use of local cookies or browser data.
Metadata
Frequently Asked Questions
What is youtube-aisa?
Search YouTube videos, channels, and playlists using the AISA YouTube API with support for query, locale filters, pagination, and structured results via one... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install youtube-aisa?
Run "/install youtube-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is youtube-aisa free?
Yes, youtube-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does youtube-aisa support?
youtube-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created youtube-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.3.
More Skills