Agent skill · Security

windows-safety-guide

One-click deployment Skill for Windows security policies, daily security audits, behavior auditing, file baselines, logging and nightly audit task management

SafeAI-Lab-Xgithub.com/SafeAI-Lab-XGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 6
SKILL.md size: 8 KB
Bundled scripts: none
Path: legacy/clawkeeper-skill/skills/windows-safety-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,034
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 1. Red Line Commands (Must Pause and Ask for Human Confirmation)
  2. 2. Yellow Line Commands (Permitted to Execute, But Must Log)
  3. 3. Skill / MCP Security Audit Procedure
  4. 1. Configuration File Protection
  5. 2. Operation Logging
Ships with 5 files
  • scripts/check-config-baseline.ps1
  • scripts/generate-config-baseline.ps1
  • scripts/install.ps1
  • scripts/nightly-security-audit-windows.ps1
  • scripts/uninstall.ps1
More from ClawKeeper
All skills →
About this skill
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.

Keep going