Back
Explore EventsExplore ProjectsMy Projects
CL
CL

Claw Vault

Decentralized memory backup for OpenClaw agents — your AI's brain on Filecoin

IPFS × OpenClaw Hackathon

Links

Repository

github.com/Shriiii01/claw_vault

Website

github.com/Shriiii01/claw_vault/blob/main/README.md check in the readme

Demo video

github.com/Shriiii01/claw_vault/blob/main/README.md check in the read me

Team

1 member
  • SH

    Shri

    shrijambhale8@gmail.com
    Owner

Overview

Claw Vault is a skill and CLI for OpenClaw that swaps your agent's local memory storage for permanent decentralized storage on Filecoin Pin. With one command, your entire OpenClaw state — conversations, skills, context, identity, workspace — gets packaged, pinned to Filecoin, and made restorable from anywhere using just a CID.

Your agent's brain stops being trapped on one laptop. It becomes portable, permanent, verifiable, and owned by no one but you.

VERIFIED WORKING END-TO-END:

  • 90 MiB of real OpenClaw state backed up to Filecoin
  • Calibration CID: bafybeideabzfizbmuzrjy35iofphvsutvay7jol7hmswkjeq46obfo6m6y
  • Piece CID: bafkzcibfr6goiayvbwaw6yzxoa44skqs67polewpamymhfq4wbyprh5rnxv25a7rveba
  • Wiped locally → restored from CID → byte-identical across 729 files (SHA verified)

TECH STACK:

  • OpenClaw integration (reads ~/.openclaw state, uses openclaw backup CLI)
  • Filecoin Pin via filecoin-pin npm package (initializeSynapse, createCarFromPath, executeUpload)
  • Filecoin Pay wallet (Synapse SDK signs directly)
  • Filecoin mainnet config-ready (single network toggle)
  • Calibration testnet verified for full backup → restore loop

NETWORK STATUS:

  • Wallet 0x0843baa174a77df36168cd93F682283F6C4932Ea funded with 7 FIL on Filecoin mainnet (Filecoin Pay ready)
  • Mainnet backup requires USDFC for storage payment (per Filecoin Pin requirements); config toggle is one flag away (vault init --network mainnet)
  • Calibration provides full feature parity proof
ExploreProjectsMine