← Back to Skills Marketplace
145
Downloads
0
Stars
0
Active Installs
12
Versions
Install in OpenClaw
/install youtube-search-aisa
Description
Search YouTube videos, channels, and trends via AISA API using queries, filters, and pagination without requiring Google credentials.
Usage Guidance
This package appears to do what it says: run a Python client that sends search queries to api.aisa.one using a single AISA_API_KEY. Before installing: (1) Confirm the registry metadata discrepancy (top-level listing vs SKILL.md) — don’t assume the registry summary is authoritative. (2) Only provide an AISA_API_KEY with minimal scope and consider a rotated/ephemeral key. (3) Treat queries as potentially sensitive — avoid sending passwords, tokens, or private data in search queries since they go to an external service. (4) If you need stronger assurance, inspect the script locally, run it in a sandboxed environment, and monitor outbound network calls to verify only api.aisa.one is contacted. (5) Review AISA’s docs/privacy and trustworthiness before using production data.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (YouTube search via AISA) match the included Python client and SKILL.md: the client calls https://api.aisa.one and implements search, pagination, competitor research, and top-video helpers. However, registry-level metadata at the top of the submission lists no required env vars or binaries while SKILL.md and the code require python3 and AISA_API_KEY — this mismatch should be resolved but does not by itself indicate malicious intent.
Instruction Scope
SKILL.md instructs running the bundled Python client or curl against api.aisa.one and requires only the AISA_API_KEY; the code only reads the AISA_API_KEY from the environment and performs HTTP requests to the AISA API. There are no instructions to read unrelated files, access other credentials, perform browser automation, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), and the release bundles a single Python script. No external downloads or archive extraction are performed by the skill itself, minimizing install-time risk.
Credentials
The skill requires a single API key (AISA_API_KEY) which is proportionate to its behavior. The inconsistency is that the registry summary listed 'Required env vars: none' while SKILL.md and the code require AISA_API_KEY — confirm which metadata is authoritative before provisioning keys. No other secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and no special system/config paths are requested. The skill does not attempt to persist or modify other skills or system-wide settings. Autonomous invocation is allowed by default but is not combined with other risky flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-search-aisa - After installation, invoke the skill by name or use
/youtube-search-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Removed curl and bash as required binaries; only python3 is now needed.
- Updated metadata to reflect the reduced binary requirements.
- Removed curl usage examples from the quick reference section.
- No changes to core functionality or runtime files.
v1.1.0
- Documentation in SKILL.md updated for clarity on setup requirements and dependencies.
- Setup instructions now explicitly list required environment variable and required binaries.
- No changes to code, behavior, API, or commands.
- Packaging and publication metadata clarified; functionality remains the same.
v1.0.9
- Updated version to 1.0.9.
- Moved required binaries and environment variables from a metadata block to top-level `requires` for improved clarity.
- No changes to functionality, files, or commands.
- Clarified skill packaging and publication metadata.
v1.0.8
- Updated project homepage and added repository link for improved discoverability.
- Expanded required system binaries in metadata to include `bash` alongside `python3` and `curl`.
- No changes to code or search functionality; behavior remains the same.
- Documentation updated for clearer setup guidance and publication details.
v1.0.7
- Updated to version 1.0.7 with packaging and metadata improvements.
- Declared runtime files kept in the bundle under `metadata.openclaw.files`.
- Removed duplicate top-level `requires` section, consolidating requirements under `metadata.openclaw`.
- No changes to search features or command usage—core functionality remains the same.
v1.0.6
- Added author attribution and marked the skill as user-invocable in metadata.
- Updated version from 1.0.3 to 1.0.6.
- No changes to search behavior, commands, or runtime functionality.
- Improved metadata for clearer publication and registry parsing.
v1.0.5
Version 1.0.5 of youtube-search-aisa
- No code or packaging changes detected in this release.
- Documentation, features, and runtime behavior remain unchanged from the previous version.
v1.0.4
Version 1.0.4
- No file changes detected.
- Behavior, features, and documentation remain unchanged from the previous version.
v1.0.3
No functional changes; version bump and metadata update only.
- Updated version from 1.0.2 to 1.0.3 in SKILL.md frontmatter.
- No files or runtime behavior have changed.
- No impact on usage, features, or requirements.
v1.0.2
- Added version ("1.0.2") and license (MIT-0) to SKILL.md frontmatter.
- Declared required binaries (curl, python3) and env var (AISA_API_KEY) at the top level of SKILL.md, in addition to metadata.
- No functional changes to code or features—documentation and metadata improvements only.
v1.0.1
- Removed non-runtime files to streamline the package (CHECKLIST.md, extra youtube_client.py).
- Kept only runtime essentials: SKILL.md and scripts/youtube_client.py.
- No changes to functionality or command surface.
- Clarified packaging and metadata for clearer distribution.
v1.0.0
Initial public release of YouTube content research and competitor tracking via AISA relay.
- Enables YouTube video, channel, and trend search using an API key.
- Provides curl and Python client interfaces with support for locale and filters.
- No Google account or direct API credentials required.
- Omits browser automation and local scraping for streamlined, runtime-only usage.
- Release includes clear usage notes, command examples, and minimal required files.
Metadata
Frequently Asked Questions
What is youtube-search-aisa?
Search YouTube videos, channels, and trends via AISA API using queries, filters, and pagination without requiring Google credentials. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install youtube-search-aisa?
Run "/install youtube-search-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is youtube-search-aisa free?
Yes, youtube-search-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does youtube-search-aisa support?
youtube-search-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created youtube-search-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.1.1.
More Skills