@bryceli/openclaw
v0.1.1
Published
Lightweight OpenClaw wrapper with project-local runtime install.
Downloads
264
Readme
OpenClaw Lightweight Wrapper
This package is a lightweight wrapper around openclaw.
Why this version is lighter
npm install @bryceli/openclawonly installs the wrapper- the heavy upstream
openclawruntime is installed later, on demand - runtime files are stored in the current project under
.openclaw-runtime - config files are stored in the current project under
.openclaw-home
Current-project isolation
Everything is project-local:
.openclaw-runtime.openclaw-home/openclaw.json.openclaw-home/.env.openclaw-home/workspace
Quick start
npx @bryceli/openclawOr explicitly:
npx @bryceli/openclaw setup
npx @bryceli/openclaw gateway
npx @bryceli/openclaw dashboardNotes
- The wrapper defaults to
setupwhen no subcommand is given. - The OpenClaw runtime is installed lazily when you first run setup or gateway-related commands.
- The UI keeps short Chinese annotations, but the package itself stays lightweight.
