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 with input: error logs

Browse skills that use this input.

  • security-audit - Security Codebase Audit
    securityauditcode reviewvulnerability scanning

    ★ 117 · Updated 2026-05-28

    Scan codebase for security issues

    ⚙ scan source files⚙ verify authentication⚙ check authorization
  • bug-detective - Bug Detection and Troubleshooting
    debuggingtroubleshootingbug detectionerror analysis

    ★ 240 · Updated 2026-05-28

    Troubleshoot issues and identify root causes of bugs

    ⚙ reproduce issue⚙ collect error logs⚙ check error messages
  • debugger-investigation - Debugger Investigation Techniques
    debugginginvestigationtroubleshootingcode analysis

    ★ 1 · Updated 2026-03-26

    Collection of debugging investigation techniques for isolating and identifying issues in code

    ⚙ apply binary search⚙ use rubber duck debugging⚙ create minimal reproduction
  • debugger - Systematic debugging with 7-step workflow
    debuggingtroubleshootingerrorssystematic

    ★ 0 · Updated 2026-03-25

    Execute 7-step debugging workflow to resolve errors

    ⚙ read bug reports⚙ read error logs⚙ reproduce issues
  • debugger - Systematic Debugging Workflow
    debuggingtroubleshootingsystematicerror-handling

    ★ 57 · Updated 2026-03-25

    Systematic debugging with 7-step workflow for troubleshooting errors

    ⚙ create reproduction artifact⚙ write unit test⚙ write repro script
  • Triage Workflow - Rapid Incident Triage Workflow
    incident managementtriagedevopsbackend

    ★ 1 · Updated 2026-03-25

    Standardized workflows for rapid incident triage and initial assessment

    ⚙ classify severity⚙ make escalation decision⚙ document incident
  • debugger - Systematic 7-Step Debugging Workflow
    debuggingtroubleshootingerrorssystematic

    ★ 8 · Updated 2026-03-25

    Execute systematic debugging through reproduce, minimize, hypothesize, instrument, fix, prevent, verify workflow

    ⚙ read project config⚙ view files⚙ write files
  • debug - Interactive Code Debugger
    code debuggingerror analysislog analysiscode review

    ★ 0 · Updated 2026-03-20

    Analyze bugs, logs and leaks at file, folder or project level

    ⚙ debug file⚙ analyze file for bugs⚙ debug folder
  • design-practice - Apply 6-Phase Design Framework
    design thinkingproblem solvingsystematic framework6-phase process

    ★ 0 · Updated 2026-03-20

    Apply the 6-phase design framework to understand a problem before implementing a solution

    ⚙ describe symptoms neutrally⚙ identify root causes⚙ define problem scope
  • autonomous-loop - Autonomous Development Loop for Self-Improvement
    autonomousdevelopmentloopself-improvement

    ★ 602 · Updated 2026-03-20

    Iterative loop patterns for autonomous development with dual-condition exit gates and circuit breakers.

    ⚙ track completion indicators⚙ enforce dual-condition exit⚙ monitor circuit breaker states
  • server-management - Server Management Principles and Decision-Making
    server-managementdevopsmonitoringprocess-management

    ★ 4 · Updated 2026-03-10

    Learn principles and decision-making for production server operations including process management, monitoring, scaling, and security

    ⚙ select process management tools⚙ configure monitoring strategy⚙ implement log rotation
  • debugging-dags - Airflow DAG Failure Diagnosis and Root Cause Analysis
    airflowdagdebuggingdiagnosis

    ★ 57 · Updated 2026-03-09

    Systematic investigation and remediation of failed Airflow DAG executions

    ⚙ diagnose DAG failures⚙ get task logs⚙ analyze error details
  • systematic-debugging - Systematic debugging methodology for root cause analysis
    debuggingsystematicanalysismethodology

    ★ 75 · Updated 2026-02-23

    Systematic debugging methodology emphasizing root cause analysis over quick fixes

    ⚙ analyze root causes⚙ trace errors systematically⚙ investigate problem dependencies
  • handling-errors - Error Handling and Troubleshooting Patterns for Resilient Applications
    error-handlingdebuggingresiliencetroubleshooting

    ★ 0 · Updated 2026-02-13

    Provides patterns for error handling, debugging, and building resilient applications

    ⚙ implement error handling⚙ debug production issues⚙ design error-resilient APIs
  • verify - Build Verification and Error Recovery Skill
    verificationerror-recoveryci-cdtesting

    ★ 3,126 · Updated 2026-02-11

    Verifies builds, recovers from errors, and applies review fixes for CI/CD pipelines and testing failures.

    ⚙ verify builds⚙ recover from errors⚙ apply review fixes