← 返回 Skills 市场
314
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-channel-api-skill
功能描述
This skill helps users automatically extract structured channel data from YouTube search results via BrowserAct API. Agent should proactively apply this skil...
安全使用建议
This skill appears to do what it says: it calls BrowserAct's workflow API to extract YouTube channel data and prints the results. Before installing, verify you are comfortable giving BrowserAct an API key (BROWSERACT_API_KEY) because the script will send that key to api.browseract.com as a Bearer token. Fix the manifest typo ('pyhon' -> 'python') or ensure a Python runtime is available, and make sure the Python 'requests' package is installed in the environment. Only provide the BrowserAct key (do not reuse other sensitive credentials). If you need stronger assurance, confirm the BrowserAct template ID/endpoint and review BrowserAct's privacy/usage policies; rotate the API key after testing and avoid granting broader credentials to this skill. If you see the skill requesting additional unrelated credentials or endpoints later, treat that as a red flag.
功能分析
Type: OpenClaw Skill
Name: youtube-channel-api-skill
Version: 1.0.0
The skill bundle is designed to interact with the BrowserAct API to extract YouTube channel data. The `SKILL.md` provides clear, non-malicious instructions for the agent, including proper API key handling and error management, with no evidence of prompt injection. The `youtube_channel_api.py` script securely retrieves the API key from an environment variable and passes user-provided keywords as JSON payload values to the external API, mitigating local command injection risks. There is no evidence of data exfiltration beyond the stated purpose, persistence mechanisms, or other malicious behaviors. A minor typo ('pyhon' instead of 'python') exists in `_meta.json` but is not a security concern.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and the included script all focus on calling BrowserAct's workflow API to extract YouTube channel data. The required environment variable (BROWSERACT_API_KEY) matches the code's Authorization Bearer usage. The only mismatch is a probable typo in the declared required binary ('pyhon' instead of 'python'), and the SKILL metadata does not declare the Python 'requests' package dependency even though the script imports it.
Instruction Scope
SKILL.md instructs the agent to check for the BrowserAct API key, run the provided script with keywords and optional upload_date, monitor terminal logs, and apply a simple retry policy. The instructions do not ask the agent to read unrelated files, other environment variables, or to send data to endpoints beyond api.browseract.com. Error-handling behavior described in SKILL.md matches the script.
Install Mechanism
There is no install specification (instruction-only with an included script), which is low-risk. Note: the script requires Python and the 'requests' library, but the manifest incorrectly lists 'pyhon' and does not declare the requests dependency; this could cause runtime failures if the environment lacks requests or if an automated pre-check looks for 'python' and fails on the typo.
Credentials
Only BROWSERACT_API_KEY is requested and used; the script uses it solely to authorize calls to BrowserAct endpoints. No other credentials, secrets, or unrelated environment variables are required or accessed.
Persistence & Privilege
The skill does not request permanent platform presence (always is false), does not modify other skill or system configs, and does not elevate privileges. Autonomous invocation is allowed by default but not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-channel-api-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-channel-api-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
YouTube Channel API Skill 1.0.0 – Initial Release
- Enables automated extraction of structured YouTube channel data via the BrowserAct API.
- Supports keyword-based search with optional upload date filtering.
- Handles error and retry logic, including API key validation prompts and single retry on failure.
- Outputs detailed channel info: name, URL, verification, handle, subscribers, description, and thumbnail.
- Designed for use cases like creator discovery, influencer sourcing, competitor tracking, and channel database building.
元数据
常见问题
youtube-channel-api-skill 是什么?
This skill helps users automatically extract structured channel data from YouTube search results via BrowserAct API. Agent should proactively apply this skil... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。
如何安装 youtube-channel-api-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-channel-api-skill」即可一键安装,无需额外配置。
youtube-channel-api-skill 是免费的吗?
是的,youtube-channel-api-skill 完全免费(开源免费),可自由下载、安装和使用。
youtube-channel-api-skill 支持哪些平台?
youtube-channel-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 youtube-channel-api-skill?
由 Maggia(@ccmagia2-gif)开发并维护,当前版本 v1.0.0。
推荐 Skills