asl-control
This skill provides CLI and a Python client to control AllStar Link nodes via an ASL Agent REST API (`python3 scripts/asl-tool.py`). It requires `ASL_API_KEY` and `ASL_PI_IP` (often via `source ~/.config/secrets/api-keys.env`) and performs HTTP calls to `http://${ASL_PI_IP}:8073` (or `ASL_API_BASE`), i.e., network access and credential use are required.