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: local storage

Browse skills that share this tag.

  • Offline Mode - Build offline-first applications
    backenddatabasesyncoffline

    ★ 1 · Updated 2026-03-24

    Build apps that work offline using local storage and sync

    ⚙ store data locally⚙ synchronize data⚙ resolve conflicts
  • asyncredux-persistence - AsyncRedux State Persistence
    state managementpersistencelocal storageFlutter

    ★ 57 · Updated 2026-03-22

    Implement local state persistence using Persistor for AsyncRedux

    ⚙ read state⚙ persist state changes⚙ delete state
  • clawvault - Structured memory for OpenClaw agents
    memorypersistencestoragemarkdown

    ★ 57 · Updated 2026-03-20

    Structured memory system with checkpoint/recover, semantic search, and session repair for OpenClaw agents

    ⚙ init vault⚙ wake session⚙ capture notes
  • grocery-list - Grocery List & Meal Planner
    grocery listrecipemeal planninglocal storage

    ★ 1 · Updated 2026-03-10

    Manage grocery lists, recipes, and meal planning with local JSON storage

    ⚙ create grocery list⚙ delete grocery list⚙ show grocery list
  • grocery-list - Grocery Lists and Meal Planning with Local Storage
    grocery listmeal planningrecipe managementlocal storage

    ★ 660 · Updated 2026-03-10

    Manage grocery lists, recipes, and meal plans with local JSON storage

    ⚙ create list⚙ delete list⚙ show list
  • asyncredux-persistence - Persist Local State with AsyncRedux Persistor
    state managementpersistencelocal storageAsyncRedux

    ★ 602 · Updated 2026-02-12

    Implement local state persistence using Persistor to maintain app state on disk across sessions

    ⚙ create custom Persistor class⚙ implement readState() method⚙ implement persistDifference() method