Do I need to rebuild the image to install one more package?
Usually no. The built-in runtime tools are there so you can install common dependencies directly inside the instance.
Install runtime dependencies with npm, pip, and Linuxbrew inside the managed instance instead of rebuilding images for every change.
Instances include built-in package-manager workflows so you can install OpenClaw runtime dependencies without rebuilding images for every experiment, plus ClawHub is pre-installed for skill discovery and install.
Real product screenshot
The managed runtime includes npm, pip, Linuxbrew, and related tooling so you can install common dependencies directly in the instance.
That gives you faster iteration for scripts and integrations that need one more package without forcing a custom image rebuild first.
This page covers the runtime capability and the tools you have available. When you need a full install walkthrough for OpenClaw itself or a provider-specific setup, the linked guides take you through the exact steps.
That keeps the feature page focused on the runtime environment while still giving you a fast path into deeper setup documentation.
Usually no. The built-in runtime tools are there so you can install common dependencies directly inside the instance.
That you can install runtime dependencies inside the managed instance without rebuilding images for every change.