aria-statuslisted
Install: claude install-skill iansteitz1-eng/aria-skills
# aria-status
Generic server status. Config-driven via `aria_status_config.yaml`.
## Usage
```sh
python3 aria_status.py # text report
python3 aria_status.py --brief # one-screen summary
python3 aria_status.py --json # machine-readable
python3 aria_status.py --config my-config.yaml # custom config
```
## Config
See `aria_status_config.yaml` for the full shape. Top-level keys: `timer_patterns`, `healthz`, `disk_mounts`, `commands`.
## License
Apache 2.0