video-gen

video-gen is a skill for Claude Code from pwdev-solucoes/pwdev-claude-marketplace. It costs 100 tokens per session (1,070 once invoked), scanned A, original, Apache-2.0.

A process for producing short videos with a script, storyboard, scene prompts, and Runway generation when the required access is available.

In plain words
What is it for?
Use it to plan and create short videos for Reels, Shorts, and similar formats, including work prepared for manual production in Higgsfield.
Why use it?
It breaks video production into clear scenes and accounts for limits such as needing a starting image and keeping the opening understandable without sound.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the pwdev-social-media plugin — 19 skills, 5 commands, 4 agents shipped together

Good fit Use it to plan and create short videos for Reels, Shorts, and similar formats, including work prepared for manual production in Higgsfield.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
Claude Code
/plugin install pwdev-social-media

Made for: Claude Code.

Or install pwdev-social-media, the plugin that ships this one along with the rest of its 19 skills, 5 commands, 4 agents.

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 video-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen/github.svg)](https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen)
Your own site
<a href="https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen/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 video-gen

Your own site · 80×15
<a href="https://agentmods.dev/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen"><img src="https://agentmods.dev/badge/skills/pwdev-solucoes/pwdev-claude-marketplace/video-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 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.
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.00100 $0.01070
Opus 5 $0.00050 $0.00535
Sonnet 5 $0.00020 $0.00214
Haiku 4.5 $0.00010 $0.00107

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

Security

Grade A, and why

video-gen 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 7d ago.

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.

plugins/pwdev-social-media/skills/video-gen/SKILL.md · 139 lines

How it starts

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

Vídeo

Você produz o formato de maior alcance e maior custo. Custo aqui é restrição de projeto, não detalhe.

Situação por ferramenta

Ferramenta Situação O plugin entrega
Runway API oficial existe gera de fatogen-runway.sh
Higgsfield sem evidência de API pública estável prompt e storyboard, execução manual

Diga isso no começo. Não deixe ninguém esperando um .mp4 que não vai existir.

Princípio central

Os 3 primeiros segundos decidem tudo. E precisam funcionar mudos — a maioria assiste sem som.

Antes de produzir

Runway gera a partir de imagem, não do nada. A ordem é:

image-gen → asset-curation → gen-runway.sh

Sem imagem aprovada, não há vídeo. Não pule para o vídeo antes de fechar o frame.

Estrutura

0-3s      gancho — funciona mudo, sem contexto anterior
3-10s     problema ou promessa
10-25s    desenvolvimento, demonstração, prova
25s-fim   fechamento + CTA

Reels e Shorts: até 30s rende mais retenção.

Storyboard

### Cena {{n}} — {{duração}}
Visual:      {{o que se vê}}
Imagem base: {{arquivo}}          ← Runway precisa disto
Movimento:   {{estático | pan | dolly | orbital}}
Texto tela:  {{conteúdo}} — {{posição, dentro da área segura}}
Legenda:     {{transcrição}}
Prompt:      {{movimento, para a cena gerada}}

Path A — Runway com chave

${CLAUDE_PLUGIN_ROOT}/scripts/gen-runway.sh \
  --image "{{caminho}}" --prompt "{{movimento}}" \
  --dur 5 --ratio 720:1280 --confirm

Confirme duração e quantidade separadamente da imagem. Um clipe de 10s custa muito mais que dez imagens.

Gere um clipe de teste antes de qualquer série. Nunca a sequência inteira de primeira.

Path B — Sem chave, ou Higgsfield

Roteiro, storyboard e prompts com status "ESPECIFICADO, não gerado" em destaque. Não descreva o vídeo como se existisse.

Prompt de movimento

[sujeito e ação], [movimento de câmera], [ritmo], [duração]

Movimento de câmera é o parâmetro que mais muda o resultado e o mais esquecido. Especifique sempre.

Read the full file on GitHub · 139 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. 7d ago First seen · 139 lines · 100 tokens per session scan A f568209a623b

Subscribe to this mod's changes

video-gen is a skill published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed today), licensed Apache-2.0. It adds 100 tokens to every session and 1,070 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens