All npx @robbiesrobotics/alice-agents CLI flags and commands
npx @robbiesrobotics/alice-agents
Installs A.L.I.C.E. agent files into your current OpenClaw or NemoClaw workspace and prompts for a Pro license key (press Enter to skip for Starter).
| Flag | What It Does |
|------|--------------|
| --yes | Accept all defaults, skip prompts |
| --update | Update to the latest version |
| --uninstall | Remove A.L.I.C.E. agents |
| --doctor | Run health check and diagnostics |
| --version | Print the installed version |
--yesnpx @robbiesrobotics/alice-agents --yes
Accepts all installer defaults and skips interactive prompts. Useful for scripted or automated installs. You can still enter a license key when prompted — the flag just suppresses non-essential questions.
--updatenpx @robbiesrobotics/alice-agents --update
Pulls the latest version of A.L.I.C.E. and updates agent files in place. Your license key, PLAYBOOK.md, LEARNINGS.md, MEMORY.md, FEEDBACK.md, and USER.md files are preserved. System files (SOUL.md, AGENTS.md, IDENTITY.md, TOOLS.md) are refreshed.
--uninstallnpx @robbiesrobotics/alice-agents --uninstall
Removes A.L.I.C.E. agent files from your workspace. Does not affect OpenClaw or NemoClaw itself, your model configuration, or any other workspace files.
--doctornpx @robbiesrobotics/alice-agents --doctor
Runs a full health check and reports:
Always run --doctor first when diagnosing problems. See Troubleshooting for how to use it.
--versionnpx @robbiesrobotics/alice-agents --version
Prints the currently installed version of A.L.I.C.E.
# Fresh install (interactive)
npx @robbiesrobotics/alice-agents
# Fresh install (non-interactive, Starter)
npx @robbiesrobotics/alice-agents --yes
# Update to latest
npx @robbiesrobotics/alice-agents --update
# Diagnose issues
npx @robbiesrobotics/alice-agents --doctor
# Check version
npx @robbiesrobotics/alice-agents --version
# Clean uninstall
npx @robbiesrobotics/alice-agents --uninstall
Once installed, agents run inside your OpenClaw or NemoClaw session. There's no separate CLI for interacting with agents — just open your runtime and talk to A.L.I.C.E.:
"Hey A.L.I.C.E., who's on the team?"
See Getting Started for a full walkthrough.