clawmart-cli
v0.1.2
Published
ClawMart install runtime CLI
Readme
ClawMart CLI
Install runtime for OpenClaw modules from ClawMart.
Installation
npx clawmart install <slug>Usage
Install a module
npx clawmart install ai-agent-quickstartDry-run (preview without writing files)
npx clawmart install ai-agent-quickstart --dry-runHow it works
- Loads module manifest from
data/modules.json - Backs up existing files to
~/.openclaw/clawmart/backups/ - Writes new files to
~/.openclaw/workspace/ - Updates install registry at
~/.openclaw/clawmart/installed.json - Shows post-install steps and first prompt
File merge strategies
overwrite— Always write the file (even if it exists)skip_if_exists— Only write if the file doesn't exist
Requirements
- Node.js 22 or higher
- OpenClaw installed and configured
