← Back to Skills Marketplace
Youtube → Pocket Casts
by
ManuelHettich
· GitHub ↗
· v1.0.0
1778
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pocket-casts-yt
Description
Download YouTube videos and upload them to Pocket Casts Files for offline viewing. For personal use with content you own or have rights to.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pocket-casts-yt - After installation, invoke the skill by name or use
/pocket-casts-yt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Download YouTube videos → upload to Pocket Casts Files
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1778 downloads so far.
How do I install Youtube → Pocket Casts?
Run "/install pocket-casts-yt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Youtube → Pocket Casts free?
Yes, Youtube → Pocket Casts is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Youtube → Pocket Casts support?
Youtube → Pocket Casts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Youtube → Pocket Casts?
It is built and maintained by ManuelHettich (@manuelhettich); the current version is v1.0.0.
More Skills