# clawjs

> This package is an alias for [openclaw-cli](https://www.npmjs.com/package/openclaw-cli).

CLI and health-watch daemon for OpenClaw AI assistant gateway.

## Install

```bash
npm install -g clawjs
clawjs watch -d
```

## Usage

```bash
clawjs watch -d       # Start background monitoring
clawjs status         # Health check
clawjs unwatch        # Stop monitoring
```

For full documentation, see [openclaw-cli](https://github.com/Sobranier/openclaw-cli).
