LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: prevention

Browse skills that share this tag.

  • root-cause - Trace causal chains to fix bugs at their root source.
    root-causedebuggingtroubleshootingcode-quality

    ★ 0 · Updated 2026-09-21

    Traces causal chains to fix issues at their origin, sweeps for identical bug classes, and implements prevention measures to stop recurrence.

    ⚙ Establish verified symptoms and scope⚙ Trace backwards through causal chains⚙ Fix root causes at origin
  • detect-recurrence-pattern - Detect Recurrence Pattern
    analyticsrecurrencepattern-detectionissue-analysis

    ★ 18 · Updated 2026-09-15

    Detects recurring patterns in issues and events and suggests prevention strategies.

    ⚙ Collect issue records⚙ Detect resource patterns⚙ Detect temporal patterns
  • implementing-anti-ransomware-group-policy - Implementing Anti-Ransomware Group Policy
    ransomwaregroup-policywindowsAppLocker

    ★ 0 · Updated 2026-09-09

    Configures Windows Group Policy Objects (GPO) to prevent ransomware execution and limit its spread.

    ⚙ Block execution paths with AppLocker⚙ Enable Controlled Folder Access⚙ Configure ASR rules
  • implementing-anti-ransomware-group-policy - Windows Ransomware Defense via Group Policy
    cybersecurityransomware-defensegroup-policywindows

    ★ 17 · Updated 2026-05-28

    Configures Windows GPO to prevent ransomware execution and spread

    ⚙ configure AppLocker rules⚙ enable Controlled Folder Access⚙ enable Attack Surface Reduction rules
  • implementing-anti-ransomware-group-policy - Anti-Ransomware Group Policy Configuration
    ransomwaregroup-policywindowsAppLocker

    ★ 4 · Updated 2026-05-28

    Configures Windows GPO to prevent ransomware execution and limit spread

    ⚙ Configure AppLocker rules⚙ Enable Controlled Folder Access⚙ Configure ASR rules
  • implementing-anti-ransomware-group-policy - Configure Windows GPO for Ransomware Prevention
    ransomwaregroup-policywindowsAppLocker

    ★ 327 · Updated 2026-05-28

    Configures Windows Group Policy to block ransomware execution and limit spread via AppLocker, CFA, and ASR rules

    ⚙ configure AppLocker rules⚙ enable Controlled Folder Access⚙ set ASR rules
  • implementing-anti-ransomware-group-policy - Configure Windows GPO for Ransomware Defense
    cybersecurityransomwaregroup-policywindows

    ★ 487 · Updated 2026-05-28

    Configures Windows Group Policy to prevent ransomware execution and spread

    ⚙ configure AppLocker rules⚙ enable Controlled Folder Access⚙ configure ASR rules
  • Secret Detection & Prevention - Automated Secret Detection and Prevention for Secure Code
    secret-detectionsecuritygitleakscredentials

    ★ 227 · Updated 2026-03-09

    Detects and prevents leaked secrets, API keys, passwords, and tokens in code using gitleaks and similar tools

    ⚙ setup secret detection⚙ review detection configuration⚙ debug detection failures
  • reflexion - Error Learning and Prevention System
    error-handlingknowledge-basedebuggingprevention

    ★ 18 · Updated 2026-03-09

    Captures significant errors and prevention strategies for future reference

    ⚙ record errors⚙ analyze root causes⚙ store prevention strategies
  • hygiene - .NET Security Hygiene and Sanitization Guidance
    securityhygienesanitizationdotnet

    ★ 11 · Updated 2026-02-11

    Provides guidance for input sanitization, output encoding, and security hygiene practices in .NET applications

    ⚙ Prevent XSS attacks⚙ Prevent SQL injection⚙ Encode HTML content