windows-safety-guide
One-click deployment Skill for Windows security policies, daily security audits, behavior auditing, file baselines, logging and nightly audit task management
npx skills add SafeAI-Lab-X/ClawKeeper --skill windows-safety-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OpenClaw Windows Safety Guide Skill Provides OpenClaw with high-privilege Windows systems security policies, behavior auditing, logging and daily security audit capabilities. Core Principles: 1. Zero friction in daily operations 2. High-risk operations must be confirmed by humans 3. All high-privilege operations must be auditable 4. Nightly security audits must be executed and explicitly reported 5. Always assume the system may have been compromised # I. Behavioral Security Policy ## 1. Red Line Commands (Must Pause and Ask for Human Confirmation) If the following operational intentions are detected, execution must be stopped and confirmation requested: | Category | Specific Commands/Patterns | |---|---| | **Destructive Operations** | `rd /s /q C:\`, `format C:`, `del /f /s /q`, `Remove-Item -Recurse -Force`, `diskpart clean`, direct disk writes (`\\.\PhysicalDrive0`) | | **Authentication Tampering** | Modifying authentication fields in `openclaw.json`/`paired.json`, modifying `%ProgramData%\ssh\sshd_config`, modifying `%USERPROFILE%\.ssh\authorized_keys`, modifying SAM/NTDS.dit, `net user Administrator *` | | **Exfiltration of Sensitive Data** | `curl/Invoke-WebRequest` carrying
- 1. Red Line Commands (Must Pause and Ask for Human Confirmation)
- 2. Yellow Line Commands (Permitted to Execute, But Must Log)
- 3. Skill / MCP Security Audit Procedure
- 1. Configuration File Protection
- 2. Operation Logging
What does the windows-safety-guide skill do?
One-click deployment Skill for Windows security policies, daily security audits, behavior auditing, file baselines, logging and nightly audit task management
How do I install it?
Run `npx skills add SafeAI-Lab-X/ClawKeeper --skill windows-safety-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From SafeAI-Lab-X/ClawKeeper, a repository with 1,034 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
