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

Using Claude AI to Create Reusable App Marketing Checklists for Solo Developers
A solo iOS developer used Claude AI to build a comprehensive marketing checklist covering pre-launch, launch week, and post-launch tasks, reducing the process from two weeks to one afternoon per app.

Daily 3.5-Hour Voice + Claude Workflow: Dictate Specs While Walking, Build with Claude Code
A developer walks 3 dogs 12+ times daily (3.5 hours) and uses voice + Claude to brainstorm, research, and produce spec.md files. Then Claude Code builds from those specs.

AI Agent Running Full E-commerce Operation: Inside Report
An AI agent has been operating a complete e-commerce business, handling design, coding, marketing, and operations. The source provides an honest assessment including what doesn't work.

Financial Modeler Builds Local Speech-to-Tool Desktop App with Claude Code
A developer with a financial modeling background used Claude Code to create Sotto, a local Windows speech-to-text application that runs Whisper on GPU. The app features system-wide hotkeys, automatic stop detection, and a Qt UI, with about 2,200 lines of Python across 17 files.