ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

youtube-video-generation

Generate YouTube videos and Shorts using each::sense AI. Create faceless videos, explainers, tutorials, product reviews, compilations, and more optimized for YouTube's formats and best practices.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/youtube-video-generation
Or

YouTube Video Generation

Generate engaging YouTube content using each::sense. This skill creates videos optimized for YouTube's various formats including long-form videos, Shorts, and thumbnails.

Features

  • Faceless Videos: AI-generated content without on-camera presence
  • YouTube Shorts: Vertical 9:16 content up to 3 minutes
  • Explainer Videos: Educational content with visual aids
  • Product Reviews: Showcase and review products with AI visuals
  • Tutorials: Step-by-step how-to content
  • News Summaries: Quick news recap videos
  • Compilations: Curated content collections
  • Gaming Highlights: Gaming clip compilations
  • ASMR/Relaxation: Ambient and calming content
  • Channel Branding: Intros, outros, and thumbnails

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 30-second faceless YouTube video about the benefits of meditation, with calming visuals and text overlays",
    "mode": "max"
  }'

YouTube Video Formats & Sizes

FormatAspect RatioResolutionMax DurationUse Case
Long-form Video16:91920x1080UnlimitedStandard YouTube videos
YouTube Shorts9:161080x19203 minutesShort-form vertical content
Thumbnail16:91280x720N/AVideo thumbnail image

Use Case Examples

1. Faceless YouTube Video Generation

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 60-second faceless YouTube video about 5 interesting facts about space. Use stunning space imagery, smooth transitions, and animated text overlays for each fact. Add a cinematic orchestral background music feel. 16:9 aspect ratio at 1920x1080.",
    "mode": "max"
  }'

2. YouTube Shorts from Script

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a YouTube Short (9:16, 1080x1920) from this script: \"Did you know that honey never spoils? Archaeologists found 3000-year-old honey in Egyptian tombs that was still edible!\" Use eye-catching visuals of honey, ancient Egypt, and include bold captions. Make it attention-grabbing for the first 2 seconds.",
    "mode": "max"
  }'

3. Explainer/Educational Video

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-youtube-video-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.