← 返回 Skills 市场
178
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-media-downloader-weixin
功能描述
下载微信公众号文章(mp.weixin.qq.com)中的视频、音频和音乐卡片。适用于:用户想把公众号文章里的 1 个或多个视频、多个音频/音乐保存到本地;直接抓取被微信“环境异常/去验证”拦截;需要通过可见 Chrome + 人工验证 + 远程调试抓取真实媒体地址,再自动下载、提取标题、重命名并整理输出。优先用...
安全使用建议
This skill appears internally consistent and implements the stated CDP+manual-verification approach. Before using it: 1) Only use it for media you have permission to save. 2) Start Chrome with the remote-debugging flag only on a trusted, firewalled machine (the script connects to localhost:9222); avoid exposing that port to networks. 3) Inspect the included scripts yourself (they are short, plain Python) and run them locally rather than as a privileged user. 4) The skill recommends installing Playwright and optionally yt-dlp via pip — review those packages if you have policy concerns. If you will run this on a shared or remote host, consider the risk of opening a CDP port and the presence of downloaded files on that host.
功能分析
Type: OpenClaw Skill
Name: wechat-media-downloader-weixin
Version: 1.0.0
The skill bundle is a specialized tool for downloading media from WeChat Official Accounts by leveraging a user-initiated Chrome session with remote debugging enabled. The scripts (capture_wechat_media.py and download_wechat_media.py) use Playwright and standard Python libraries to monitor network traffic and extract media URLs (video/audio) from the browser session, which is a legitimate technique for bypassing anti-scraping measures. No evidence of data exfiltration, malicious execution, or unauthorized access was found; the code logic is transparent and strictly aligned with the stated purpose of media retrieval.
能力评估
Purpose & Capability
Name/description match the included scripts and runtime instructions: both capture_wechat_media.py and download_wechat_media.py implement the described CDP-based capture and HTTP download flow for WeChat article media (mpvideo.qpic.cn and res.wx.qq.com). Suggested tools (playwright, yt-dlp) are reasonable for this task.
Instruction Scope
SKILL.md stays within the stated purpose: it instructs trying headless fetch first, then using visible Chrome + manual verification + CDP to capture media URLs, saving page HTML and captured requests, then downloading and renaming. One operational/security note: it requires the user to start Chrome with --remote-debugging-port=9222 (local CDP access); this is necessary for the workflow but has an operational security implication if that port were exposed to untrusted networks. The instructions do not ask the agent to read unrelated files or exfiltrate data to third-party endpoints.
Install Mechanism
There is no automated install spec in the package (instruction-only install). The README recommends a user-level pip install of playwright and optionally yt-dlp — appropriate and proportional for the stated functionality. No downloads from untrusted URLs or archive extraction are present in the package.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The scripts only connect to localhost CDP (127.0.0.1:9222) and fetch public media URLs; this matches the intended function. No unrelated secrets or tokens are requested or used.
Persistence & Privilege
Skill metadata does not force always:true and does not request persistent privileges. The scripts write only local artifacts (manual_page.html, JSON manifest, downloaded media) to user-specified directories; they do not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-media-downloader-weixin - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-media-downloader-weixin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布:支持公众号文章视频与多段音频抓取、人工验证接管、标题提取、重命名与整理输出。
元数据
常见问题
微信公众号媒体下载器 WeChat Media Downloader 是什么?
下载微信公众号文章(mp.weixin.qq.com)中的视频、音频和音乐卡片。适用于:用户想把公众号文章里的 1 个或多个视频、多个音频/音乐保存到本地;直接抓取被微信“环境异常/去验证”拦截;需要通过可见 Chrome + 人工验证 + 远程调试抓取真实媒体地址,再自动下载、提取标题、重命名并整理输出。优先用... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。
如何安装 微信公众号媒体下载器 WeChat Media Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-media-downloader-weixin」即可一键安装,无需额外配置。
微信公众号媒体下载器 WeChat Media Downloader 是免费的吗?
是的,微信公众号媒体下载器 WeChat Media Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号媒体下载器 WeChat Media Downloader 支持哪些平台?
微信公众号媒体下载器 WeChat Media Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号媒体下载器 WeChat Media Downloader?
由 EwanWu(@ewanwu)开发并维护,当前版本 v1.0.0。
推荐 Skills