Automated Morning Companion with Quote Wallpaper Generation Using Remotion

A developer shared a detailed automation workflow that creates a personalized morning companion using OpenClaw and other tools, with a unique automated wallpaper generation component using Remotion.
How It Works
The automation starts by pulling a quote from one of 107 books converted to markdown in an Obsidian vault. The script tracks which books and categories have been used to ensure variety each day. It then generates a one-sentence summary of recent work and personal activities from Obsidian's flow lab folder containing work logs and daily personal logs.
The system surfaces three new Reddit threads from specified subreddits, filters them based on interest criteria, and provides one-sentence extracts with explanations of why they might be relevant. It also generates a daily journal prompt to help kickstart thinking.
Wallpaper Generation
Approximately 5-7 minutes after the initial brief, the system generates a custom image featuring the day's quote using Remotion. The AI agent creates the image completely automatically, with creativity enforced through a long selection of design options and a constraint that prevents reusing designs from the previous five days. The developer notes this was the most challenging part of the automation.
If desired, the generated image can be manually adjusted in Remotion's composition interface. The developer uses a digital frame to display favorite images and has automated wallpaper setting through commands like "Ask Cursor to set today's image as wallpaper, print it and send it to the frame."
Other Automations Mentioned
- Comment Guard - described as "really useful"
- Agent Trainer - mentioned in accompanying video
- Clanker Corp - mentioned in accompanying video
The developer emphasizes this is their favorite automation among several they've built, specifically highlighting the novelty of the automated quote-to-wallpaper generation using Remotion.
📖 Read the full source: r/openclaw
👀 See Also

Self-improving AI agent plateaued due to process bloat, fixed by cutting 60% of config
A developer's self-improving AI agent hit a performance plateau as process bloat accumulated, with the writing pipeline growing to 10 steps and nightly research spending more context loading instructions than reading papers. The fix involved cutting ~60% of root config, reducing the writing pipeline from 10 to 5 steps, and restructuring the dream cycle.

Developer debugs service worker redundant bug in Next.js PWA with Claude's help
A developer built Somnia, a Next.js 14 PWA with push notifications, using Claude as a coding partner. The hardest bug involved service workers going REDUNDANT on Samsung Android due to a stale build ID in sw.js.

Using Claude to Build a LinkedIn Lead Gen Pipeline That Replaced €3,000 Freelancer Quote
A developer spent 30 minutes writing a detailed 2-page prompt with Claude Sonnet to create a LinkedIn lead generation system that identifies lead magnet posts, filters and scores prospects, and runs daily on a $5 VPS, replacing quotes of €2,000-5,000 from freelancers.

Running Gemma 4 as a Local Autonomous Agent with Claude Code on 16GB VRAM
A developer successfully configured Google's Gemma 4 31B model to function as a local autonomous coding agent through Claude Code CLI v2.1.92, overcoming VRAM limitations and parsing issues using llama.cpp b8672 and custom Python routing.