wechat-video-downloader

wechat-video-downloader is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 77 tokens per session (509 once invoked), scanned A, original, MIT.

A video-link parser for WeChat Channels, WeChat's short-video platform. Give it a shared video link to receive the title, cover image, and a temporary direct link to the original video without a watermark.

In plain words
What is it for?
Use it to download source videos for content work, archive references, or review competitor material.
Why use it?
It removes the need to locate the underlying video file or save its details separately.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to download source videos for content work, archive references, or review competitor material.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/wechat-video-downloader
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add redfox-data/redfox-community-dsh --skill wechat-video-downloader
Clone the repo
git clone --depth 1 https://github.com/redfox-data/redfox-community-dsh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wechat-video-downloader

README.md
[![agentmods](https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-video-downloader/github.svg)](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-video-downloader)
Your own site
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-video-downloader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wechat-video-downloader

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-video-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.00509
Opus 5 $0.00039 $0.00254
Sonnet 5 $0.00015 $0.00102
Haiku 4.5 $0.00008 $0.00051

Measured 7d ago against content hash 18f1233e52f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wechat-video-downloader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/parse_video_download.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wechat-video-downloader/SKILL.md · 58 lines

What it actually says

视频号视频下载

简介

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

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

功能特性

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

使用指南

鉴权

前往 红狐hub 获取 API KEY

配置方式:

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

快速开始

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

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

视频号链接获取方式

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

支持的链接格式:

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

常见问答

Q:下载地址有水印吗? A:解析出的是原始视频直链,无水印。

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


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

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 58 lines · 77 tokens per session scan A 18f1233e52f2

Subscribe to this mod's changes

wechat-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 77 tokens to every session and 509 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

dsh-web-pet-developer

Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…

zhu1090093659/dsh-web · 162 tokens

agent-first-screenshots

Agent-first screenshots — an agent drives the real app via CDP and produces clean, defect-free product screenshots (newsletters, landing pages, social, decks, PR). Dual-channel verification (DOM + pixels + vision) in a capture loop. Use for any "take/redo screenshots of the app" task.

Devin-AXIS/iPolloWork · 69 tokens

dsh-hooks-authoring

Instructions for writing and debugging dsh-hooks-plugin scripts, which run during tool or session events such as before a tool call or after it finishes. These scripts return JSON decisions such as allowing, asking about, or denying an action.

KYinCode/dsh-hooks-plugin · 112 tokens

dsh-webapp-testing

Verify a local web application's rendered browser behavior with console, network, server, and focused regression-test evidence.

hackerFish/awesome-dsh-skills · 27 tokens

web-artifact-designer

A design workflow for producing self-contained HTML or SVG files that open directly in a browser. It covers visual work such as posters, infographics, landing pages, charts, banners, cards, and interface mockups.

xulelenlp/dsh-web-artifact-designer · 115 tokens

adult-tension

A skill for creating and continuing fictional immersive interactive stories for adults, with generated situations, independent non-player characters, advancing time, queued events, and recoverable saves.

daha1216/dsh-adult-tension · 34 tokens