# Skill 052

> Convert text scripts into video presentations using AI-driven avatars and backgrounds.

- Skill: `legendtkl/skill-052` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/skill-052`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/skill-052/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/skill-052

---


# Text to Video Synthesizer

Transform your written scripts into engaging video presentations effortlessly using AI technology. This skill uses the same AI models as speech-to-text but focuses on video creation instead.

## Usage

To create a video from your text, you can use the following command:

```bash
python3 scripts/synthesize_video.py --script "Your script goes here" -o output_video.mp4 --avatar cartoon
```

This command will generate an output video file named `output_video.mp4`, featuring a cartoon avatar narrating your script against a visually appealing background. 

You can customize the avatar and background using various parameters to create the desired visual experience.
