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.

compose-hooks - Compose Hooks for State Management

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

Tags

Updated: 2026-03-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create state
  • update state
  • trigger effect
  • mount effect
  • unmount effect
  • send request
  • debounce value
  • throttle value
  • start timer
  • create timer
  • set timer
  • set boolean
  • get state
  • set ref
  • add item
  • remove item
  • clear list
  • dispatch action
  • select state
  • store value

Inputs

  • initial value
  • state
  • action
  • request function
  • source value
  • delay duration
  • interval duration
  • timeout duration
  • debounce wait time
  • throttle wait time
  • default parameters

Outputs

  • state
  • state value
  • state getter
  • state setter
  • state list
  • state map
  • action dispatcher
  • data
  • loading status
  • error
  • request function
  • debounced value
  • throttled value
  • reference
  • undo function
  • redo function

Requirements

  • Jetpack Compose
  • Compose Multiplatform
  • Kotlin

Source

  • Spec: SKILL.md
state management
side effects
compose
hooks
network request
data fetching
lifecycle
debounce
throttle
timer
redux
cross-platform
create state
update state
trigger effect
mount effect
initial value
state
action
state
state value
state getter