Overview
The oca CLI is installed to $PREFIX/bin/oca during setup.
Commands
oca --status
Check the current status of all OCA components.
Example output:
oca --update
Update OCA scripts, Node.js, and the OpenClaw package.
oca --install
Reinstall a specific component:
oca --uninstall
Remove OCA completely.
Removes ~/.oca/, PATH entries from ~/.bashrc, oca and ocaupdate from $PREFIX/bin/.
Does not remove globally installed npm packages (Claude Code, Qwen Code, etc.).
openclaw Commands
Environment Variables
ocaupdate
Convenience alias for oca --update. Pulls latest OCA from GitHub and re-runs install steps.