auto-weixin-video

Automate video publishing to WeChat Video Account via Playwright.

266|71|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/zrt-ai-lab/opencode-skills --skill auto-weixin-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-weixin-video
Source: https://github.com/zrt-ai-lab/opencode-skills/tree/main/auto-weixin-video
Command: npx skills add https://github.com/zrt-ai-lab/opencode-skills --skill auto-weixin-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This skill automates publishing videos to WeChat video accounts by handling login, uploading media, and setting metadata, saving time and reducing manual work.

Core Features & Use Cases

  • Automates login by saving and reusing cookies across sessions
  • Uploads videos to the WeChat Creator Center and fills in title, topics, and short title
  • Supports scheduling, saving drafts, and adding videos to collections
  • Runs in headless mode for background operation or with a GUI for setup

Quick Start

Install dependencies, run get_cookie.py to log in, and publish a video using publish.py with the required flags.

Frequently Asked Questions about auto-weixin-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WeChat video publishing with cookies?

Automating WeChat video publishing with cookies involves running a setup script to capture your login session, then using Playwright to upload media and set metadata. The cookie is stored locally for subsequent automated posts.

What is the best way to schedule WeChat video posts using browser automation?

Scheduling WeChat video posts via browser automation uses Playwright to interact with the Creator Center. You can set titles and topics, saving videos as drafts or scheduling them for future release without manual intervention.

Does Playwright support headless operation for WeChat video uploads?

Playwright supports headless operation for background WeChat video uploads. You can run an initial non-headless setup to log in and save cookies, then switch to headless mode for automated publishing tasks.

How do I set up my environment before automating WeChat video posts?

Setting up your environment requires installing Playwright dependencies and running a login script. This initial non-headless step captures your session cookie into a local JSON file for authenticating subsequent automated publishing workflows.

Can I use this to organize WeChat videos into collections and drafts?

You can use this automation to organize WeChat videos into collections and drafts. The script fills in titles, topics, and short titles within the Creator Center, allowing you to save content as drafts or add it to existing collections.

Why does the WeChat video automation script need an initial non-headless run?

An initial non-headless run is needed to manually log into the WeChat Creator Center and generate the authentication cookie. Once this session cookie is saved locally, subsequent Playwright automation can run headlessly in the background.