video-publisher

Installation

$npx skills add MCKRUZ/ComfyUI-Expert --skill video-publisher

Summary

This skill allows an agent to route video publishing tasks to specialized sub-skills (youtube-uploader, youtube-strategy, youtube-plan-new-video) and generate platform-optimized metadata. Invoke when a video is ready to publish or when planning distribution strategy for completed videos.

SKILL.MD

Video Publisher

Thin orchestrator that routes publishing tasks to existing specialized skills.

Publishing Workflow

PUBLISH REQUEST
    |
    |-- Need to plan content first?
    |   |-- youtube-research-video-topic → Research competitors and gaps
    |   |-- youtube-plan-new-video → Generate title, thumbnail, hook
    |   |-- youtube-strategy → Optimize for discovery
    |
    |-- Ready to upload?
    |   |-- Verify video file is ready (video-assembly checklist passed)
    |   |-- Generate metadata (title, description, tags)
    |   |-- youtube-uploader → Upload with metadata
    |
    |-- Post-publish?
    |   |-- youtube-studio → Monitor analytics
    |   |-- Track performance for future optimization

Skill Delegation

Content Planning

TaskDelegate ToInput
Research topic viabilityyoutube-research-video-topicTopic/niche
Plan title + thumbnail + hookyoutube-plan-new-videoResearch results
Optimize for YouTube algorithmyoutube-strategyContent plan

Upload

TaskDelegate ToInput
Upload video fileyoutube-uploaderVideo file + metadata
Manage channelyoutube-studioChannel operations

Analytics

TaskDelegate ToInput
View performanceyoutube-studioVideo/channel ID
Analyze for improvementsyoutube-video-analystVideo URL

Metadata Generation

When preparing to publish, generate:

Title

  • Use youtube-title skill for optimization
  • Keep under 60 characters
  • Include primary keyword
  • Create curiosity gap

Description

{Hook paragraph - what viewer will learn/see}

{Detailed description with timestamps}

{Links to resources mentioned}

{Social links and subscribe CTA}

---
Tags: {comma-separated relevant tags}

Tags

  • Primary topic keyword
  • Related keywords
  • Tool/software names (ComfyUI, Stable Diffusion, etc.)
  • Technique names
  • "AI video generation", "AI art tutorial", etc.

Thumbnail

  • Use youtube-thumbnail skill (via youtube-plan-new-video)
  • Character close-up or dramatic before/after
  • Bold text overlay (3-5 words max)
  • High contrast, readable at small size

Platform-Specific Settings

YouTube

SettingRecommended
Resolution1920x1080 or 3840x2160
FormatMP4 (H.264)
Frame rate24, 30, or 60 fps
AudioAAC, 192kbps+
Aspect ratio16:9
Max file size256GB (12 hours)

YouTube Shorts

SettingRecommended
Resolution1080x1920 (9:16)
Duration15-60 seconds
FormatMP4 (H.264)

Instagram Reels

SettingRecommended
Resolution1080x1920 (9:16)
Duration15-90 seconds
FormatMP4 (H.264)

TikTok

SettingRecommended
Resolution1080x1920 (9:16)
Duration15-180 seconds
FormatMP4 (H.264)

Pre-Publish Checklist

  • Video passes quality check (video-assembly checklist)
  • Title optimized for search + curiosity
  • Description includes timestamps and links
  • Tags are relevant and comprehensive
  • Thumbnail is compelling and readable at small size
  • Category and audience settings are correct
  • Schedule time is optimal (check youtube-strategy)
  • End screen and cards planned
  • Subtitles/CC file ready (if applicable)

Integration

This skill is the final step in the VideoAgent pipeline:

Research → Plan → Generate → Assemble → Publish

It bridges the ComfyUI production pipeline with the YouTube publishing pipeline.