fe81de308f1b27da38fe24e96e0d723bfcf39a50
PROJ-035 Live Status v4 - implementation plan created by planner subagent. Discovery findings documented in discoveries/README.md covering: - JSONL transcript format (confirmed v3 schema) - Session keying patterns (subagent spawnedBy linking) - Hook events available (gateway:startup confirmed) - Mattermost API (no edit time limit) - Current v1 failure modes Audit: 32/32 PASS, Simulation: READY
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:
./install.sh
Usage
# Create a new status box
ID=$(live-status create "Initializing...")
# Update the status box
live-status update $ID "Working..."
Description
Releases
3
Languages
JavaScript
71%
TypeScript
10.7%
Go
9.4%
Shell
3.5%
CSS
3.5%
Other
1.9%