auto-publisher
Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishing, scheduled posting, auto-caption generation, and hashtag optimization.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/954215110/auto-publisherWhat This Skill Does
The auto-publisher skill is a comprehensive automation engine designed to streamline multi-platform video distribution. By leveraging Playwright for headless browser automation, it enables users to upload video content to Douyin, WeChat Channels, Xiaohongshu, Bilibili, and YouTube from a single interface. The tool automates repetitive tasks such as login sessions via QR codes, title and hashtag generation, and status tracking through centralized logs. Whether you are a content creator looking to save hours of manual effort or a social media manager handling multiple accounts, this agent acts as your primary deployment controller.
Installation
To begin, ensure you have Python installed on your system. First, navigate to your project directory and execute the following command to install the required browser automation engine:
pip install playwright && playwright install chromium
Once dependencies are installed, initialize the system by running the primary script, which will automatically generate a config/accounts.json file. Populate this file with your platform credentials or rely on the QR code scanner that triggers upon the first execution. No complex API keys are required for basic usage, as the skill mimics human browser behavior.
Use Cases
- Cross-Platform Syncing: Instantly push a single video asset to all your social channels simultaneously.
- Content Pipeline Management: Use the scheduled posting feature to maintain a consistent content calendar across time zones.
- Enterprise Batching: Automate bulk uploads for large-scale video libraries using the provided batch processing scripts.
- Marketing Automation: Automatically optimize descriptions and add trending hashtags to maximize platform-specific visibility.
Example Prompts
- "发布视频到抖音、B站和YouTube,并自动优化标题和标签。"
- "Auto-post my latest video file from the downloads folder to all configured social platforms."
- "定时发布这个视频到小红书,设置在明天上午十点准时上线。"
Tips & Limitations
- Login Persistence: The tool stores cookies locally; if you experience authentication issues, re-scan your QR code to refresh the session.
- Platform Limits: Be aware of varying file size and duration limits (e.g., YouTube supports up to 12 hours, whereas Douyin has a 15-minute cap).
- Security: Always keep your
config/accounts.jsonfile private. Never share this directory, as it contains your active browser session tokens. For high-volume enterprise needs, consider utilizing the official platform APIs when available.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-954215110-auto-publisher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
social-post-generator
Generate engaging social media content for multiple platforms. Use when users need to create posts for Twitter/X, LinkedIn, Instagram, Facebook, or other social platforms. Supports tone customization, hashtag generation, content repurposing, and platform-specific formatting.
video-generator-auto-post
Generate videos using local AI models (ComfyUI/Stable Video Diffusion) and auto-publish to social media platforms. Supports text-to-video, image-to-video, batch processing, and automated posting to Twitter, LinkedIn, Instagram, TikTok.