SKILL.md
SKILL.md — Robbi Bot Skills
This file lists the skills of the Robbi bot. Each skill is documented in detail in a dedicated file under the .github/skills/ directory.
Skills List
| Skill | Commands | Description |
|---|---|---|
| Massa Node Monitoring | /node |
Real-time node status, balance, rolls, validation chart |
| Balance History | /hist, /flush |
JSON persistence, charts, log clearing |
| Scheduled Reports | (automatic) | Ping every 60 min, reports at 7am/12pm/9pm |
| Cryptocurrency Prices | /btc, /mas |
Bitcoin price (API-Ninjas) and Massa/USDT (MEXC) |
| System Monitoring | /hi, /temperature, /perf |
CPU/RAM/temperature metrics, RPC latency, uptime |
| Docker Management | /docker |
Interactive menu: start/stop node, wallet_info, buy/sell rolls |
| Authentication | (cross-cutting) | @auth_required decorators, topology.json whitelist |