openclaw agent
Configure the default agent.
Usage
bash
openclaw agent <action> [options]Actions
| Action | Description |
|---|---|
show | Show current agent config |
edit | Edit agent configuration |
reset | Reset to defaults |
Examples
bash
# Show current agent
openclaw agent show
# Edit agent config
openclaw agent edit
# Reset agent
openclaw agent resetAgent Configuration
The default agent can be customized with:
- System prompt
- Default model
- Temperature settings
- Tool permissions
- Memory settings
bash
# Open config in editor
openclaw agent edit
# Show current prompt
openclaw agent show --promptConfiguration Options
| Option | Description |
|---|---|
name | Agent display name |
model | Default model to use |
systemPrompt | Custom system prompt |
temperature | Response creativity (0-1) |
tools | Enabled tools |
See Also
- agents - Multiple agents
- Concepts: Agent