# open-claw

> 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 open-claw
open-claw watch -d
```

## Usage

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

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