3 clawdbot instances on a hetzner vm (~$4/month), connected to discord
runs deepseek-chat via openrouter (openrouter/deepseek/deepseek-chat)
set OPENROUTER_API_KEY in each instance .env and configure the primary model in .clawdbot/clawdbot.json:
{
"agents": {
"defaults": {
"model": {
"primary": "openrouter/deepseek/deepseek-chat"
}
}
}
}- discord + github setup
- discord bot setup
- shared memory
- google workspace
- mac node setup
- custom check-ins
- cache-ttl pruning - reduce context bloat + costs
deploy_clawdbot_vm.sh- main vm deploymentsetup_shared_memory.sh- multi-bot memoryautomate_discord_setup.sh- discord automation
- agents.md - workspace behavior
- soul.md - personality
- identity.md - bot identity template
- bootstrap.md - first run
- tools.md - local tool notes