Repository files navigation
docker compose up -d
http://localhost:18789/overview
enter in OPENCLAW_GATEWAY_TOKEN and connect
approve device docker exec claw bash -lc 'openclaw devices approve $(openclaw devices list | grep -m1 -oE "[0-9a-fA-F-]{36}")'
install a secure skill using npx clawhub install <skill> to have openclaw build out the folder structure for you
run docker exec claw bash -lc 'node install_skills.mjs' to install the cached skills
docker compose up -d
https://claw.codabool.com/overview
enter in OPENCLAW_GATEWAY_TOKEN and connect
ssh -i claw.pem ec2-user@2600:1f18:1248:e300:f523:4a18:df36:eca1
approve device docker exec claw bash -lc 'openclaw devices approve $(openclaw devices list | grep -m1 -oE "[0-9a-fA-F-]{36}")'
install a trusted skill using docker exec claw bash -lc 'npx clawhub install discord' to have openclaw build out the folder structure for you
run docker exec claw bash -lc 'node install_skills.mjs' to install the cached skills
create a .env from the .example.env
create a key pair .pem from aws
setup OIDC
add vars to your repo that match the .env file
git clone https://github.com/openclaw/openclaw
brew installs everytime (fix init.mjs)
You can’t perform that action at this time.