Getting Started
Getting Started
Install ClawMachine, open the dashboard, and deploy your first bot.
Prerequisites
- Kubernetes cluster (v1.28+ recommended)
kubectlconfigured for that cluster- Helm installed
Install CLI
curl -fsSL https://theclawmachine.dev/install.sh | bashInstall ClawMachine
clawmachine installUseful flags:
clawmachine install \
--context kind-clawmachine \
--namespace claw-machine \
--external-secrets \
--cilium \
--yesAccess Dashboard
kubectl port-forward -n claw-machine svc/clawmachine 8080:80
open http://localhost:8080Install First Bot
- Open
/bots/new. - Choose bot type.
- Complete step 1 (infrastructure settings).
- Complete step 2 (bot config questions).
- Submit to install.