videoagent-video-studio

videoagent-video-studio is a skill for Claude Code from pexoai/pexo-skills. It costs 56 tokens per session (1,791 once invoked), scanned A, original, MIT.

A tool for generating short AI video clips from written descriptions, still images, or reference material. It supports both creating a scene from text and animating an existing image.

In plain words
What is it for?
It helps make short clips for demonstrations, stories, advertisements, and other video content from text or images.
Why use it?
It removes the need to set up separate video-generation services or manually animate still images.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the pexo plugin — 7 skills shipped together

not rated 777repo +2 22d ago A scan Socket: passSnyk: warnSkillSpector: pass 56 tokens original MIT

Good fit It helps make short clips for demonstrations, stories, advertisements, and other video content from text or images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pexoai/pexo-skills/videoagent-video-studio
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pexoai/pexo-skills --skill videoagent-video-studio
Clone the repo
git clone --depth 1 https://github.com/pexoai/pexo-skills

Made for: Claude Code.

Or install pexo, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for videoagent-video-studio

README.md
[![agentmods](https://agentmods.dev/badge/skills/pexoai/pexo-skills/videoagent-video-studio/github.svg)](https://agentmods.dev/skills/pexoai/pexo-skills/videoagent-video-studio)
Your own site
<a href="https://agentmods.dev/skills/pexoai/pexo-skills/videoagent-video-studio"><img src="https://agentmods.dev/badge/skills/pexoai/pexo-skills/videoagent-video-studio/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for videoagent-video-studio

Your own site · 80×15
<a href="https://agentmods.dev/skills/pexoai/pexo-skills/videoagent-video-studio"><img src="https://agentmods.dev/badge/skills/pexoai/pexo-skills/videoagent-video-studio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,791 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 8 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.01791
Opus 5 $0.00028 $0.00896
Sonnet 5 $0.00011 $0.00358
Haiku 4.5 $0.00006 $0.00179

Measured 12d ago against content hash d44a8eccb4db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

videoagent-video-studio scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (proxy/api/generate.js, proxy/api/stats.js, proxy/api/status.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/videoagent-video-studio/SKILL.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🎬 VideoAgent Video Studio

Use when: User asks to generate a video, create a video from text, animate an image, make a short clip, or produce AI video.

Generate short AI videos with 7 backends. This skill picks the right mode (text-to-video or image-to-video), enhances the prompt for best results, and returns the video URL.


Quick Reference

User Intent Mode Typical Duration
"Make a video of..." (no image) text-to-video 4–10 s
"Animate this image" / "Make this move" image-to-video 4–6 s
"Turn this into a video with..." image-to-video 4–6 s
Cinematic, story, ad Prefer text-to-video with detailed prompt 5–10 s

Generation Modes

Mode Description Models
text-to-video Text prompt only → video minimax, kling, veo, hunyuan, grok, seedance
image-to-video Single image + prompt → animated clip minimax, kling, veo, pixverse, grok, seedance
reference-based Reference images/video → consistent output minimax, kling, veo, hunyuan, grok, seedance

Models (use --model <id>)

Model ID T2V I2V Reference Notes
minimax Subject reference image, character consistency
kling Multi-element / character / keyframe (O3)
veo Google Veo 3.1, multiple reference images
hunyuan Video-to-video style transfer
pixverse Stylized image-to-video
grok Video editing via reference video
seedance Seedance 1.5 Pro, synchronized audio, 4–12 s

Full model details and endpoint reference: references/models.md.


How to Generate a Video

Step 1 — Choose mode and enhance the prompt

  • Text-to-video: Expand with subject, action, camera movement, lighting, and style. Be specific about motion (e.g. "camera slowly zooms in", "character walks left to right").
  • Image-to-video: Describe the motion to apply to the image (e.g. "gentle breeze in the hair", "camera pans across the scene"). See references/prompt_guide.md for patterns.

Read the full file on GitHub · 215 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 215 lines · 56 tokens per session scan A d44a8eccb4db

Subscribe to this mod's changes

videoagent-video-studio is a skill published in the GitHub repository pexoai/pexo-skills (777 stars, last pushed 22d ago), licensed MIT. It adds 56 tokens to every session and 1,791 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

video-gen

Use when generate videos with AI models — Runway, Kling, Sora, Pika, Seedance 2.0, Grok Imagine, Veo. Text-to-video, image-to-video, video extension, multi-modal references. Use when generating video from text prompts, animating images, or creating AI video content.

oyi77/1ai-skills · 69 tokens

multimodal-llm

Vision, audio, video generation, and multimodal LLM integration patterns. Use when processing images, transcribing audio, generating speech, generating AI video (Kling v3, Sora 2, Veo 3.1 std/lite/fast, Runway Gen-4.5 via gen4turbo), or building multimodal AI pipelines.

yonatangross/orchestkit · 82 tokens

muapi-director

Turn ONE topic, talking-head video, or photo into a finished Vox-style paper-collage explainer / ad video on the MuAPI platform (api.muapi.ai) + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Three input modalities: a topic (B-roll), a talking-head video (A-roll mode), or…

Anil-matcha/vox-ai-motion-graphics-generator · 99 tokens

minimax-video

A video-generation tool for creating short MP4 videos from text, images, video frames, or a subject reference. It uses the MiniMax Hailuo model and saves generated videos locally.

silingyuan0/minimax-skills · 78 tokens

minimax-cli

Nested swiss-knife reference for the MiniMax mmx CLI and the canonical MiniMax CLI procedure shipped with the TUI: install mmx-cli, discover the correct TUI-managed MiniMax preset/key slot without leaking secrets, match mainland vs international regions, and route image/video/music/TTS generation or one-shot shell…

Lingtai-AI/lingtai · 72 tokens

open-video

Generate, edit, or direct videos via open-source models (MiniMax H3 baseline; Wan2.2 / LTX future). Use when the user wants to turn a concept, script, or reference image into a finished video or multi-shot film — single shots, image-to-video, first-last-frame interpolation, reference-video/audio styling, or stitched…

open-video-ai/open-video · 107 tokens