🏒 Client & Basics

Core client details β€” these populate all templates and config files.

Client Details

OpenClaw Install Paths

The machine user's home dir β€” all paths derive from this
Usually ~/.openclaw β€” auto-set from home dir

Orchestrator Identity

The orchestrator is the "main" agent β€” the brain that delegates to specialists.

πŸ€– Agent Roster

The 8-Pillar XoomAgentβ„’ specialist agents. Agent IDs and Pillars are locked β€” other fields are editable.

Each agent gets its own workspace, Discord channel binding, and personality. Agent IDs and Pillar assignments are fixed to the 8-Pillar standard.

Quick Presets

βš™οΈ Gateway Config

Core openclaw.json operational settings β€” the engine tuning.

Agent Defaults

Compaction & Memory Flush

When context gets large, OpenClaw compacts (summarises) old messages. Memory flush saves important context to disk before compaction.
Kept for system prompt
Recent messages preserved
Trigger memory flush at this level

Subagent Limits

Tools & Security

Permissions

The client's Discord user ID β€” used for elevated command permissions. They'll get this during onboarding.

πŸ“ Workspace Files

Per-agent workspace files β€” 5 files per agent, pre-loaded from templates. Fully editable.

Each agent has 5 workspace files: AGENTS.md, IDENTITY.md, MEMORY.md, SOUL.md, TOOLS.md. Select an agent, then a file to edit.

Agent β€” select which agent's files to view

πŸ” QMD Setup

QMD (Query Memory Documents) provides semantic search across agent workspaces.

Installation

πŸ“¦ Install QMD
npm install -g @tobilu/qmd

Collections β€” one per agent workspace

Each agent gets its own QMD collection. Paths auto-generated from OpenClaw Base.

Context Descriptions

Embed & Activate

πŸ”„ Generate embeddings & update index
qmd embed
qmd update

MCP Server β€” optional

If enabled, QMD runs as an MCP server that agents can query directly

🧠 LCM β€” Lossless Context Management

Replaces OpenClaw's built-in compaction with smarter context management.

Installation

πŸ“¦ Install Lossless Claw Plugin
openclaw plugins install @martian-engineering/lossless-claw

Plugin Configuration

Recent messages always kept uncompressed
Fraction of context window that triggers compaction
-1 = unlimited
Comma-separated glob patterns

Preview

Click "Generate Preview" below...

⏰ Cron Jobs

Select which automated jobs to include.

πŸ“¦ Export & Deploy

Generate the onboarding agent runbook β€” a step-by-step Markdown document for automated deployment.

πŸ“‹ Deployment Summary

Click "Generate Runbook" to build your deployment package.
Generate runbook first...

openclaw.json

Generate runbook first...

Cron Installation Commands

Generate runbook first...
Copied!