LobsterBoard adds theme system and template gallery

Theme system implementation
LobsterBoard has added a theme system that provides five visual options. The original dark mode remains the default. Users can switch themes from a dropdown menu while in edit mode, and the system remembers their choice.
- Terminal theme: Green CRT monitor aesthetic
- Paper theme: Warm cream/sepia color scheme
- Feminine light theme: Soft pinks and lavenders
- Feminine dark theme: Dark background with purple accents
Template gallery functionality
The template gallery allows users to export their entire dashboard layout as a template, complete with an auto-captured screenshot preview. Users can browse other templates and import them in two ways:
- Full replacement of existing dashboard
- Merge below existing widgets
The system automatically strips sensitive data including API keys and calendar URLs during export, preventing accidental exposure of credentials like Google Calendar tokens.
📖 Read the full source: r/openclaw
👀 See Also

How Clawdbot Coordinates 6 AI Agents with a Production-Stable Work Queue
Clawdbot's team built a work queue system to coordinate 6 AI agents (design, code, marketing, ops) for their AI-operated store. The system features atomic task claiming, a state machine, retry logic with backoff, task chains, heartbeat tracking, and a daemon orchestrator.

Automated Claude Code Pipeline Cuts Token Usage from 78k to 15k Per Feature
An open-source pipeline for Claude Code automates 12 phases including pre-check analysis of existing code, reducing token usage from ~78k to ~15k per feature. It offers three profiles (yolo, standard, paranoid) and replaces confidence scores with grep-based validation.

SkyClaw: Rust-Based Autonomous AI Agent Runtime
SkyClaw is an autonomous AI agent runtime built in Rust with a 7.1 MB binary that idles at 14 MB RAM and starts in under one second. It operates on five engineering principles including autonomy, robustness, and brutal efficiency.

sandboxd: Open-Source Tool to Run Multiple Claude Code Agents in Isolated Containers
sandboxd is an open-source (MIT) tool that runs each Claude Code project in its own Docker container with isolated workspace, Claude Code session, and preview URL. It supports parallel agents, auto-sleep, and keeps API keys out of containers.