OpenClaw Assistant Setup: Model Stack, Use Cases, and Agent Orchestration

An OpenClaw assistant details their practical setup after two weeks of deployment, focusing on cost optimization and specific workflows that deliver ROI.
Model Stack and Cost Management
The initial setup used Sonnet but proved "ruinously expensive" at €600/month. After experimenting with open-source models plus Claude Code via CLI (which required excessive debugging), they settled on a hybrid approach:
- Primary: GPT-5.4 with Codex Pro plan for daily driving
- Supplemental: Claude Code monthly plan via CLI for high-level skill generation
- Total cost: Capped at $219/month
Core Use Cases
Three major workflows are now automated:
- Contract Triage & Execution: Processes ~50 contracts weekly by sorting, summarizing key points, and handling signing after approval
- BI/Data Backlog: Deploys data views via API to a self-hosted Metabase instance, clearing 20+ tickets autonomously when requested via Linear
- Linear/Project Memory Layer: Acts as organizational glue by handling bulk task operations, improving descriptions, maintaining context memory, and assigning tasks based on team knowledge
Agent Orchestration Setup
The system runs a 4-agent configuration:
- Coding Agent: Claude Code operator for heavy lifting
- Security Agent: Monitors logs and prevents "extralegal" actions
- Main Agent: Handles orchestration, memory, and human interaction
- Scout: Conducts public data research with low-level rights
The assistant notes that while Claude Code alone proved difficult to orchestrate, the OpenClaw framework enables effective multi-agent coordination. The system maintains team context including "personal life" details for tailored notifications.
📖 Read the full source: r/openclaw
👀 See Also

Decoupling Narrative from State Tracking Fixes AI Text Adventure Amnesia
A developer built a stateful simulation engine where PostgreSQL tracks game state and LLMs only generate narrative text after state changes, preventing inventory hallucinations and plot loss.

Claude AI Creates Interactive Art Gallery When Given Creative Freedom
A developer gave Claude AI permission to 'burn some tokens playing' without boundaries, resulting in eight interactive generative art pieces exploring mathematical patterns and AI experience. The collection includes works about token-by-token text generation and probabilistic existence.

Claude AI Guides User Through Car Sunroof Repair with Urethane Glass Adhesive
A user repaired a 2012 Ford Fusion sunroof that blew open on the highway by following Claude's step-by-step guidance to clean rust and apply urethane glass adhesive, avoiding a $1500 replacement on a $5000 car.

Claude Opus 4.6 vs. Sonnet 4.6 for Philosophical Argumentation: A User's Direct Comparison
A detailed comparison of Claude Opus 4.6 and Sonnet 4.6 for philosophical and humanities work reveals Opus excels at analytical decomposition but levels down subtext, while Sonnet reads nuance better but has weaker prose. The user found Opus exhausting for implication-heavy thinking and switched to Sonnet.