agentsclimarketplace

Generate video

Skill indranilbanerjee/socialforge/skills/generate-video

Open-source agency-grade social media production plugin — 16 skills, 25 commands, AI image (Nano Banana Pro) + AI video (Kling v3.0 Pro) + C2PA signing (EU AI Act Article 50). Installs on Claude Code, Cowork, Codex, Cursor, Copilot CLI, Antigravity. By Indranil Banerjee (indranil.in).

Install
npx -y skills add indranilbanerjee/socialforge --skill generate-video

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate short-form video clips via a 5-stage human-in-the-loop pipeline: concept, keyframes, video generation, and delivery.

SKILL.md

5.3 KB, as published. Nobody here has run it

/socialforge:generate-video — Video Production Kit

Generate video production assets through a 5-stage human-in-the-loop pipeline. Each stage requires user approval before advancing.

Context efficiency

Asset-heavy skill. Grep before Read the asset catalog (${CLAUDE_PLUGIN_DATA}/<brand>/assets/index.json) — never list the asset directory. Reference generated images / videos by path, not by loading metadata. Brand profile loads once per session.

Prerequisites

  • Credentials must be configured via /socialforge:setup:
    • Vertex AI (Gemini Imagen) — used for first-frame and last-frame keyframe generation
    • WaveSpeed API — used for image-to-video generation via Kling v3.0 Pro
  • Brand profile must be active (/socialforge:switch-brand if needed)
  • Calendar must be parsed (/socialforge:parse-calendar) with video posts identified

The 5-Stage Pipeline

Stage 1: Video Concept (no API call)

Claude generates 2-3 video concept ideas based on the post brief, brand voice, and platform requirements. Each concept includes:

  • Working title and hook
  • Visual narrative arc (opening, middle, close)
  • Suggested duration and pacing
  • Tone and style direction

The user picks one concept (or requests refinements) before proceeding.

Stage 2: First Frame Generation (Vertex AI / Gemini Imagen)

Generate 2 first-frame options based on the chosen concept. These set the opening visual and establish the look and feel.

  • Images are shown inline in the terminal for immediate review
  • User selects one or requests a regeneration with adjusted direction

Stage 3: Last Frame Generation (Vertex AI / Gemini Imagen)

Generate 2 last-frame options that complete the visual narrative arc, matching the approved first frame.

  • Images are shown inline in the terminal for immediate review
  • User selects one or requests a regeneration with adjusted direction

Stage 4: Video Generation (WaveSpeed / Kling v3.0 Pro)

Using the approved first and last frames, generate 2 video versions via WaveSpeed's Kling v3.0 Pro image-to-video endpoint (3-15 seconds).

  • A video gallery is opened in the browser for side-by-side comparison
  • User selects the final version or requests a regeneration

Stage 5: Post-Process, Save & Deliver

After the user picks the final video, post-processing runs before saving:

  • Logo watermark is automatically added to the video via video_postprocess.py
  • Subtitles: User is asked whether to burn subtitles into the video (optional). SRT was already generated from the script and is saved separately regardless.
  • Background music: If the video has no audio (sound=False in Kling config), user is asked whether to add background music (optional).
  • Platform resize: Video is automatically resized for each target platform (letterbox/pillarbox with black padding, no stretching)

Save all final assets to {post_folder}/ -- keyframes in keyframes/, video versions in versions/, platform-resized final videos in final/:

  • Video files (.mp4) — post-processed and resized per platform
  • Script — timestamped narration/dialogue
  • Storyboard — shot-by-shot visual breakdown with keyframe references
  • SRT subtitle file (.srt) — for captioned playback

Output Per Video Post

AssetFormatAlways Generated
ScriptMarkdownYes
StoryboardMarkdown + keyframe imagesYes
ThumbnailPNG/WebP (via compose-creative)Yes
First framePNGYes (Stage 2)
Last framePNGYes (Stage 3)
AI Video ClipMP4 via WaveSpeed / Kling v3.0 Pro (image-to-video, 3-15 seconds)If pipeline completed
SRT subtitles.srtIf video generated

Video Types

TypeDurationAI GenerationProduction Notes
hero_video30-90sPartial — AI generates 3-15s hero clip; full version needs filmingScript + storyboard + AI teaser clip
mini_case_study30-60sYes — AI animation from keyframesFull pipeline supported
short_reel15-30sYes — ideal for AI generationFull pipeline supported
story15sYes — image-to-video animationFull pipeline supported
talking_head30-120sNo — needs filmingScript + storyboard only (use --script-only)

Rules

  • Every stage requires explicit user approval before advancing
  • --script-only skips Stages 2-4 and generates script + storyboard only
  • --thumbnail generates a video thumbnail via compose-creative (independent of the pipeline)
  • AI video clips are never auto-saved; user must confirm the final selection
  • Thumbnails use the same creative mode system as static images
  • All assets save to {post_folder}/ -- keyframes in keyframes/, video versions in versions/, final video in final/

Timeout & Fallback

  • AI video generation (Stage 4): 300-second timeout (Kling v3.0 Pro can take several minutes for high-quality output)
  • Keyframe generation (Stages 2-3): 60-second timeout per image
  • If video generation fails or times out, deliver script + storyboard + keyframes as fallback

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.