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 output: modified source code

Browse skills that produce this output.

  • feedback-response - Handle User Feedback Structured
    user-feedbacktddcode-adjustmentsteering-file

    ★ 1 · Updated 2026-05-09

    Respond to user feedback during or after implementation using TDD cycle and steering files

    ⚙ classify user feedback⚙ create additional phase⚙ write test
  • model-guided-code-repair - Repair Code Using Model-Checking Counterexamples
    code repairmodel checkingformal verificationtemporal properties

    ★ 64 · Updated 2026-03-22

    Automatically repair temporal property violations using model-checking counterexamples

    ⚙ analyze source code⚙ read temporal properties⚙ process counterexamples
  • elixir-cyclic-deps - Detect and fix cyclic compile-time dependencies in Elixir code
    Elixirdependency managementcode analysisrefactoring

    ★ 59 · Updated 2026-03-09

    Detects and removes cyclic compile-time dependencies in Elixir codebases using mix xref

    ⚙ check Elixir version⚙ run mix xref commands⚙ detect cyclic dependencies