← 返回 Skills 市场
bibaofeng

youtube-search-aisa

作者 bibaofeng · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
12
版本数
在 OpenClaw 中安装
/install youtube-search-aisa
功能描述
Search YouTube videos, channels, and trends via AISA API using queries, filters, and pagination without requiring Google credentials.
安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-search-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-search-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug youtube-search-aisa
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 12
常见问题

youtube-search-aisa 是什么?

Search YouTube videos, channels, and trends via AISA API using queries, filters, and pagination without requiring Google credentials. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 youtube-search-aisa?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-search-aisa」即可一键安装,无需额外配置。

youtube-search-aisa 是免费的吗?

是的,youtube-search-aisa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

youtube-search-aisa 支持哪些平台?

youtube-search-aisa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 youtube-search-aisa?

由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.1.1。

💬 留言讨论