← 返回 Skills 市场
imchao9

WeChat Channels Share Downloader

作者 JunChao · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wx-channels-download
功能描述
Resolve and download WeChat Channels / 微信视频号 share links directly, using the online sph resolver and curl. Use when the user wants no local install and no lo...
使用说明 (SKILL.md)

wx_channels_download

Use this skill only for direct https://weixin.qq.com/sph/... share-link resolution and download. It is intentionally scoped to the no-install, no-local-proxy path.

Upstream: https://github.com/ltaoo/wx_channels_download

Boundaries

  • Only use this for content the user is allowed to access and download.
  • Do not bypass paywalls, private access controls, account restrictions, or platform security.
  • Do not start the local proxy, install certificates, change system proxy, run sudo, deploy Cloudflare, or use WeChat PC injection flows for this skill.
  • If the user asks for WeChat PC download-button injection, say this skill does not cover that path.

Direct Download

For a WeChat Channels share link, run:

SKILL_DIR="$(dirname "$(openclaw skills info wx-channels-download | awk -F'Path: ' '/Path:/ {print $2}' | sed 's#^~#'"$HOME"'#')")"
bash "$SKILL_DIR/scripts/download_sph.sh" "https://weixin.qq.com/sph/..."

Optional filename:

bash "$SKILL_DIR/scripts/download_sph.sh" "https://weixin.qq.com/sph/..." "video.mp4"

Use h265 when requested:

WX_CHANNELS_QUALITY=h265 bash "$SKILL_DIR/scripts/download_sph.sh" "https://weixin.qq.com/sph/..." "video_h265.mp4"

The script calls the online resolver at https://sph.litao.workers.dev/api/fetch_video_profile, extracts h264VideoInfo.videoUrl by default, then downloads the returned media URL with curl. Output goes to ~/Downloads.

Direct Media URL

If the user already gives a direct finder.video.qq.com/... media URL:

curl -fL -o "$HOME/Downloads/video.mp4" "\x3Cvideo-url>"

Source Notes

Core facts are derived from upstream README, docs, and CLI source at commit 6fc6cfec01f6ee38c40c9534ff89680fba50ca53 checked on 2026-06-08. This skill uses the upstream online resolver endpoint and does not bundle or start the desktop proxy binary.

安全使用建议
Install only if you are comfortable sending WeChat share-link metadata to the documented resolver service and saving the downloaded media under ~/Downloads. Use it only for content you are allowed to access and download, and choose a unique filename when you want to avoid overwriting an existing file.
能力评估
Purpose & Capability
The stated purpose, docs, and script align: resolve a weixin.qq.com/sph share URL, extract a media URL, and download it with curl.
Instruction Scope
The skill is narrowly scoped to direct share-link downloads and explicitly excludes proxy setup, certificate installation, sudo, Cloudflare deployment, and WeChat PC injection flows.
Install Mechanism
The artifact contains markdown plus one shell script; metadata shows no declared package dependencies or API key requirement.
Credentials
Network use and writing to ~/Downloads are proportionate to the downloader purpose, but users should understand the share URL is sent to the configured online resolver.
Persistence & Privilege
No persistence, privilege escalation, credential access, background service, or broad local indexing behavior was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wx-channels-download
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wx-channels-download 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix ClawHub-installed script invocation and metadata parsing for titles/authors containing spaces
v1.0.0
Initial no-install/no-start share-link downloader
元数据
Slug wx-channels-download
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WeChat Channels Share Downloader 是什么?

Resolve and download WeChat Channels / 微信视频号 share links directly, using the online sph resolver and curl. Use when the user wants no local install and no lo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 WeChat Channels Share Downloader?

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

WeChat Channels Share Downloader 是免费的吗?

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

WeChat Channels Share Downloader 支持哪些平台?

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

谁开发了 WeChat Channels Share Downloader?

由 JunChao(@imchao9)开发并维护,当前版本 v1.0.1。

💬 留言讨论