← 返回 Skills 市场
623
总下载
1
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install youtube-video-api-skill
功能描述
This skill helps users automatically extract channel-level and video detail data from a specific YouTube channel via BrowserAct API. Agent should proactively...
安全使用建议
This skill appears coherent and implements exactly what it claims: it sends the provided YouTube channel URL (and the BROWSERACT_API_KEY) to BrowserAct's API to run a workflow and returns the result. Before installing, confirm you trust BrowserAct (api.browseract.com) because the API key grants access to your BrowserAct account and will be sent with requests. Never paste your API key into public chat; prefer setting BROWSERACT_API_KEY as an environment variable. Consider limiting/rotating the key's permissions and monitoring BrowserAct usage logs. If you need strict data locality or cannot share data with a third-party service, do not use this skill.
功能分析
Type: OpenClaw Skill
Name: youtube-video-api-skill
Version: 1.0.1
The skill is a legitimate integration for the BrowserAct API designed to extract YouTube channel and video metadata. The Python script (youtube_video_api.py) follows standard API interaction patterns, including task submission, status polling, and result retrieval, while using environment variables for sensitive credentials (BROWSERACT_API_KEY). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the implementation: the Python script calls https://api.browseract.com/v2/workflow endpoints with a fixed template ID to start and poll a BrowserAct task. Requested binary (python) and env var (BROWSERACT_API_KEY) are expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to check for BROWSERACT_API_KEY, invoke the included Python script with a channel URL and video ordering, monitor stdout logs, and handle simple retry/error cases. The instructions do not ask the agent to read unrelated files, access other credentials, or send data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script), so nothing is downloaded or installed at runtime beyond invoking the included Python script. This is the lowest-risk install model.
Credentials
Only a single API key (BROWSERACT_API_KEY) is required, which is proportional to the skill's function. The script uses that key to authenticate to BrowserAct only; it does not request additional unrelated secrets or config paths.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system configuration, and only uses normal agent invocation. Its autonomy setting is the platform default and not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-video-api-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-video-api-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
youtube-video-api-skill 1.0.1
- Fixed metadata to correctly require "python" instead of "pyhon" as a dependency.
- No functional or behavioral changes to the skill logic.
v1.0.0
Initial release of YouTube Video API Skill.
- Automatically extracts structured channel and video data from any YouTube channel using BrowserAct API.
- Supports extracting latest, popular, or earliest videos and associated metrics (views, likes, comments, subscribers, etc.).
- Requires BROWSERACT_API_KEY; guides user if not set.
- Includes robust error handling with retry logic.
- Provides status log output for long-running tasks.
- Designed for streamlined use cases like competitor tracking, content research, and analytics automation.
元数据
常见问题
youtube-video-api-skill 是什么?
This skill helps users automatically extract channel-level and video detail data from a specific YouTube channel via BrowserAct API. Agent should proactively... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 623 次。
如何安装 youtube-video-api-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-video-api-skill」即可一键安装,无需额外配置。
youtube-video-api-skill 是免费的吗?
是的,youtube-video-api-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
youtube-video-api-skill 支持哪些平台?
youtube-video-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 youtube-video-api-skill?
由 Maggia(@ccmagia2-gif)开发并维护,当前版本 v1.0.1。
推荐 Skills