Based on that error, this is typically a config issue. A few things to check:
First, your Clawdbot version matters:
clawdbot --version
Most common causes:
- Wrong config format - Clawdbot uses JSON5, not YAML
- Missing
modelProvider: "anthropic"at the top level - Incorrect key names - e.g.,
allowedUsersinstead ofallowFrom
Quick config check:
clawdbot config.get