Back to Catalog

AI-powered short-form video generator with OpenAI, Flux, Kling, and ElevenLabs

Cameron WillsCameron Wills
109344 views
2/3/2026
Official Page

Who is this for?

Content creators, digital marketers, and social media managers who want to automate the creation of short-form videos for platforms like TikTok, YouTube Shorts, and Instagram Reels without extensive video editing skills.

What problem does this workflow solve?

Creating engaging short-form videos consistently is time-consuming and requires multiple tools and skills. This workflow automates the entire process from ideation to publishing, significantly reducing the manual effort needed while maintaining content quality.

What this workflow does

This all-in-one solution transforms ideas into fully produced short-form videos through a 5-step process:

  1. Generate video captions from ideas stored in a Google Sheet
  2. Create AI-generated images using Flux and the OpenAI API
  3. Convert images to videos using Kling's API
  4. Add voice-overs to your content with Eleven Labs
  5. Complete the video production with Creatomate by adding templates, transitions, and combining all elements

The workflow handles everything from sourcing content ideas to rendering the final video, and even notifies you on Discord when videos are ready.

Setup (Est. time: 20-30 minutes)

Before getting started, you'll need:

How to customize this workflow to your needs

  • Adjust the Google Sheet structure to include additional data like video length, duration, style, etc.
  • Modify the prompt templates for each AI service to match your brand voice and content style
  • Update the Creatomate template to reflect your visual branding
  • Configure notification preferences in Discord to manage your workflow

This workflow combines multiple AI technologies to create a seamless content production pipeline, saving you hours of work per video and allowing you to focus on strategy rather than production.

AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs

This n8n workflow automates the creation of short-form video content by leveraging AI for script generation, video creation, and voiceovers. It reads content ideas from a Google Sheet, processes them through OpenAI for script and video prompts, uses a placeholder HTTP request for video generation (intended for Flux/Kling), and finally generates voiceovers with ElevenLabs (though ElevenLabs is not directly present in the provided JSON, it's implied by the workflow's purpose and naming). The workflow then records the generated content and video details back into a Google Sheet and sends a notification to Discord.

What it does:

  1. Triggers on Schedule: The workflow runs on a predefined schedule to check for new content ideas.
  2. Reads Content Ideas: Fetches content ideas from a specified Google Sheet.
  3. Filters for New Ideas: Checks if the content idea has already been processed (i.e., if a video URL exists). Only processes new ideas.
  4. Generates Script and Video Prompt (OpenAI): For each new idea, it sends a prompt to OpenAI to generate a short video script and a video generation prompt.
  5. Simulates Video Generation (HTTP Request): Makes an HTTP request, acting as a placeholder for a video generation service like Flux or Kling. It currently returns a dummy video URL.
  6. Generates Voiceover (Implied): Although not explicitly shown in the JSON, the workflow's purpose implies a step for generating voiceovers using a service like ElevenLabs, likely after the video generation.
  7. Updates Google Sheet: Records the generated script, video prompt, and the dummy video URL back into the Google Sheet.
  8. Notifies Discord: Sends a message to a Discord channel with the details of the newly generated video.

