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: debounce

Browse skills that share this tag.

  • mongez-reinforcements-async - Async and Promise control flow utilities.
    asyncpromiseretryconcurrency

    ★ 3 · Updated 2026-09-20

    Provides Promise-based control flow utilities including sleep, retry, timeout, bounded concurrency, defer, poll, and async debounce.

    ⚙ Delay execution using sleep⚙ Retry operations with backoff⚙ Enforce promise execution timeouts
  • riverpod-cancel - Cancelling and debouncing Riverpod async requests
    riverpodflutterasyncdebounce

    ★ 602 · Updated 2026-09-11

    Guides cancelling in-flight async requests and debouncing rapid refreshes using Riverpod ref.onDispose and auto-dispose providers.

    ⚙ Cancel in-flight HTTP requests⚙ Debounce rapid refresh requests⚙ Implement reusable Ref extension
  • compose-hooks - Compose Hooks for State Management
    state managementside effectscomposehooks

    ★ 102 · Updated 2026-03-23

    React Hooks-style state management and side effects for Jetpack Compose and Compose Multiplatform

    ⚙ create state⚙ update state⚙ trigger effect
  • form-auto-save - Auto-save forms with debounce
    formauto-savedebounceinput

    ★ 2 · Updated 2026-03-22

    Automatically submits form after input changes using debounce to prevent excessive server requests

    ⚙ monitor form field changes⚙ debounce form submissions⚙ submit form data