← 返回 Skills 市场
browseract-ai

youtube-transcript-extractor-api-skill

作者 browser-act · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-transcript-extractor-api-skill
功能描述
This skill helps users automatically extract YouTube video transcripts and metadata via the BrowserAct API. The Agent should proactively apply this skill whe...
安全使用建议
This skill appears coherent and does what it says: it sends the provided YouTube URL and your BrowserAct API key to BrowserAct and prints the transcript/metadata it returns. Before installing or running it, consider the following: (1) confirm you trust BrowserAct (api calls go to https://api.browseract.com), since transcripts and video data are sent to that external service; (2) keep your BROWSERACT_API_KEY secret and only set it as an environment variable in a trusted environment; (3) the Python script uses the third-party 'requests' package — ensure Python and requests are installed in the runtime environment; (4) transcripts may contain sensitive or PII data, so review how outputs are stored or forwarded by your agent; (5) check BrowserAct pricing, rate limits, and privacy policy for suitability. If you want stronger assurance, review the script yourself or run it in an isolated environment with a throwaway API key.
功能分析
Type: OpenClaw Skill Name: youtube-transcript-extractor-api-skill Version: 1.0.0 The skill is a legitimate tool designed to extract YouTube transcripts and metadata using the BrowserAct API. The Python script (youtube_transcript_extractor_api.py) uses standard HTTP requests to interact with api.browseract.com and contains no evidence of malicious execution, data exfiltration, or obfuscation. The instructions in SKILL.md are consistent with the tool's purpose and provide appropriate guidance for the AI agent regarding API key setup and task monitoring.
能力评估
Purpose & Capability
Name/description match the implemented behavior: the script calls BrowserAct workflow endpoints to run a YouTube transcript extractor template. Required env var (BROWSERACT_API_KEY) is appropriate for this API-based task.
Instruction Scope
SKILL.md instructs the agent to check for BROWSERACT_API_KEY, run the included Python script with a TargetURL, and handle a one-time retry on non-auth errors. The runtime instructions and script only perform network calls to BrowserAct and print results; they do not read unrelated files or collect unrelated credentials.
Install Mechanism
There is no install spec (instruction-only), which limits disk writes and is low risk. However, the included Python script imports the third-party 'requests' module but the skill does not document installing Python packages. Users/agents must ensure Python and required packages (requests) are present.
Credentials
Only BROWSERACT_API_KEY is required; that matches the API usage in the code. No other secrets, system config paths, or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It only performs one-off API calls when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-transcript-extractor-api-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-transcript-extractor-api-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
YouTube Transcript Extractor API Skill 1.0.0 - Initial release. - Allows users to extract YouTube video transcripts and metadata via the BrowserAct API using a simple script call. - Supports extraction of video title, URL, publisher, channel link, likes count, and full transcript. - Offers built-in error handling, including API Key validation and one automatic retry on failure. - Provides clear setup and usage guidance for both users and agents. - Requires users to supply their BrowserAct API Key before use.
元数据
Slug youtube-transcript-extractor-api-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

youtube-transcript-extractor-api-skill 是什么?

This skill helps users automatically extract YouTube video transcripts and metadata via the BrowserAct API. The Agent should proactively apply this skill whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 youtube-transcript-extractor-api-skill?

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

youtube-transcript-extractor-api-skill 是免费的吗?

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

youtube-transcript-extractor-api-skill 支持哪些平台?

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

谁开发了 youtube-transcript-extractor-api-skill?

由 browser-act(@browseract-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论