← Back to Skills Marketplace
joe12801

MeowMusic YouTube MP3

by joe12801 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meowmusic-youtube-mp3
Description
Package and reuse the MeowMusicServer-patched YouTube fallback workflow: Windows Chrome cookie export/sync to server, server-side yt-dlp/yt-dlp-ejs/ffmpeg se...
Usage Guidance
This skill appears to do what it says (enable Windows->server cookie sync and a yt-dlp+ffmpeg fallback), but take these precautions before installing or running it: - Understand the sensitive action: youtube_cookie_sync.py exports local browser cookies and uploads them to a server. Only run this on machines and profiles you trust and with explicit user consent. Do not use production browser profiles unless you fully trust the receiving server. - Verify and restrict the server endpoint: review and, if you implement the server handler, ensure it authenticates correctly, writes cookie files atomically with restrictive permissions (0600), and that the bearer token has minimal scope and expiration. Prefer short-lived or limited-scope tokens. - Metadata mismatch: the skill metadata does not list MEOW_SERVER_URL or MEOW_BEARER_TOKEN as required env vars even though the scripts use them. Expect to provide those values; verify where you store them. - Missing referenced files: SKILL.md mentions Windows helper .bat scripts that are not in the package. Confirm whether those helpers are required and obtain or reimplement them from trusted sources. - Test in a sandbox: run the install script and cookie-sync flow in an isolated test VM/server first (not on production), and inspect produced files and network requests (use a local intercepting proxy if needed). - Review code and server-side implementation: inspect the server endpoint that receives cookies before sending anything. Confirm logging policies so cookies are not written to logs. - If you want tighter safety: avoid uploading real cookies; instead create a disposable test account/profile or a restricted token. Rotate any tokens used after testing. Given the inconsistencies (undeclared env vars, missing helper files) and the sensitive nature of cookie export/upload, proceed only after manual review and with mitigations in place.
Capability Analysis
Type: OpenClaw Skill Name: meowmusic-youtube-mp3 Version: 0.1.0 The skill includes a Python script (scripts/youtube_cookie_sync.py) that extracts sensitive browser cookies using 'yt-dlp --cookies-from-browser' and transmits them to a remote server via a POST request. While this is aligned with the stated purpose of maintaining YouTube access for a music server, the automated extraction and network transmission of browser credentials is a high-risk capability. Additionally, the server setup script (scripts/install_server_env.sh) requires root privileges to install system dependencies and adds a third-party NodeSource repository.
Capability Assessment
Purpose & Capability
The skill's files (install script and cookie-sync script) align with the described goal of syncing Windows Chrome cookies to a server and enabling yt-dlp/ffmpeg downloads. However, the SKILL.md references additional helper Windows scripts that are not present in the file manifest and the skill metadata declares no required env vars even though the workflow expects MEOW_SERVER_URL and MEOW_BEARER_TOKEN.
Instruction Scope
Runtime instructions explicitly tell an operator/agent to export local browser cookies and POST them to a remote server endpoint. That behavior is consistent with the intended purpose but is inherently sensitive: it reads local browser cookie material and transmits it to an external server. The instructions do not attempt to read unrelated system files, but they do assume permission to modify repos and server code (patching an existing service) which can have broad impact if done automatically.
Install Mechanism
There is no opaque or remote install step embedded in the skill bundle itself. The provided install_server_env.sh bootstraps a Debian/Ubuntu host using official NodeSource, apt, pip, and npm sources (nodesource.com, pip, npm). These are standard and proportionate to installing yt-dlp, yt-dlp-ejs and ffmpeg.
Credentials
The package metadata declares no required environment variables, but both documentation and scripts rely on MEOW_SERVER_URL and MEOW_BEARER_TOKEN (the python script will exit if token is missing). Requesting a bearer token and a server URL is reasonable for the cookie-upload workflow, but the omission from declared requirements is an inconsistency and reduces transparency. The skill does not request unrelated cloud credentials or wide-ranging secrets.
Persistence & Privilege
The skill is instruction-only with no 'always' privilege. It does not request persistent, system-wide configuration changes beyond advising edits to the target repo and writing a youtube-cookies.txt file on the server (server-side handler in docs writes to ./youtube-cookies.txt). There is no indication it would modify other skills or agent configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meowmusic-youtube-mp3
  3. After installation, invoke the skill by name or use /meowmusic-youtube-mp3
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
First public release: YouTube MV to MP3 workflow, cookie sync, server env setup, old-source-first + YouTube fallback guidance.
Metadata
Slug meowmusic-youtube-mp3
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MeowMusic YouTube MP3?

Package and reuse the MeowMusicServer-patched YouTube fallback workflow: Windows Chrome cookie export/sync to server, server-side yt-dlp/yt-dlp-ejs/ffmpeg se... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install MeowMusic YouTube MP3?

Run "/install meowmusic-youtube-mp3" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MeowMusic YouTube MP3 free?

Yes, MeowMusic YouTube MP3 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MeowMusic YouTube MP3 support?

MeowMusic YouTube MP3 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MeowMusic YouTube MP3?

It is built and maintained by joe12801 (@joe12801); the current version is v0.1.0.

💬 Comments