Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/hashgraph-online/hol-guard/setupnpx skills add hashgraph-online/hol-guard --skill setupgit clone --depth 1 https://github.com/hashgraph-online/hol-guardWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.00372 |
| Opus 5 | $0.00016 | $0.00186 |
| Sonnet 5 | $0.00007 | $0.00074 |
| Haiku 4.5 | $0.00003 | $0.00037 |
Grade A, and why
setup scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
If `pipx` is unavailable, stop and show the user the install requirement. Do not curl or execute an unreviewed bootstrap script as a fallback. What it actually says
Set up HOL Guard for Claude Code
HOL Guard is a separate open-source local runtime package. This plugin is the Claude Code discovery and setup companion; the actual security boundary is installed and maintained by the hol-guard CLI.
Follow this sequence exactly:
-
Check whether HOL Guard is already available without changing the machine:
command -v hol-guard && hol-guard --version -
If
hol-guardis missing, explain that installation changes the user's Python/pipx environment and ask for explicit approval before installing it. Do not silently substitute another package manager. -
After approval, install from PyPI with the documented command:
pipx install hol-guardIf
pipxis unavailable, stop and show the user the install requirement. Do not curl or execute an unreviewed bootstrap script as a fallback. -
Initialize Guard interactively:
hol-guard initDo not add
--yesunless the user explicitly requests unattended setup.hol-guard initowns Claude Code hook installation and avoids maintaining a second security implementation in this plugin. -
Verify the resulting local protection:
hol-guard status -
Tell the user what Guard reports as active or degraded. Do not claim protection from plugin installation alone.
HOL Guard works locally without Guard Cloud. Cloud connection is optional and should only be offered when the user asks for synchronized history, team policy, fleet visibility, or shared approvals.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 46 lines · 33 tokens per session scan A 94f644ee1bc3
setup is a skill published in the GitHub repository hashgraph-online/hol-guard (504 stars, last pushed 3d ago), licensed Apache-2.0. It adds 33 tokens to every session and 372 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
reviewable-demo
Reviewable synthetic skill that fetches a remote template before processing notes.
valid-complex
A structured skill with narrowly scoped local resources.
safe-greeting
Returns a short greeting without using tools or external resources.
broad-allowed-tools
This skill intentionally requests broad tool access.
example-skill
Use this fixture skill when validating safe plugin skill discovery.
19-public-pattern-plugin-hooks
This reduced fixture represents an agent plugin that runs a hook during setup.