@artale/pi-video

Generate videos programmatically with Pi. React-based video generation.

Package details

skill

Install @artale/pi-video from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-video
Package
@artale/pi-video
Version
1.0.0
Published
May 5, 2026
Downloads
not available
Author
artale
License
MIT
Types
skill
Size
51.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "video",
    "video-generate"
  ],
  "commands": [
    "video"
  ],
  "image": "https://unpkg.com/@artale/pi-video@1.0.0/preview.png"
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Pi Video - Generate Videos Programmatically

React-based video generation, slideshows, animations.

Inspired by remotion-dev/remotion

Quick Start

/video create slideshow "My Presentation"

What It Does

CODE ──► Remotion ──► Video (MP4/GIF)
  │
  └──► React components → Frame by frame
  1. Create - React-based video project
  2. Preview - Live preview in browser
  3. Render - Export as MP4 or GIF
  4. Ship - Embed anywhere

Templates

Template Use Case
slideshow Photo presentations
timeline Progress animations
logo Animated logo reveal
stats Data visualizations
countdown Timer animations

Cost

Method Cost
Local render FREE
Remotion Cloud ~$0.05/min
Local FREE

Installation

npm install @artale/pi-video

Commands

/video create slideshow my-presentation
/video create timeline progress-video
/video create logo brand-reveal
/video list

Requirements

  • Node.js 18+
  • ffmpeg (for rendering)
  • npx (comes with Node)