mcpbeat Sign in

Wechat Video Downloader Agent Skill

一键解析视频号视频的真实下载地址。粘贴视频号分享链接,即可获取视频标题、封面图和高清无水印下载地址。触发词:当用户提到'解析视频号'、'视频号下载地址'、'视频号下载'、'视频号无水印下载'时使用

5k tokens
context cost
the whole folder, loaded on every use
6
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
363
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/redfox-data/redfox-community --skill wechat-video-downloader

What comes with it

16 483 bytes besides the instruction
README.en.md
README.md
references/core_workflow.md
references/workflow.md
scripts/parse_video_download.py

The instruction itself

as written by the author

视频号视频下载

简介

粘贴一条视频号分享链接,直接拿到视频的真实下载地址。返回视频标题、封面图和高清无水印视频地址。

适合做内容二创的博主下载素材、运营人员保存竞品视频、剪辑师快速获取源文件。

功能特性

  • 真实地址解析:拿到的是视频直链,可直接下载或浏览器打开
  • 附带元信息:视频标题 + 封面图一并返回,方便归档管理
  • 同步返回:无需等待,一次调用即出结果

使用指南

鉴权

前往 红狐hub 获取 API KEY

配置方式:

  • 设置环境变量 REDFOX_API_KEY
  • 或在 ~/.openclaw/openclaw.json 中配置

快速开始

  • 打开微信,找到想下载的视频号视频
  • 点击视频右下角的 【分享】 按钮
  • 选择 复制链接,粘贴到输入框提交即可

💡 小贴士:可以一次性提交多个链接,用空格隔开就行

视频号链接获取方式

  • 打开微信 → 视频号 → 找到目标视频
  • 点击视频右下角 「分享」 按钮
  • 选择 「复制链接」

支持的链接格式:

  • https://weixin.qq.com/sph/xxxxxx

常见问答

Q:下载地址有水印吗?

A:解析出的是原始视频直链,无水印。

Q:链接有效期吗?

A:解析出的视频地址为临时链接,建议及时下载保存。


> 核心执行流程、接口详情与输出格式详见 references/core_workflow.md

How to use it

Copy the folder

Take redfox-data/wechat-video-downloader from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.