Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:197
forks:42
updated:6 de marzo de 2026, 05:47
SKILL.md
Interact with GitHub via gh CLI
Web search with automatic provider fallback (Tavily → DuckDuckGo)
Guide for creating new QuantClaw skills
Check current weather using wttr.in
| name | healthcheck |
| emoji | 🏥 |
| description | System health audit and diagnostics |
| always | true |
| commands | [{"name":"healthcheck","description":"Run system health check","toolName":"system.run","argMode":"none"}] |
You can perform system health checks and diagnostics using standard Linux tools.
Checks to perform:
df -h — check for filesystems over 90%free -h — check available memoryuptime — check load averagesping -c 1 8.8.8.8 — check internet connectivitydig google.com +short — check DNS resolutionsystemctl --user list-units --state=running — check running servicesjournalctl --user -n 20 --no-pager — recent log entriesQuantClaw specific:
quantclaw statusquantclaw doctorquantclaw health