make-video

Original🇨🇳 Chinese
Translated

Generate videos based on images and prompts. Use this skill when you need to convert images to videos or create dynamic content.

2installs
Added on

NPX Install

npx skill4agent add talesofai/neta-skills make-video

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Generate Video

Prerequisites

Set the environment variable
NETA_TOKEN
.

Usage

bash
npm run neta -- make-video --image-source "https://example.com/image.jpg" --prompt "Animate the image" --model "model_s"

Parameters

ParameterRequiredDefault ValueDescription
--image-source, -iYes-Source image URL
--prompt, -pYes-Prompt for video description
--model, -mNomodel_sModel selection (model_s: fast, model_w: high quality)

Output

Returns results in JSON format, including task_uuid, task_status, and artifacts array.

Related Skills

  • make-image - Generate images
  • merge-video - Merge videos