← 返回 Skills 市场
ccmagia2-gif

youtube-search-api-skill

作者 Maggia · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
449
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install youtube-search-api-skill
功能描述
This skill helps users automatically extract structured data from YouTube search results using the BrowserAct API. The Agent should proactively apply this sk...
安全使用建议
This skill appears to do what it says: it uses your BROWSERACT_API_KEY to call BrowserAct's API and print structured YouTube search results. Before installing, make sure you trust BrowserAct and are comfortable the API key will be used to make queries to https://api.browseract.com. Confirm any data privacy or billing implications in your BrowserAct account (calls may consume quota). Also ensure the agent environment has Python and the 'requests' library available (pip install requests if needed). Do not share your API key with untrusted parties; if you stop using the skill, revoke or rotate the key in your BrowserAct console if you have concerns.
功能分析
Type: OpenClaw Skill Name: youtube-search-api-skill Version: 1.0.1 The skill bundle is a legitimate tool for extracting YouTube search data via the BrowserAct API. The Python script (youtube_search_api.py) uses standard HTTP requests to interact with api.browseract.com and contains no evidence of data exfiltration, obfuscation, or unauthorized execution. The SKILL.md instructions are consistent with the code's purpose and provide appropriate guidance for the AI agent regarding API key setup and error handling.
能力评估
Purpose & Capability
The skill's name and description match its implementation: the script calls BrowserAct endpoints (api.browseract.com) to run a search workflow and returns parsed results. The only required environment variable is BROWSERACT_API_KEY, which is exactly what an integration with BrowserAct needs.
Instruction Scope
SKILL.md instructs the agent to check for BROWSERACT_API_KEY, run the provided Python script with search parameters, monitor terminal logs, and follow a limited retry logic. The instructions do not request unrelated system files, credentials, or external endpoints beyond BrowserAct.
Install Mechanism
There is no install spec (instruction-only + a small script), which is low risk. Minor inconsistency: the script uses the Python 'requests' library but the skill does not declare or install that dependency. The agent environment must have 'requests' available or the user should be instructed to pip-install it.
Credentials
Only BROWSERACT_API_KEY is required and it is necessary for authenticating to BrowserAct. No other secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent system presence. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-search-api-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-search-api-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Fixed a typo in the required binary for execution: changed "pyhon" to "python" in the skill metadata. - No changes to code functionality or usage instructions.
v1.0.0
Initial release of the youtube-search-api-skill: - Provides automatic extraction of structured data from YouTube search results using the BrowserAct API. - Supports searching and extracting YouTube Videos, Shorts, Channels, or Playlists by keywords with customizable result limits. - Handles API key verification, error handling, and retry logic for robust operation. - Outputs structured fields: title, description, view count, published date, and URL. - Enables use cases such as competitor analysis, market research, content tracking, and more.
元数据
Slug youtube-search-api-skill
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

youtube-search-api-skill 是什么?

This skill helps users automatically extract structured data from YouTube search results using the BrowserAct API. The Agent should proactively apply this sk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 449 次。

如何安装 youtube-search-api-skill?

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

youtube-search-api-skill 是免费的吗?

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

youtube-search-api-skill 支持哪些平台?

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

谁开发了 youtube-search-api-skill?

由 Maggia(@ccmagia2-gif)开发并维护,当前版本 v1.0.1。

💬 留言讨论