clawdepl
v0.0.5
Published
Create and manage OpenClaw AI Agent orchestrator instances
Maintainers
Readme
clawdepl
Create and manage OpenClaw AI Agent orchestrator instances from the command line.
This is the npm distribution of clawdepl. For full documentation, see the main repository.
Quick Start (No Install)
npx clawdepl init my-projectInstallation
npm install -g clawdeplUsage
# Create a new OpenClaw project
clawdepl init my-project
# Deploy to hosted infrastructure
clawdepl deploy
# Check instance status
clawdepl status
# Get help
clawdepl --helpHow It Works
This package is a thin wrapper around the clawdepl Go binary. On installation, it automatically downloads the appropriate binary for your platform from GitHub Releases.
Supported platforms:
- Linux (x64, arm64)
- macOS (x64, arm64)
- Windows (x64, arm64)
Environment Variables
CLAWDEPL_BINARY_PATH: Override the path to the clawdepl binary
License
MIT - see LICENSE
