local-healthcheck
v1.0.0Simple local security check (firewall, updates, ssh status) without external dependencies.
Installation
Please help me install the skill `local-healthcheck` from SkillHub official store.
npx skills add fedrov2025/local-healthcheck
Local Healthcheck Skill
This skill provides a minimal security audit that can run on any macOS/Linux system without pulling external code.
How to run
openclaw local-healthcheck run
It will:
1. Check if the firewall is enabled.
2. List open ports.
3. Verify that system software updates are up‑to‑date.
4. Show the status of the SSH daemon.
5. Write a short report to memory/healthcheck-$(date +%F).md.
"}