# Status

> 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.

- Skill: `hashgraph-online/status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online/status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online/status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hashgraph-online/status

---


# 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.

