auto-douyin

Automate Douyin video uploads and scheduled publishing via Playwright.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the end-to-end publishing workflow for Douyin videos by managing login cookies, uploading content, configuring titles and tags, selecting covers, and scheduling releases.

Core Features & Use Cases

  • Manage login cookies for seamless authentication to Douyin Creator Center.
  • Upload videos, fill titles and topics, and optionally set a cover image.
  • Schedule posts for future publishing and support headless operation for background execution.
  • Use Case: A creator schedules weekly videos to publish automatically without manual intervention.

Quick Start

Invoke the publish script with your video file and title to publish immediately, or specify --schedule to set a timed release.

Frequently Asked Questions about auto-douyin

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

FAQPage Schema
How do I automate video uploads to Douyin Creator Center?

Automating video uploads to Douyin Creator Center requires a valid cookies file at cookies/douyin.json and Playwright installed. Once configured, the script handles video uploads, title configuration, and topic tagging automatically.

Does automated Douyin publishing support scheduled releases?

Automated Douyin publishing supports scheduled releases by invoking the publish script with the --schedule parameter. This allows creators to queue videos for future timed publishing across manual or headless operational environments.

Do I need Playwright to run scheduled Douyin publishing?

Playwright is required as the automation engine to run scheduled Douyin publishing. It drives the browser interactions needed for cookie-based authentication, video uploading, and configuring posts within the Douyin Creator Center.

Can I run Douyin video automation in headless mode?

You can run Douyin video automation in headless mode for background execution. This allows the publishing workflow to operate without opening a visible browser window, making it ideal for automated server environments.

How do I manage login authentication for Douyin automation?

You manage login authentication for Douyin automation by providing a valid cookies file located at cookies/douyin.json. The script uses these stored cookies to authenticate seamlessly into the Douyin Creator Center without requiring manual login.

Can I set a custom cover image when uploading videos to Douyin?

You can optionally set a custom cover image when uploading videos to Douyin. The automation script supports optional cover customization alongside filling video titles, setting topics, and scheduling releases.