hashgraph-online

Protect — Development skill for Claude Code

Development community

Enable local HOL Guard protection for this workspace.

How to install Protect

Installs to ~/.claude/skills/hashgraph-online-hol-guard-plugin-protect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hashgraph-online-hol-guard-plugin-protect && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/hol-guard-plugin/HEAD/commands/protect.md -o ~/.claude/skills/hashgraph-online-hol-guard-plugin-protect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Protect does


description: "Enable local HOL Guard protection for this workspace"

Protect this workspace with HOL Guard

Use HOL Guard as the local security boundary for the active coding-agent workspace.

Safety rules

  • Do not read .env files or print secrets while checking the workspace.
  • Do not install packages or modify agent configuration unless the user asked to enable protection.
  • Fail closed if HOL Guard reports a denial, review requirement, malformed response, or unavailable enforc

Alternatives in Development

  • On — PUA 开启默认模式 — 每次新会话自动加载 PUA 核心 skill 19.5k ★
  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★

Full documentation available on GitHub

View Source Repository