Initial commit (Sanitized)

This commit is contained in:
sol
2026-02-23 17:14:33 +00:00
commit a0acc38fa6
4 changed files with 245 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# OpenClaw Live Status Tool
A lightweight CLI tool for OpenClaw agents to provide "Antigravity-style" live status updates in Mattermost channels (and others) without spamming.
## Features
- **Live Updates:** Create a single message and update it repeatedly.
- **Sub-Agent Support:** Works in clean environments via embedded config or CLI flags.
- **Cross-Channel:** Supports dynamic channel targeting via `--channel`.
- **One-Click Install:** Updates binaries, skills, and agent protocols automatically.
## Installation
Run the interactive installer wizard:
```bash
./install.sh
```
## Usage
```bash
# Create a new status box
ID=$(live-status create "Initializing...")
# Update the status box
live-status update $ID "Working..."
```