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: Problem predicates and constraints

Browse skills that use this input.

  • two-pointer-sliding-window - Two-pointer and sliding window algorithmic patterns
    algorithmstwo-pointerssliding-windowarrays

    Updated 2026-09-19

    Applies two-pointer and sliding-window patterns to solve array and string problems in O(n) time after verifying monotonicity.

    ⚙ Classify problems into pattern shapes⚙ Verify predicate monotonicity before implementation⚙ Implement converging two pointer solutions