Check HOL Guard local protection status for Claude Code without changing configuration. Use when the user asks whether Guard is installed, active, healthy, or protecting Claude Code.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add hashgraph-online/hol-guard --skill status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hashgraph-online-status)More formats (shields.io, HTML) on the badges page.
---
name: status
description: Check HOL Guard local protection status for Claude Code without changing configuration. Use when the user asks whether Guard is installed, active, healthy, or protecting Claude Code.
disable-model-invocation: true
---
# Check HOL Guard status
Perform read-only checks first. Do not repair, install, reconnect, or change policy unless the user separately asks for that action.
1. Confirm the CLI exists:
```bash
command -v hol-guard
```
2. If present, report the installed version and current protection state:
```bash
hol-guard --version
hol-guard status
```
3. Summarize only what the CLI proves. Distinguish active local protection from optional Guard Cloud connectivity.
4. If Guard reports degraded or missing Claude Code protection, suggest running `/hol-guard:setup`. Do not claim that having this Claude plugin installed means runtime protection is active.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!