AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gerar Clip Ia

skill-thiagoxikota-ai-collective-content-lab-gerar-clip-ia · by thiagoxikota

>-

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-thiagoxikota-ai-collective-content-lab-gerar-clip-ia

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-thiagoxikota-ai-collective-content-lab-gerar-clip-ia)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gerar Clip Ia? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Gerar clip de IA (texto/imagem para video por IA)

Cria um clip curto (cerca de 5s) com um modelo de video do fal.ai. Da para usar sozinho ou como uma cena dentro do Remotion.

Atencao com custo

Modelos de video custam dinheiro de verdade (Kling ~US$ 0,35 por clip de 5s). Antes de um evento: defina um limite de gasto no painel do fal.ai, mantenha a duracao em 5s, e evite gerar muitas vezes seguidas.

Quando usar

A pessoa quer um video GERADO por IA (nao a montagem de imagens). Gatilhos: "gera um clip de IA de ondas", "anima essa foto", "ai video of a robot".

Passo a passo

  1. Pegue a descricao do movimento (o que acontece na cena).
  2. Texto para video: so passe o prompt. Imagem para video (animar uma foto): passe --image.
  3. Rode o comando. Pode levar de 30s a alguns minutos.
  4. Mostre o caminho do MP4. Para compor com outras imagens, use a skill criar-video.

Comando exato

# texto para video
node scripts/generate-clip.mjs "ondas quebrando na praia ao por do sol, camera lenta" --duration 5

# imagem para video (anima uma imagem existente)
node scripts/generate-clip.mjs "leve movimento de camera, nuvens passando" --image assets/generated/image-xxx.png --duration 5

Exemplo real

Pessoa: "anima a imagem do por do sol, com um movimento suave de camera"

node scripts/generate-clip.mjs "movimento suave de camera para frente, ondas se movendo devagar" --image assets/generated/image-por-do-sol-1782600000000.png --duration 5

Saida: assets/generated/clip-movimento-suave-de-camera-1782600000000.mp4

Observacoes

  • Precisa da FAL_KEY no .env.
  • Modelos padrao (verificados em 2026-06-27): texto para video fal-ai/kling-video/v2.5-turbo/pro/text-to-video; imagem para video fal-ai/kling-video/v2.5-turbo/pro/image-to-video.
  • Mais barato e descartavel: --model fal-ai/ltx-video (~US$ 0,02, qualidade menor).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.