用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hashgraph-online/hol-guard-plugin --skill hol-guard命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | hol-guard |
| description | Install, initialize, repair, or check local HOL Guard security protection for OpenClaw. |
| version | 1.0.0 |
| homepage | https://hol.org/guard |
| user-invocable | true |
| disable-model-invocation | true |
Use this skill only when the user explicitly asks to install, enable, initialize, repair, or check HOL Guard.
HOL Guard is a separate open-source local runtime package. This ClawHub skill is a discovery and setup surface. The hol-guard CLI remains the security authority and owns OpenClaw integration, policy, approvals, and evidence.
Canonical source: https://github.com/hashgraph-online/hol-guard
Start with read-only checks:
command -v hol-guard
If Guard is installed, run:
hol-guard --version
hol-guard status
Report only what the CLI proves. Installing this skill alone does not mean runtime protection is active.
If the user asked only to check Guard, stop after hol-guard status. Do not install or initialize Guard.
Continue with setup only when the user explicitly asked to install, enable, initialize, or repair Guard.
If hol-guard is missing, explain that the next command changes the user's Python/pipx environment and obtain explicit approval before running it:
pipx install hol-guard
If pipx is unavailable, stop and tell the user that the documented HOL Guard install path requires pipx. Do not silently switch package managers and do not execute a remote bootstrap script as a fallback.
After Guard is available, initialize protection interactively:
hol-guard init
Do not add unattended flags unless the user explicitly requests unattended setup. hol-guard init owns the real OpenClaw integration and avoids maintaining a second enforcement implementation in this skill.
Verify the resulting state:
hol-guard status
If protection is degraded, report the failed layer and let the Guard CLI or core documentation drive repair. Do not manually rewrite OpenClaw configuration from this skill unless the core HOL Guard documentation explicitly requires it.
Guard Cloud is optional. Do not require sign-in, credentials, or cloud connectivity for local OpenClaw protection. Offer cloud connection only if the user asks for synchronized history, shared policy, fleet visibility, or team approvals.
.env files or unrelated credential stores.hol-guard status proving it.