short-drama-publisher

Automated short drama video publisher. Downloads drama content from MoboBoost, uses AI to identify highlight moments, clips 15-second vertical videos with text overlays, and auto-publishes to Facebook. Strawberry TV workflow clone. Triggers: "短剧发布", "short drama", "MoboBoost", "video publisher", "自动发布", "剪辑短剧".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "short-drama-publisher" with this command: npx skills add ye4wzp/short-drama-publisher

Short Drama Publisher (短剧自动化发布)

Automated short drama promotion video workflow, inspired by Strawberry TV model:

  1. 📥 Download drama content from MoboBoost
  2. 🎯 AI-powered highlight detection (scene changes, audio peaks, subtitle emotion)
  3. ✂️ Clip 15-second vertical videos with white English title overlay
  4. 📤 Auto-publish to Facebook

Prerequisites

System Dependencies

# macOS
brew install ffmpeg

# Python dependencies
pip install playwright opencv-python librosa numpy pyyaml
playwright install chromium

Credentials Setup

  1. MoboBoost Cookies

    • Login to https://ckoc.cdreader.com
    • Export cookies using browser extension (e.g., "EditThisCookie")
    • Save as config/moboboost_cookies.json
  2. Facebook Cookies

    • Login to Facebook
    • Export cookies using browser extension
    • Save as config/facebook_cookies.json

Usage

Full Automated Workflow

python scripts/daily_workflow.py

Individual Modules

Download content:

python scripts/moboboost_downloader.py --drama-code 613815

Detect highlights:

python scripts/highlight_detector.py --input data/downloads/video.mp4

Clip video:

python scripts/video_editor.py --input video.mp4 --start 01:23 --title "Drama Name"

Publish to Facebook:

python scripts/facebook_publisher.py --video data/outputs/clip.mp4 --drama-code 613815 --drama-name "DramaName"

Daily Cron Job

# Run daily at 9am
0 9 * * * cd /path/to/short-drama-publisher && python scripts/daily_workflow.py >> logs/cron.log 2>&1

Configuration

settings.yaml

# Video settings
video:
  duration: 15          # Clip duration (seconds)
  width: 1080           # Width
  height: 1920          # Height (9:16 vertical)

# Text overlay settings
text_overlay:
  font: "Arial-Bold"
  size_ratio: 0.05      # Font size as ratio of video width
  color: "#FFFFFF"
  border_color: "#000000"
  border_width: 2
  position_y: 0.75      # Vertical position (ratio from top)

# AI highlight detection weights
highlight_weights:
  scene_change: 0.30
  audio_peak: 0.25
  subtitle_emotion: 0.25
  motion_intensity: 0.20

# Publishing settings
publishing:
  videos_per_day: 3     # Number of videos per day
  interval_minutes: 120 # Interval between posts (minutes)

Directory Structure

short-drama-publisher/
├── SKILL.md                    # This file
├── config/
│   ├── settings.yaml           # Configuration
│   ├── moboboost_cookies.json  # MoboBoost credentials
│   └── facebook_cookies.json   # Facebook credentials
├── scripts/
│   ├── moboboost_downloader.py # Content downloader
│   ├── highlight_detector.py   # AI highlight detection
│   ├── video_editor.py         # Video clipping
│   ├── facebook_publisher.py   # Facebook publisher
│   └── daily_workflow.py       # Main workflow
├── data/
│   ├── downloads/              # Raw downloaded content
│   ├── outputs/                # Clipped videos
│   └── history.json            # Publishing history
├── fonts/                      # Font files
└── logs/                       # Log files

AI Highlight Detection

The highlight detector uses multiple signals to find the most engaging moments:

SignalWeightMethod
Scene Change30%OpenCV frame-by-frame difference analysis
Audio Peak25%Librosa audio amplitude analysis
Subtitle Emotion25%Text sentiment analysis on subtitles
Motion Intensity20%Optical flow magnitude calculation

Each frame gets a composite score, and the highest-scoring 15-second segment is selected.


Important Notes

[!WARNING]

  • MoboBoost and Facebook websites may update, requiring script adjustments
  • Recommend 1-3 videos per day to simulate organic posting rhythm
  • Ensure you have rights to use MoboBoost content for promotion
  • Cookie-based auth may expire; re-export periodically

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Hk Cn Content Matrix

香港/中文内容运营指南 - 小红书、抖音、微信公众号内容创作模板和策略。香港本地化,生活/理财/旅行/美妆赛道。

Registry SourceRecently Updated
740Profile unavailable
General

Video Script Creator

Short video script generator. 短视频脚本生成器、视频脚本、抖音文案、抖音脚本、快手脚本、口播稿、视频拍摄脚本、YouTube脚本、YouTube Shorts脚本、B站脚本、bilibili脚本、分镜脚本、视频大纲、视频文案、短视频创作、Reels脚本、TikTok脚本、vlog脚本...

Registry SourceRecently Updated
Automation

Social Media Automator

Automatically generate social media posts from articles. Supports Twitter, LinkedIn, Instagram, TikTok, and YouTube Shorts. Perfect for content repurposing.

Registry SourceRecently Updated
3950Profile unavailable
Automation

Rss To Social

Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn.

Registry SourceRecently Updated
1460Profile unavailable