douyin-comments

Automate Douyin creator center comment operations with Playwright and Node.js.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/wenyg/douyin_comments --skill douyin-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-comments
Source: https://github.com/wenyg/douyin_comments/tree/main
Command: npx skills add https://github.com/wenyg/douyin_comments --skill douyin-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of managing comments on Douyin creator works, from listing works to replying to unreplied comments, saving creators significant time and effort.

Core Features & Use Cases

  • List Works: Retrieve a list of all creator works.
  • Export Unreplied Comments: Fetch comments that haven't been replied to for a specific work.
  • Batch Reply: Reply to comments in batches by editing a JSON file.
  • Use Case: A social media manager can use this skill to quickly check for new comments on their client's Douyin videos and respond to them efficiently, ensuring timely engagement.

Quick Start

Use the douyin-comments skill to list all your Douyin works.

Frequently Asked Questions about douyin-comments

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

FAQPage Schema
How do I automate replying to unreplied comments on Douyin creator center?

Automate Douyin comment replies by using Playwright to list works, export unreplied comments to a JSON file, and execute batch replies directly from that JSON data.

How do I export unreplied comments from my Douyin works for batch processing?

Export unreplied comments by running the automation script to fetch unreplied feedback for a specific Douyin work, generating a JSON file for batch processing.

Do I need Node.js and npm to run Playwright browser automation for Douyin comments?

Yes, Node.js and npm are required dependencies to execute the Playwright scripts that automate listing works and batch replying to comments on the Douyin creator center.

Can I manage multiple Douyin creator works and reply to comments in batches?

Yes, batch reply to comments by editing the exported JSON file with your responses, then running the script to apply the replies across multiple Douyin creator works.

What's the best way to handle social media engagement on Douyin without manual effort?

The best way to handle Douyin engagement is using Playwright automation to list works, identify unreplied comments, and apply batch replies from a JSON file, saving significant manual effort.

Are there limitations when using Playwright to automate Douyin creator center operations?

Playwright automates the Douyin creator center interface, meaning operations depend on the website's layout stability and require a valid logged-in browser session to function correctly.