Prerequisites/Requirements:

  • n8n Account: A running instance of n8n.
  • Google Account: For Google Sheets and Google Drive integration.
    • Google Sheets Credential: Configured in n8n to access your spreadsheet.
    • Google Drive Credential: Configured in n8n for potential file storage (though not actively used for file uploads in the provided JSON).
  • OpenAI API Key: For generating scripts and video prompts.
    • OpenAI Credential: Configured in n8n.
  • Discord Account: For sending notifications.
    • Discord Webhook URL or Bot Token: Configured in n8n.
  • Flux/Kling (or similar video generation service): While the workflow uses a placeholder HTTP Request, a real-world implementation would require an API endpoint and credentials for a video generation service.
  • ElevenLabs (or similar text-to-speech service): For generating voiceovers. (Not present in JSON, but implied by the workflow's name and purpose).

Setup/Usage:

  1. Import the workflow: Download the JSON and import it into your n8n instance.
  2. Configure Credentials:
    • Set up your Google Sheets credentials.
    • Set up your Google Drive credentials (if you plan to extend the workflow to store video files).
    • Set up your OpenAI API key credential.
    • Configure your Discord credential (e.g., a webhook URL for a channel).
  3. Prepare Google Sheet:
    • Create a Google Sheet with columns for your content ideas, and columns where the workflow can write back the generated script, video prompt, and video URL.
    • In the "Google Sheets" node (ID: 18), specify the Spreadsheet ID and the Sheet Name where your content ideas are located. Ensure the column names match what the workflow expects.
  4. Configure OpenAI Node:
    • In the "OpenAI" node (ID: 1250), ensure your OpenAI credential is selected.
    • Review and adjust the prompt to generate the desired script and video prompt format.
  5. Review HTTP Request Node:
    • The "HTTP Request" node (ID: 19) currently simulates video generation. In a real scenario, you would configure this node to interact with your chosen video generation API (e.g., Flux, Kling). This would involve setting the correct URL, method, headers, and body based on the API documentation of your video service.
  6. Configure Discord Notification:
    • In the "Discord" node (ID: 60), select your Discord credential and customize the message content to include relevant video details.
  7. Activate the Workflow: Once all credentials and nodes are configured, activate the workflow. It will run according to the schedule defined in the "Schedule Trigger" node (ID: 839).
  8. Monitor: Keep an eye on the workflow execution and the output in your Google Sheet and Discord channel.

Related Templates

Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax

Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions

Daniel NkenchoBy Daniel Nkencho
601

Synchronizing WooCommerce inventory and creating products with Google Gemini AI and BrowserAct

Synchronize WooCommerce Inventory & Create Products with Gemini AI & BrowserAct This sophisticated n8n template automates WooCommerce inventory management by scraping supplier data, updating existing products, and intelligently creating new ones with AI-formatted descriptions. This workflow is essential for e-commerce operators, dropshippers, and inventory managers who need to ensure their product pricing and stock levels are synchronized with multiple third-party suppliers, minimizing overselling and maximizing profit. --- Self-Hosted Only This Workflow uses a community contribution and is designed and tested for self-hosted n8n instances only. --- How it works The workflow is typically run by a Schedule Trigger (though a Manual Trigger is also shown) to check stock automatically. It reads a list of suppliers and their inventory page URLs from a central Google Sheet. The workflow loops through each supplier: A BrowserAct node scrapes the current stock and price data from the supplier's inventory page. A Code node parses this bulk data into individual product items. It then loops through each individual product found. The workflow checks WooCommerce to see if the product already exists based on its name. If the product exists: It proceeds to update the existing product's price and stock quantity. If the product DOES NOT exist: An If node checks if the missing product's category matches a predefined type (optional filtering). If it passes the filter, a second BrowserAct workflow scrapes detailed product attributes from a dedicated product page (e.g., DigiKey). An AI Agent (Gemini) transforms these attributes into a specific, styled HTML table for the product description. Finally, the product is created in WooCommerce with all scraped details and the AI-generated description. Error Handling: Multiple Slack nodes are configured to alert your team immediately if any scraping task fails or if the product update/creation process encounters an issue. Note: This workflow does not support image uploads for new products. To enable this functionality, you must modify both the n8n and BrowserAct workflows. --- Requirements BrowserAct API account for web scraping BrowserAct n8n Community Node -> (n8n Nodes BrowserAct) BrowserAct templates named “WooCommerce Inventory & Stock Synchronization” and “WooCommerce Product Data Reconciliation” Google Sheets credentials for the supplier list WooCommerce credentials for product management Google Gemini account for the AI Agent Slack credentials for error alerts --- Need Help? How to Find Your BrowseAct API Key & Workflow ID How to Connect n8n to Browseract How to Use & Customize BrowserAct Templates How to Use the BrowserAct N8N Community Node --- Workflow Guidance and Showcase STOP Overselling! Auto-Sync WooCommerce Inventory from ANY Supplier

Madame AI Team | KaiBy Madame AI Team | Kai
600

Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms

Overview Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform-specific posts with AI, creates contextual images, and publishes via GetLate API. Built with 63 nodes across two workflows to handle LinkedIn, Instagram, and Bluesky—with easy expansion to more platforms. Ideal for: Content marketers, solo creators, agencies, and community managers maintaining a consistent multi-platform presence with minimal manual effort. How It Works Two-Workflow Architecture: Content Aggregation Workflow Monitors Wallabag RSS feeds for tagged articles (to-share-linkedin, to-share-instagram, etc.) Extracts and converts content from HTML to Markdown Stores structured data in Airtable with platform assignment AI Generation & Publishing Workflow Scheduled trigger queries Airtable for unpublished content Routes to platform-specific sub-workflows (LinkedIn, Instagram, Bluesky) LLM generates optimized post text and image prompts based on custom brand parameters Optionally generates AI images and hosts them on Imgbb CDN Publishes via GetLate API (immediate or draft mode) Updates Airtable with publication status and metadata Key Features: Tag-based content routing using Wallabag's native system Swappable AI providers (Groq, OpenAI, Anthropic) Platform-specific optimization (tone, length, hashtags, CTAs) Modular design—duplicate sub-workflows to add new platforms in \~30 minutes Centralized Airtable tracking with 17 data points per post Set Up Steps Setup time: \~45-60 minutes for initial configuration Create accounts and get API keys (\~15 min) Wallabag (with RSS feeds enabled) GetLate (social media publishing) Airtable (create base with provided schema—see sticky notes) LLM provider (Groq, OpenAI, or Anthropic) Image service (Hugging Face, Fal.ai, or Stability AI) Imgbb (image hosting) Configure n8n credentials (\~10 min) Add all API keys in n8n's credential manager Detailed credential setup instructions in workflow sticky notes Set up Airtable database (\~10 min) Create "RSS Feed - Content Store" base Add 19 required fields (schema provided in workflow sticky notes) Get Airtable base ID and API key Customize brand prompts (\~15 min) Edit "Set Custom SMCG Prompt" node for each platform Define brand voice, tone, goals, audience, and image preferences Platform-specific examples provided in sticky notes Configure platform settings (\~10 min) Set GetLate account IDs for each platform Enable/disable image generation per platform Choose immediate publish vs. draft mode Adjust schedule trigger frequency Test and deploy Tag test articles in Wallabag Monitor the first few executions in draft mode Activate workflows when satisfied with the output Important: This is a proof-of-concept template. Test thoroughly with draft mode before production use. Detailed setup instructions, troubleshooting tips, and customization guidance are in the workflow's sticky notes. Technical Details 63 nodes: 9 Airtable operations, 8 HTTP requests, 7 code nodes, 3 LangChain LLM chains, 3 RSS triggers, 3 GetLate publishers Supports: Multiple LLM providers, multiple image generation services, unlimited platforms via modular architecture Tracking: 17 metadata fields per post, including publish status, applied parameters, character counts, hashtags, image URLs Prerequisites n8n instance (self-hosted or cloud) Accounts: Wallabag, GetLate, Airtable, LLM provider, image generation service, Imgbb Basic understanding of n8n workflows and credential configuration Time to customize prompts for your brand voice Detailed documentation, Airtable schema, prompt examples, and troubleshooting guides are in the workflow's sticky notes. Category Tags social-media-automation, ai-content-generation, rss-to-social, multi-platform-posting, getlate-api, airtable-database, langchain, workflow-automation, content-marketing

Mikal Hayden-GatesBy Mikal Hayden-Gates
188