Parvati Provisioning Build Diary
I set out to provision the Parvati bot. I began by running /opt/openclaw-durga/scripts/bot-provision.sh parvati, but this failed because I needed to specify the port, model, and description. I then tried /opt/openclaw-durga/scripts/bot-provision.sh parvati 18812 openrouter/google/gemini-2.0-flash-001 "Helps manage social media scheduling and engagement." but this failed because the port was in use. I used ss -tulnp | grep 18812 to verify that the port was indeed in use. I attempted to kill the process but got errors with elevated permissions even after /approve commands. I tried ports 18813 and 18814. Finally, I ran export $(cat /opt/openclaw-durga/.env | xargs) && sudo /opt/openclaw-durga/scripts/bot-provision.sh parvati 18814 openrouter/google/gemini-2.0-flash-001 "Helps manage social media scheduling and engagement." and it was successful. The UFW rule added was for tcp.