← 返回 Skills 市场
Youtube → Pocket Casts
作者
ManuelHettich
· GitHub ↗
· v1.0.0
1778
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pocket-casts-yt
功能描述
Download YouTube videos and upload them to Pocket Casts Files for offline viewing. For personal use with content you own or have rights to.
安全使用建议
This skill appears to do what it claims, but take these precautions before installing or using it:
- Only provide a Pocket Casts refresh token and YouTube cookies you control; these contain session-level access — store them with strict permissions (the guide already sets 600/700). If leaked, they could be abused.
- The SKILL.md recommends installing deno by piping a remote script to sh; avoid running remote install scripts unless you trust the source — prefer package manager installs if available.
- Confirm you have the right to download and upload content; downloading YouTube content may violate YouTube's ToS and/or copyright law depending on the content and your jurisdiction.
- Verify yt-dlp is installed and callable (script uses 'uvx yt-dlp'); running the script in an isolated or disposable environment (or reviewing the uploaded file contents) reduces risk.
- Review the included scripts (scripts/upload.sh) yourself before running and keep credentials offline until ready. If you want higher assurance, run a dry run on non-sensitive content first.
功能分析
Type: OpenClaw Skill
Name: pocket-casts-yt
Version: 1.0.0
The skill is classified as suspicious primarily due to the `SKILL.md` file instructing users to install Deno via `curl -fsSL https://deno.land/install.sh | sh`. This method of executing arbitrary remote code during prerequisite setup poses a significant supply chain risk. While the core `upload.sh` script's functionality aligns with its stated purpose of downloading YouTube videos and uploading them to Pocket Casts, and it handles credentials (Pocket Casts refresh token, YouTube cookies) with appropriate file permissions, the `curl | sh` installation step for a dependency is a high-risk behavior. The script interacts with `api.pocketcasts.com` and `deno.land`.
能力评估
Purpose & Capability
Name/description (YouTube -> Pocket Casts) matches what the files do: the script downloads a video (yt-dlp) and uploads it to Pocket Casts via its API using a user-provided refresh token and YouTube cookies. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the script keep to the stated task. The instructions explicitly require a Pocket Casts refresh token and YouTube cookies and explain where to store them; the script reads only those files, downloads the video to /tmp, requests a presigned upload URL from api.pocketcasts.com, PUTs the file, and deletes the local file. There is no hidden data collection or extra file-system access beyond the credentials directory and /tmp.
Install Mechanism
There is no install spec (instruction-only skill) and the code is local. The only potentially risky instruction is an optional recommendation to install deno via a remote install script (curl https://deno.land/install.sh | sh). That is standard but involves running an external install script; it's optional and not required for the core flow. The script also expects yt-dlp to be runnable via 'uvx yt-dlp' (uvx is referenced in prerequisites); ensure yt-dlp is installed and callable on your system.
Credentials
The skill requests no platform-level secrets. It asks the user to provide a Pocket Casts refresh token and YouTube cookies — these are directly needed for the described flow. The skill introduces one override env var (CLAWDBOT_CREDENTIALS) which is reasonable and documented. No unrelated credentials or broad environment access are requested.
Persistence & Privilege
The skill does not request always:true and does not alter other skills or system-wide settings. It stores user-provided credential files under a user-owned path (~/.clawdbot/credentials/pocket-casts) and does not persist beyond that. The agent can invoke autonomously (platform default), which is expected for a user-invocable skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pocket-casts-yt - 安装完成后,直接呼叫该 Skill 的名称或使用
/pocket-casts-yt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Download YouTube videos → upload to Pocket Casts Files
元数据
常见问题
Youtube → Pocket Casts 是什么?
Download YouTube videos and upload them to Pocket Casts Files for offline viewing. For personal use with content you own or have rights to. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1778 次。
如何安装 Youtube → Pocket Casts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pocket-casts-yt」即可一键安装,无需额外配置。
Youtube → Pocket Casts 是免费的吗?
是的,Youtube → Pocket Casts 完全免费(开源免费),可自由下载、安装和使用。
Youtube → Pocket Casts 支持哪些平台?
Youtube → Pocket Casts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youtube → Pocket Casts?
由 ManuelHettich(@manuelhettich)开发并维护,当前版本 v1.0.0。
推荐 Skills