expert-douyin

Automates Douyin short-video operations from account setup through publishing and data review.

8.5k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-douyin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expert-douyin
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/main/skills/expert-douyin
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-douyin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Running a Douyin (TikTok China) account for business customer acquisition requires consistent content style, scripted production, browser-based publishing, and data-driven iteration. This Skill packages that entire operating loop into six guided workflows so an AI agent can run the account lifecycle instead of improvising each task.

Core Features & Use Cases

  • Style DNA System: Extracts a 17-dimension style profile from reference videos via douyin-style-profiler, aggregates reports into a DNA document and a seven-part production template (topic, title, hook, body, turn, close, CTA) that evolves with performance feedback.
  • Content Production & Publishing: Orchestrates topic research, scripting handoff to content-producer, cover generation, quality gating, and browser-automated publishing to Douyin Creator Center via douyin-publish with login-state checks and rate-limit discipline.
  • Benchmarking & Review: Builds independent benchmark DNAs from competitor videos, fetches comments via douyin-comments for tag and motivation analysis, and runs attribution-based data reviews with content-calibrator.
  • Use Case: A small business owner asks the agent to launch a new Douyin account: the Skill checks business knowledge, builds a positioning plan and keyword map, initializes dna-0 from reference videos, produces and publishes videos, then reviews engagement data weekly to refine the DNA.

Quick Start

Ask the agent to set up a new Douyin account for your business and create the first video based on a reference video link you provide.

Frequently Asked Questions about expert-douyin

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

FAQPage Schema
How do I automate publishing videos to Douyin?

Use the douyin-publish tool, which drives Douyin Creator Center through a camoufox-cli persistent browser session. Run open-page first to verify login state, then run with --video, --title, and --caption to upload, fill, publish, and capture the video link.

How to extract a content style profile from Douyin videos?

Provide video transcripts and cover frames to douyin-style-profiler, which generates a 17-dimension DNA report per video and aggregates reports into a DNA document and production template. Video links must first be broken down with the viral-chaser skill since the profiler accepts only text input.

Can I scrape Douyin video comments without a browser?

Yes, douyin-comments fetches comments over pure HTTP using the stored Douyin cookie and request signing, with no browser launched. It accepts an aweme_id or video URL, supports short links, and outputs JSON plus a like-sorted markdown digest.

What are the publishing limits and login requirements for Douyin automation?

A single Douyin account is limited to 5 posts per 24 hours, and only one publish task may run at a time due to browser session contention. Login must come from a real headed login via login-manager; importing cookies to fake a session is forbidden because it triggers platform risk control.

Why did my Douyin publish report exit code 3?

Exit code 3 means the publish flow completed but no aweme_id was captured, so the post may not have actually gone live. Manually check the Creator Center content management page and share the debug log at /tmp/dy-publish-debug-*.json for diagnosis.