Wechat Video Skill
Description
WeChat Video Skill —— 教会你的 AI Agent 下载微信视频号视频的 Agent Skill。给链接 → 解密无水印 MP4 → 自动发回微信/飞书。适用于 Claude Code / Codex / Cursor / DSH。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
WeChat Video Skill 📹
**这是一个 Agent Skill**——不是又一个下载器客户端,而是一份教 AI 干活的"技能包":装进你的 Agent,它就永久学会了「下载微信视频号视频」这件事。
给任意 AI Agent(Claude Code / Codex / Cursor / DSH…)一个视频号分享链接,它自动完成:捕获 → 解析 → 无水印解密下载 → 直接把视频发回你的**微信**或**飞书**。
An open-source [Agent Skill](https://agentskills.io) that teaches any AI agent (Claude Code / Codex / Cursor / DSH / …) to download WeChat Channels (视频号) videos from a share link — decrypted, watermark-free, and optionally delivered straight back to your WeChat or Feishu.
下载完成后,视频自动送达你的微信
为什么会有这个项目
下载视频号视频一直是件痛苦的事:
| 过去的痛点 | 现在 |
|---|---|
| 视频流加密,抓下来打不开 | 自动 ISAAC-64 解密,得到标准 MP4 |
| 在线解析网站三天两头失效 | 零第三方依赖,全部本地完成 |
| 抓包工具配置繁琐(证书/代理/手动导出) | install_backend.py 一条命令装好后端,Agent 编排全流程 |
| 下载后还要自己想办法传手机 | 下载完自动推回你的微信(或飞书),超 25MB 自动压缩 |
工作原理
分享链接 (weixin.qq.com/sph/...)
│
▼
┌─ 本地代理捕获 ──────────────────────────┐
│ wx_channels_download 启动本地代理 │
│ 微信 PC 端播放视频 → feed 自动入浏览历史 │
└──────────────┬──────────────────────────┘
▼
浏览历史 API:真实媒体地址 + decode_key
▼
curl 下载密文流 → ISAAC-64 解密前 128KB
▼
标准 MP4 → 自动发送到你的微信 / 飞书
核心思路来自开源项目 [`ltaoo/wx_channels_download`](https://github.com/ltaoo/wx_channels_download)(Go):本地代理注入微信 PC 端。本项目把它包装成 **Agent Skill**——编排逻辑写在 SKILL.md 里,脚本只做原子操作,任何支持 Agent Skills 的 AI 都能直接驱动。
快速开始(三步)
⚠️ 前提:必须在「微信电脑端」操作
本 Skill 的捕获机制依赖**电脑端微信(Windows / Mac PC 微信)打开视频号页面**——只有 PC 端的流量会经过本地代理被捕获。**手机微信不行**:手机上的播放、浏览、分享,本 Skill 都感知不到。
记住这个口诀:**视频在电脑端微信的视频号里看,下载交给 Agent。**
第 1 步:把 Skill 装进你的 Agent
把仓库链接直接发给你的 Agent,让它自动安装:
帮我安装这个 skill:https://github.com/KinGao294/wechat-video-skill
或者手动克隆到 skills 目录:
# Claude Code
git clone https://github.com/KinGao294/wechat-video-skill.git ~/.claude/skills/wechat-video-skill
# DSH
git clone https://github.com/KinGao294/wechat-video-sk
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI