logamee-film-forge

Converts articles into narrated HTML slide videos with synchronized subtitles and MP4 output.

71|12|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/logamee/logamee-film-forge --skill logamee-film-forge-logamee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: logamee-film-forge
Source: https://github.com/logamee/logamee-film-forge/tree/main/logamee-film-forge
Command: npx skills add https://github.com/logamee/logamee-film-forge --skill logamee-film-forge-logamee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning written articles or scripts into narrated presentation videos normally requires juggling storyboarding, slide design, TTS audio, subtitle timing, browser recording, and video assembly by hand. This Skill orchestrates that entire pipeline through durable, resumable files so an AI agent can produce a finished MP4 without losing state between steps. ## Core Features & Use Cases - File-based pipeline orchestration: Manages the full chain from article.md through content understanding, theme extraction, storyboard, slide specs, visual logic, deck.html, TTS audio, subtitles, and output.mp4, with staleness rules so any step can resume from files alone. - Content-driven visual design: Uses a content-to-visual-form mapping reference and a minimal GSAP/HTML/SVG toolkit so layout and animation follow the meaning of the content rather than fixed templates. - TTS and subtitle governance: Enforces a four-channel voice-source selection gate, local subtitle preview before paid TTS calls, timestamp alignment from real audio, and browser preview before recording. - Use Case: A technical writer pastes a blog post, confirms a working directory and semi-auto mode, reviews the generated storyboard and HTML deck, picks a free online TTS voice, and receives a narrated MP4 with burned-in subtitles. ## Quick Start Ask your AI agent to use the logamee-film-forge skill to turn your article into a narrated video, then confirm the project directory and execution mode when prompted.

Frequently Asked Questions about logamee-film-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn an article into a narrated video with AI?▼

Provide your article and confirm a project directory and execution mode. The skill saves the source, builds content understanding, a storyboard, slide specs, and an HTML deck, then generates TTS audio, aligns subtitles, records the deck in a browser, and assembles an MP4 with ffmpeg.

What tools are required for HTML slide video production?▼

The workflow commonly needs ffmpeg for audio and video assembly, Playwright or equivalent browser automation for recording, Node.js/npm, a local gsap.min.js bundle, a user-selected TTS channel, and optionally a timestamp tool like Whisper. The skill probes each tool and stops with install guidance if one is missing.

Does this skill bundle TTS engines or JavaScript libraries?▼

No. It is a pure-text workflow guide and does not embed GSAP, Playwright, ffmpeg, TTS engines, or model weights. Your agent installs dependencies locally, and generated decks must load local assets rather than CDN scripts.

How are subtitles synchronized with TTS audio?▼

Subtitle text always comes from the approved Narration field in each slide spec. After TTS, a timestamp tool such as Whisper generates timing from the real audio into subtitles.json and subtitles.srt, replacing duration-based estimates before preview and recording.

Can I use my own voice-cloning API for narration?▼

Yes. At the audio step you choose among four channels: your own voice-cloning API, an already-configured cloned voice, a free online voice, or a free local/offline engine. Credentials stay in environment variables and are never written into project files.

What happens if I edit the storyboard after generating slides?▼

A storyboard change invalidates slide specs, visual logic, the HTML deck, affected TTS audio, timing, subtitles, preview, and recording. Downstream artifacts must be rebuilt, since the workflow never continues from stale files.