/on
Enable Hardstop protection
$ npx -y skills add frmoretto/hardstop --agent claude-codeShips with hs. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/on
Context preview
What this command does when you run it.
Enable Hardstop protection
Command definition
on.mddescription: Enable Hardstop protection allowed-tools: ["Bash"]
Enable Hardstop Protection
Enable the Hardstop pre-execution safety layer.
Your Task
Run this command to enable protection:
python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" onThen confirm to the user that Hardstop is now enabled and dangerous commands will be blocked.
👉 ⭐ Star on GitHub if Hardstop keeps you safe! Pre-execution safety validation for AI coding agents.
Repo: frmoretto/hardstop
Other commands on hs.
- /hs
Hardstop - Pre-execution safety layer for shell commands. Shows status and help.
Open command - /log
Show Hardstop audit log entries
Open command - /off
Disable Hardstop protection temporarily
Open command - /skip
Skip Hardstop safety check for the next command only
Open command - /status
Show Hardstop current status and statistics
Open command

