OpenClaw Creates 90% of Video Using AI Models for $69.5

A Reddit user demonstrated using OpenClaw to create 90% of a video, with the remaining 10% involving basic editing in CapCut and YouTube upload.
What OpenClaw Handled
- Selecting the topic
- Generating characters
- Creating the storyboard
- Creating scene setup
- Preparing first frames
- Creating video prompts
- Generating video segments
Manual Steps Required
- Using CapCut to add intro, some text, captions, and a few transitions
- Uploading to YouTube (noted as potentially automatable by an agent)
Results and Output
The final video contained glitches but achieved:
- Consistent characters throughout the video
- Automated processing of many manual steps
- 2 characters, 3 setup environments, 50 first frame images, and 50 4-to-8-second clips created
Models and Costs
Models used:
- OpenAI GPT-5 for topic selection, storyboards, and prompt generation
- VEO3.1 fast
- Nano Banana Pro
Video creation cost breakdown:
- Images: 50 × $0.15 = $7.50
- Clips: 50 × $0.15 × 8 = $60.00
- LLM: 200 × $0.01 = $2.00
- Total: $69.50
Testing and setup with multiple attempts cost an additional $100.
📖 Read the full source: r/openclaw
👀 See Also

Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.

Claude Projects + Gamma Connector: 12-Minute Investor Updates from $12K MRR SaaS Founder
A founder running a SaaS for Indian tutors ($12K MRR) cut investor update time from 3 hours to 12 minutes by using Claude Projects (persistent context) with the Gamma connector to auto-generate visual decks.

Autonomous Magazine Pipeline with Claude Code: Agentic Architecture Breakdown
A seven-step pipeline using Claude Code as an editorial team produces up to five fact-checked, multilingual articles per headline. The system includes five sub-agents, institutional memory via embeddings, and automated fact-checking against a growing database.

OpenClaw Agent Memory Continuity Solution Using Database Query System
An OpenClaw user solved agent memory continuity between sessions by implementing a database that stores session data, allowing the agent to query past references instead of storing entire sessions in context. The agent named Sage could remember previous conversations after session resets using this approach.