Install
openclaw skills install hostcheckFree host health check for OpenClaw deployments. Check system status, updates, security settings, and provide recommendations. No paid tools required.
openclaw skills install hostcheckA free skill that checks your OpenClaw host for basic health, security posture, and maintenance status. Provides recommendations without requiring paid antivirus software.
When user asks for system health, security check, or similar:
/hostcheck
Or just describe what you want:
Provide a clear status report:
## 🖥️ System Health Report
### ✅ System Status
- Uptime: 5 days
- Memory: 45% used
- Disk: 62% used
### ⚠️ Updates Available
- 3 security updates (run: sudo apt upgrade)
- Last check: 3 days ago
### 🔒 Security
- SSH: Password auth disabled ✓
- Firewall: Active ✓
- Failed logins: 0 (last 24h)
### 💾 Backups
- Last backup: Yesterday
- Next backup: Tomorrow 02:00
### 🔧 OpenClaw
- Gateway: Running ✓
- Services: All active ✓
If issues found, provide actionable advice:
sudo apt update && sudo apt upgradesudo ufw statusjournalctl --user -u trading-*| Check | Status | Note |
|---|---|---|
| SSH | ✅ Secure | Keys only, no password auth |
| UFW | ⚠️ Not installed | Tailscale provides network-level security |
| Updates | ✅ Current | Ubuntu 25.10, 4 phased updates |