Install A.L.I.C.E. and meet your team in 5 minutes
npx (comes with Node.js ≥ 14, which the runtimes already require anyway).Run the installer from your terminal:
npx @robbiesrobotics/alice-agents
The installer will:
To skip all prompts and accept defaults:
npx @robbiesrobotics/alice-agents --yes
Once installed, open a new OpenClaw or NemoClaw session. A.L.I.C.E. is now your entry point for everything.
Say hello:
"Hey A.L.I.C.E., who's on the team?"
A.L.I.C.E. will introduce the active agents and summarize what each one does.
Try a task:
"A.L.I.C.E., I need a code review of my auth middleware."
A.L.I.C.E. will route this to Dylan (engineering) automatically. You don't need to address specialists directly, but you can if you want to.
Address a specialist directly:
"Devon, set up a GitHub Actions CI pipeline for a Node.js project."
Specialists respond in their domain without needing A.L.I.C.E. to route it.
Run the built-in health check:
npx @robbiesrobotics/alice-agents --doctor
This will:
You can also ask A.L.I.C.E. directly in a session:
"A.L.I.C.E., run a status check on the team."
To pull the latest version of A.L.I.C.E.:
npx @robbiesrobotics/alice-agents --update
This updates agent files in place. Your license and configuration are preserved.
To remove A.L.I.C.E. from your runtime workspace:
npx @robbiesrobotics/alice-agents --uninstall
This removes agent files but does not affect OpenClaw or NemoClaw itself. Your runtime setup, model configuration, and other workspace files are untouched.