A collection of Agent Skills for AI video and content generation.
npx add-skill vargHQ/skillsGenerate AI videos using varg SDK React engine with declarative JSX syntax.
Use when:
- Creating videos, animations, talking characters
- Building TikTok/Reels/Shorts content
- Generating slideshows with AI images
- Making talking head videos
Requirements:
- Bun runtime
FAL_API_KEY(required) - Get at https://fal.ai/dashboard/keysELEVENLABS_API_KEY(optional) - For music/voice generation
Features:
- Declarative JSX syntax for video composition
- Automatic caching (same props = instant cache hit)
- Parallel generation where possible
- Support for images, video, music, voice, and captions
After installation, the skill is automatically available to your AI agent.
Example prompts:
Create a 10 second TikTok video about cats
Generate a talking character video with a robot
Make a slideshow with AI images of sunsets
Create an animated video with background music
bunx vargaiThis runs an interactive setup that:
- Prompts for API keys
- Creates project structure
- Installs the skill
- Creates example files
git clone https://github.com/vargHQ/sdk
cd sdk
# Skill auto-loads via .claude/rules/skills/varg-video-generation/
├── SKILL.md # Main instructions
├── scripts/
│ └── setup.ts # Setup script
└── references/
└── templates.md # Code templates
- vargHQ/sdk - Full SDK documentation
- Agent Skills Spec - Agent Skills format
MIT