TopRank Skills

Home / Claw Skills / API 集成 / youtube-video-generation
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 youtube-video-generation 技能。 若已安装,则直接安装 youtube-video-generation 技能。

Overview

Skill Key
eftalyurtseven/youtube-video-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/youtube-video-generation
Latest Commit SHA
28ca10c8c26fdb1beea2f36aa7dc94fbe80e8fae

Extracted Content

SKILL.md excerpt

# 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

```bash
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

| Format | Aspect Ratio | Resolution | Max Duration | Use Case |
|--------|--------------|------------|--------------|----------|
| Long-form Video | 16:9 | 1920x1080 | Unlimited | Standard YouTube videos |
| YouTube Shorts | 9:16 | 1080x1920 | 3 minutes | Short-form vertical content |
| Thumbnail | 16:9 | 1280x720 | N/A | Video thumbnail image |

## Use Case Examples

### 1. Faceless YouTube Video Generation

```bash
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...

Related Claw Skills