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.

manage-client-state - Client-side State Management for Global and URL States

Manages client-side UI and URL states with type safety using SWR and nuqs

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • manage global UI states
  • manage URL parameters
  • synchronize server-client states
  • persist to localStorage

Inputs

  • Client-side UI state
  • URL parameters
  • LocalStorage configuration

Outputs

  • Managed UI state
  • URL synchronized state
  • Browser storage persisted state

Requirements

  • Next.js environment
  • React hooks support
  • nuqs library
  • SWR library

Source

  • Spec: SKILL.md
state management
client-side
React
TypeScript
Next.js
manage global UI states
manage URL parameters
synchronize server-client states
persist to localStorage
Client-side UI state
URL parameters
LocalStorage configuration
Managed UI state
URL synchronized state
Browser storage persisted state