OpenClaw user shares architecture for 43-agent production system

A developer has shared the architecture of a 43-agent OpenClaw system they've been running in production for their branding consultancy business, which serves over 1,000 clients. The system uses a layered architecture rather than just SOUL.md templates.
Architecture layers
The system is organized into five main layers with specialized agents:
- Layer 0 — Command: NEXUS, FRIEREN, SAGE
- Layer 1 — Intelligence: RADAR, SCOUT, ORACLE, ARC, YIELD
- Layer 2 — Content: ECHO, KIRA, STORM, DANTE, PINE, INK, VIBE, ATLAS
- Layer 3 — Tech: LUMEN, FLUX, BYTE, PULSE, VAULT, HELIX, FLOW
- Layer 4 — Sales: ARIA, HYPE, HEIST, CASH, LEAD, NOVA, DRIP, MAP
Specialist agents
Additional specialized agents include: PIXEL, CANVAS, NANO, WIRE, REEL, CLIP, LENS, TREND, MIRROR, and more.
Agent structure details
The FRIEREN agent is the most developed, consisting of 15 files including directories for memory and skills, plus configuration files like HEARTBEAT.md and IDENTITY.md.
The developer notes they've finally packaged everything into a releasable system and are open to questions about how they structured it.
📖 Read the full source: r/openclaw
👀 See Also

Developer Builds Card Combat Game in 72 Hours Using Claude AI
A developer used Claude AI to build a complete browser-based card combat game called SNAPDOWN in 72 hours. The game includes a 6-stage story, 4 playable classes with unique mechanics, AI opponents, animations, and a tutorial system—all in a single HTML file with no framework or build step.

Localizing Large Codebases with LLMs: A Developer's Workflow for 4,500 UI Keys
A developer shares their workflow for localizing a game with 4,500 UI keys using LLMs. They found that adding context to translation prompts and using local models like Qwen 3 8B produced acceptable quality, while cloud models like Claude and Gemini Pro struggled with file size and accuracy.

AI agent cost breakdown: $12 monthly with local models and cloud APIs
A developer ran an AI agent for a month using Mac Mini + Ollama for local models and cloud APIs, costing $12 total with 80% local usage at $0 and 20% cloud usage at ~$12. A single retry loop consumed $4.80 in 11 minutes, prompting circuit breaker implementation.

OpenClaw User Builds Bank and Credit Card Statement Summarization Skills
A new OpenClaw user self-hosted the tool on a hardened server and used it to develop two custom skills: one to summarize and categorize bank statements, and another to summarize credit card statements with categorization and break detection. The skills automatically generate reports when new statements appear and send Telegram notifications.