Aria status
Open-source Claude Code Skills that replace clicking through vendor dashboards — Stripe, Cloudflare DNS, ElevenLabs, GitHub, and more. Powered by Aria Code.
npx -y skills add iansteitz1-eng/aria-skills --skill aria-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Config-driven one-screen status of a server stack — systemd timers, healthz endpoints, disk usage, GPU memory/util (if nvidia-smi present), and optional custom shell-command probes. All probes run in parallel with short timeouts; graceful degradation if any single check fails. Read-only by design. Text output by default; --json for machine-readable, --brief for one-screen. Use at session start, before a deploy, or when the user says "status", "how are things", "any issues".
SKILL.md
1.0 KB, as published. Nobody here has run it
aria-status
Generic server status. Config-driven via aria_status_config.yaml.
Usage
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