← 返回 Skills 市场
1466
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install some-other-youtube
功能描述
Fetch YouTube video transcripts via APIFY API using residential proxies to bypass bot detection, supporting text and JSON output formats.
安全使用建议
This skill appears to do what it says (use APIFY to fetch YouTube transcripts), but the published metadata omits the APIFY_API_TOKEN requirement that the docs and script clearly need. Before installing or using it: (1) confirm you trust the publisher — the listed name/description are inconsistent; (2) do not commit your APIFY_API_TOKEN to source control and consider using a least-privilege token if APIFY supports it; (3) verify you accept outbound network calls to api.apify.com (the script posts to and polls APIFY actor runs) and the associated costs (~$0.007 per video); (4) run the script in an isolated environment (virtualenv, container) and inspect the code yourself — the included script is short and readable; (5) ask the publisher to update registry metadata to declare the required env var (APIFY_API_TOKEN) and provide a clear description. The mismatch in declared requirements is the primary reason to be cautious; the code itself contains no obvious exfiltration beyond contacting apify.com for expected data.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill bundle is designed to fetch YouTube transcripts using the APIFY API. The `SKILL.md` and `README.md` provide clear, legitimate instructions for setup and usage, including setting an `APIFY_API_TOKEN` environment variable. The `scripts/fetch_transcript.py` script correctly utilizes this token to make API calls exclusively to `api.apify.com` for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All network and file operations are directly aligned with the skill's functionality.
能力评估
Purpose & Capability
The SKILL.md, README, and the included Python script all implement a YouTube-transcript fetcher that calls apify.com (actor karamelo~youtube-transcripts). That aligns with the apparent purpose. However the published skill name ('youtube copy of yt') and lack of a description are odd and the registry metadata does not declare the APIFY_API_TOKEN requirement even though both SKILL.md and the script require it.
Instruction Scope
Runtime instructions are narrowly scoped to calling APIFY: setting APIFY_API_TOKEN, running the Python script, and passing a YouTube URL/ID. The SKILL.md does not instruct reading unrelated files, scanning system paths, or exfiltrating other credentials.
Install Mechanism
No install spec is provided (instruction-only plus a Python script). The only dependency is the widely used 'requests' Python library, which the script checks for and instructs installing. There are no downloads from unknown URLs or archives.
Credentials
The script and SKILL.md clearly require APIFY_API_TOKEN (an API credential) and a python3/runtime with requests; that is proportionate to the stated functionality. The concern is that the registry metadata lists no required environment variables or primary credential — an inconsistency that could lead users to install without realizing they must provide a token. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent/always-on inclusion, does not modify other skills, and has no elevated privileges. It simply performs outbound API calls to apify.com when executed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install some-other-youtube - 安装完成后,直接呼叫该 Skill 的名称或使用
/some-other-youtube触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of youtube-apify-transcript.
- Fetch YouTube transcripts using the APIFY API, bypassing YouTube bot detection with residential proxies.
- Supports basic transcript retrieval, output to file, JSON formatting (with timestamps), and language preference options.
- Simple setup with free APIFY account and API token (no credit card required).
- Handles invalid URLs, missing transcripts, API quota limits, and network errors gracefully.
- Free tier: $5/month credits (~714 videos); usage tracking available.
- Requires APIFY_API_TOKEN environment variable and Python 3 installed.
元数据
常见问题
youtube copy of yt 是什么?
Fetch YouTube video transcripts via APIFY API using residential proxies to bypass bot detection, supporting text and JSON output formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1466 次。
如何安装 youtube copy of yt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install some-other-youtube」即可一键安装,无需额外配置。
youtube copy of yt 是免费的吗?
是的,youtube copy of yt 完全免费(开源免费),可自由下载、安装和使用。
youtube copy of yt 支持哪些平台?
youtube copy of yt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 youtube copy of yt?
由 inaor(@inaor)开发并维护,当前版本 v1.0.0。
推荐 Skills