Operations and Troubleshooting
Use the MemantoClaw status, logs, and TUI tools together to inspect sandbox health and trace agent behavior.Monitor Sandbox Activity
Check Health
View Logs
Open TUI
Troubleshooting Common Issues
- Installer fails on Node.js: MemantoClaw requires Node.js 22.16+. Install it using
nvm use 22. - Docker permission denied: Ensure your user is in the
dockergroup (sudo usermod -aG docker $USER). - OOM errors during sandbox creation: Image push requires memory. Add at least 8 GB of swap file on smaller machines.
- Port already in use: The gateway uses port
18789. Terminate conflicting processes (sudo lsof -i :18789). - Sandbox lost after gateway restart: Upgrade OpenShell to >= 0.0.24 via
memantoclaw onboard. - Inference unreachable: Check if Ollama/vLLM is running. Increase timeout (
MEMANTOCLAW_LOCAL_INFERENCE_TIMEOUT=300) for slow hardware.
Agent Skills for AI Coding Assistants
MemantoClaw ships agent skills generated directly from documentation. These allow coding assistants (like Cursor, Claude Code) to read project-specific guidance. Fetch the skills via sparse checkout:For complete, unabridged technical details on this topic, refer to the official NVIDIA NemoClaw Documentation. Portions of this guide are summarized and adapted from NVIDIA Corporation (Copyright © 2026), licensed under the Apache License, Version 2.0.