Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ai-vid

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-vid

AI Video Generation CLI with bunli + AI SDK

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

ai-vid

AI Video Generation CLI with bunli + AI SDK. Supports Google Veo and FAL AI.

Install CLI

# Install globally with Bun (recommended)
bun add -g ai-vid

# Or clone and build
git clone https://github.com/aryasaatvik/ai-vid
cd ai-vid
bun install
bun run build

Usage

# Generate a video
ai-vid generate -p "A cat walking in a park" -o cat.mp4

# Image-to-video (animate an image)
ai-vid generate -i photo.jpg -p "Make the water move" -o output.mp4

# Generate with specific provider
ai-vid generate -p "A sunset" -P google -m "veo-3.1-generate-preview" -o sunset.mp4

Providers

Set your API key via environment variable:

  • Google: GOOGLE_API_KEY, GEMINI_API_KEY, or GOOGLE_GENERATIVE_AI_API_KEY
  • FAL: FAL_API_KEY

Options

generate

  • -p, --prompt - Text prompt (required)
  • -i, --input - Input image for image-to-video
  • -P, --provider - AI provider (google, fal)
  • -m, --model - Model ID
  • -d, --duration - Video duration in seconds
  • -o, --output - Output file path

batch

  • -i, --input - JSONL file with one job per line
  • -o, --outDir - Output directory
  • -c, --concurrency - Concurrent API calls

Install as Skill

# For Claude Code
npx skills add aryasaatvik/ai-vid -a claude-code

# For all agents
npx skills add aryasaatvik/ai-vid

See skills/ai-video-gen for full skill documentation.

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts