ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/954215110/auto-publisher
Or

What 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

  1. "发布视频到抖音、B站和YouTube,并自动优化标题和标签。"
  2. "Auto-post my latest video file from the downloads folder to all configured social platforms."
  3. "定时发布这个视频到小红书,设置在明天上午十点准时上线。"

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.json file 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

Author@954215110
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-954215110-auto-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#social-media#video-marketing#workflow#browser-automation
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution