youtube-shorts-automation
YouTube Shorts 자동 생성 및 업로드 파이프라인. Deevid AI Agent로 이미지→영상(BGM+음성 포함) 생성 후 YouTube에 업로드. 크론잡으로 매일 자동 실행 가능. Use when generating short-form vertical videos, creating AI-generated video content, uploading to YouTube Shorts, or automating daily video content pipelines.
Why use this skill?
Automate your YouTube Shorts creation and upload workflow using OpenClaw and Deevid AI. Generate vertical, voice-enabled videos with daily scheduling.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kangjjang/youtube-shorts-automationWhat This Skill Does
The youtube-shorts-automation skill provides a comprehensive end-to-end pipeline for automating the creation and distribution of high-quality vertical video content. Leveraging the Deevid AI platform, this skill transforms static images into engaging YouTube Shorts complete with background music and AI-generated voiceovers. By bypassing inferior 'image-to-video' tools that produce silent clips, the skill ensures all assets are generated through the Deevid Agent, adhering to the crucial 9:16 aspect ratio and strict length requirements. The pipeline includes automated image generation, AI video synthesis, file handling, and YouTube API-based uploads, all of which can be scheduled via OpenClaw cron jobs for a hands-off content strategy.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kangjjang/youtube-shorts-automation
Ensure that your environment is properly authenticated for YouTube API access by placing valid client_secret.json and token.json files in the designated directory, as these are required for the automated upload script to interact with your channel securely.
Use Cases
- Daily Content Pipelines: Automate the daily production of trivia, news, or motivational Shorts without manual intervention.
- Content Repurposing: Convert static blog post headers or infographic images into short-form, viral-friendly video content.
- Bulk Scaling: Generate multiple variations of video content for channel testing or niche expansion without increasing human-hour overhead.
Example Prompts
- "Run the daily YouTube Shorts pipeline using the config in
references/config_example.jsonand post to my channel." - "Create a new 8-second video for my 'Daily Facts' channel using the prompt 'A futuristic city at sunset, 9:16 vertical format' and upload it."
- "Automate a daily cron job that generates and uploads a new Short every morning at 9 AM using the existing Deevid agent settings."
Tips & Limitations
- Strict Workflow Adherence: Always utilize the 'Deevid Agent' model rather than basic image-to-video tools to ensure audio inclusion. Silent videos often lead to poor engagement metrics on the YouTube Shorts feed.
- Resource Management: Keep an eye on Deevid credits, as the agent-based generation process (Start Image Master V2.0) consumes significantly more credits than standard static image creation.
- Session Stability: YouTube and Deevid rely on session cookies and tokens. If uploads fail, verify your OAuth token expiration or browser session status to trigger a re-authentication process.
- Video Length: While the limit is 60 seconds, internal testing shows 8-10 seconds provides the best loopability and retention rate for algorithmic distribution.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kangjjang-youtube-shorts-automation": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution