← 返回 Skills 市场
wenjie0112

WeChat Video Downloader

作者 wenjie0112 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
269
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-video-downloader
功能描述
从微信公众号文章中提取并下载视频。使用场景:用户发送公众号文章链接并要求下载其中的视频,或提到"微信视频下载"、"公众号视频"、"mp.weixin.qq.com 视频"等关键词。自动识别页面中的视频播放器,提取真实视频 URL 并下载到本地。
安全使用建议
This skill appears to do exactly what it claims: automate the OpenClaw browser to extract a video URL and download it with curl. Before installing, consider: (1) legal/copyright implications — only download content you are allowed to; (2) it will open pages using the OpenClaw browser context and may access content available to any logged-in sessions/cookies there — clear sensitive sessions if needed; (3) downloaded files can be large — ensure disk space; (4) the script runs local subprocesses (openclaw, curl) — inspect the included Python file if you want to verify behavior. If you want extra caution, run the skill in an isolated environment or review the script source (it's included) before use.
功能分析
Type: OpenClaw Skill Name: wechat-video-downloader Version: 1.0.0 The skill is a legitimate utility for downloading videos from WeChat Official Account articles. It uses the OpenClaw browser automation interface to interact with pages and 'curl' to download the resulting video streams. The Python script 'scripts/download_wechat_video.py' follows safe coding practices by using list-based subprocess calls to prevent shell injection and contains no evidence of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and the included Python script are all aligned: they open a WeChat article via the OpenClaw browser, locate a video element, extract the video URL, and download it with curl. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Instructions tell the agent to open the article with OpenClaw browser, snapshot the page, click play, evaluate JS to read the <video> src, and use curl to download. These steps are within the skill's stated purpose. Note: the browser automation will run in the OpenClaw browser context and therefore may use any cookies/session state present there (so it can access content available to that session).
Install Mechanism
No external install or downloads are specified (instruction-only skill with a bundled script). The code is included in the skill package; nothing is fetched from third-party URLs or arbitrary hosts during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime does call the system 'openclaw' CLI and 'curl', which are reasonable for browser automation and downloading and match the declared dependencies.
Persistence & Privilege
always is false and the skill does not request permanent/global privileges or modify other skills. It operates only when invoked and uses local browser automation; autonomous invocation is allowed but not unusual for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-video-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-video-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Download videos from WeChat official account articles
元数据
Slug wechat-video-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Video Downloader 是什么?

从微信公众号文章中提取并下载视频。使用场景:用户发送公众号文章链接并要求下载其中的视频,或提到"微信视频下载"、"公众号视频"、"mp.weixin.qq.com 视频"等关键词。自动识别页面中的视频播放器,提取真实视频 URL 并下载到本地。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 WeChat Video Downloader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-video-downloader」即可一键安装,无需额外配置。

WeChat Video Downloader 是免费的吗?

是的,WeChat Video Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeChat Video Downloader 支持哪些平台?

WeChat Video Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WeChat Video Downloader?

由 wenjie0112(@wenjie0112)开发并维护,当前版本 v1.0.0。

💬 留言讨论