# qclaw

> 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 qclaw
qclaw watch -d
```

## Usage

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

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