BeClaude

video-maker

New
1Community RegistryGeneralby Renoise

AI video production skills — creative direction, generation, editing, and e-commerce content

First seen 5/22/2026

Summary

The video-maker skill transforms Claude Code into an AI video production studio, enabling creative direction, multimodal analysis, AI generation, editing, and e-commerce content creation.

  • It integrates with Renoise's engine and Gemini for visual understanding, making it ideal for developers automating video workflows.

Overview

AI video production skills by Renoise — creative direction, generation, analysis, e-commerce content, and download.

Skills

SkillDescription
directorCreative director — single entry point for all video creation (product ads, short films, TikTok e-commerce, drama, comedy)
gemini-genVisual understanding & multimodal analysis via Gemini 3.1 Pro (product analysis, video script extraction, style extraction)
renoise-genAI video & image generation engine — renoise-cli, material pool, product design sheets, scene backgrounds
video-downloadVideo downloader (yt-dlp + Douyin/TikTok fallback)

Installation

Claude Code

  1. Add the marketplace:
bash
claude plugin marketplace add ArcoCodes/renoise-plugins-official
  1. Install the plugin:
bash
claude plugin install renoise@renoise-plugins-official

OpenClaw

bash
openclaw plugins install @renoise/plugin
  1. Launch Claude Code and run the setup command to connect your Renoise account:
code
/renoise:setup

This will guide you through connecting your API key and enabling the real-time credit balance display in the status bar.

Environment Variables

VariableRequired ByDescription
RENOISE_API_KEYAll skillsRenoise API credential. Get one at https://www.renoise.ai

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/video-maker.md https://raw.githubusercontent.com/ArcoCodes/renoise-plugins-official/main/SKILL.md
3
Invoke in Claude Code
/video-maker

Use Cases

Generate product ads for e-commerce by analyzing product images and creating tailored video scripts.
Extract and repurpose video scripts from existing content using Gemini's multimodal analysis.
Create short films or TikTok-style videos with AI-generated scenes and backgrounds.
Download videos from YouTube, Douyin, or TikTok for further processing or analysis.
Design video storyboards and creative direction for marketing campaigns.
Automate batch video production for e-commerce catalogs using product design sheets.

Usage Examples

1

/video-maker director 'Create a 30-second product ad for a smartwatch, focusing on fitness features'

2

/video-maker gemini-gen analyze 'Analyze this video script and extract the style elements'

3

/video-maker renoise-gen generate 'Generate a scene with a futuristic city background for a tech ad'

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is video-maker?

The video-maker skill transforms Claude Code into an AI video production studio, enabling creative direction, multimodal analysis, AI generation, editing, and e-commerce content creation. It integrates with Renoise's engine and Gemini for visual understanding, making it ideal for developers automating video workflows.

How to install video-maker?

To install video-maker: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/video-maker.md https://raw.githubusercontent.com/ArcoCodes/renoise-plugins-official/main/SKILL.md. Finally, /video-maker in Claude Code.

What is video-maker best for?

video-maker is a skill categorized under General. Created by Renoise.

What can I use video-maker for?

video-maker is useful for: Generate product ads for e-commerce by analyzing product images and creating tailored video scripts.; Extract and repurpose video scripts from existing content using Gemini's multimodal analysis.; Create short films or TikTok-style videos with AI-generated scenes and backgrounds.; Download videos from YouTube, Douyin, or TikTok for further processing or analysis.; Design video storyboards and creative direction for marketing campaigns.; Automate batch video production for e-commerce catalogs using product design sheets..