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.

state-ref - State-Ref Reactive State Management Workflow

Handle state-ref reactive state management following proxy-based reactivity patterns

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create reactive stores
  • subscribe to state changes
  • connect to UI frameworks
  • manage state dependencies
  • implement manual sync patterns

Inputs

  • state-ref library
  • package.json configuration
  • existing code imports
  • project dependencies
  • framework code

Outputs

  • reactive stores
  • state subscriptions
  • framework-connected hooks
  • updated state values
  • computed values

Requirements

  • state-ref installed
  • package.json with state-ref
  • node_modules/state-ref exists
  • TypeScript or JavaScript project
  • supported framework installed

Source

  • Spec: SKILL.md
state management
reactivity
framework integration
javascript
typescript
create reactive stores
subscribe to state changes
connect to UI frameworks
manage state dependencies
state-ref library
package.json configuration
existing code imports
reactive stores
state subscriptions
framework-connected hooks