Autosearch wechat_channels

WeChat Channels (视频号) short video search via TikHub. Returns videos matching a keyword — creator name, title, duration, CDN video URL. Best for Chinese-language video content on WeChat ecosystem. Requires TIKHUB_API_KEY.

install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/wechat_channels" ~/.claude/skills/0xmariowu-autosearch-wechat-channels && rm -rf "$T"
manifest: autosearch/skills/channels/wechat_channels/SKILL.md
source content

Search WeChat Channels (视频号) for Chinese-language short videos. Returns title, creator, duration, and video CDN URL.

Note: Video CDN URLs (

findermp.video.qq.com
) require WeChat session for download. For transcription, use
video-to-text
skills on videos from supported platforms (bilibili/douyin/youtube).

MCP tool example

run_channel("wechat_channels", "Python机器学习教程", k=10)

Quality Bar

  • ≥3 results with valid
    wechat_channels:{creator}
    source
  • Title extracted, HTML tags cleaned
  • Video URL returned for reference