Integration
Claude Code integration
Generate AI videos directly from Claude Code using natural language. Install the NemoVideo skill and start creating videos without leaving your terminal.
Prerequisites
- Claude Code installed and configured (installation guide)
- A NemoVideo account with API access
Installation
Install the NemoVideo plugin in Claude Code with a single command:
claude install-plugin nemovideo/nemovideo-toolsAlternatively, you can install from the plugin repository URL:
Install plugin from the repo https://github.com/nemovideo/nemovideo-toolsConfiguration
Set your API key as an environment variable so the plugin can authenticate with NemoVideo: Get your API key here.
# Add to your shell profile (.bashrc, .zshrc, etc.)
export NEMOVIDEO_API_KEY="nmv_usr_your_api_key_here"
# Or set it for the current session
NEMOVIDEO_API_KEY="nmv_usr_your_api_key_here" claudeUsage Examples
Once installed, simply describe what you want in natural language. Claude will use the NemoVideo skill to generate videos for you.
Basic video generation
“Generate a 5-second video of a golden retriever running on a beach at sunset, cinematic style”
With reference image
“Use this product photo as reference and create a professional commercial video showcasing the product with smooth camera movements”
Using AI characters
“Generate a video with the character Sarah presenting our new feature launch. She should be in a modern office setting, speaking to the camera.”
Batch generation
“Create 3 variations of a product demo video: one cinematic, one minimal, and one with energetic transitions. Each should be 10 seconds.”
How It Works
Describe your vision
Tell Claude what video you want in natural language. Include style, duration, aspect ratio, and any specific requirements.
Skill processes request
The NemoVideo skill parses your request, uploads any reference materials, and submits the generation task to the API.
AI generates video
NemoVideo's AI pipeline processes your request. The skill automatically polls for completion and handles retries.
Download result
Once complete, the video is downloaded to your working directory. Claude will show you the file path and a preview if supported.