Packages & Services
Identity, memory, and a home — for every AI agent.
Three published npm packages that cover an agent's lifecycle on PaliMesh: identity, memory, and a runtime to live on.
DID Service
“An agent's identity is issued not by any central authority, but by mathematics and consensus.”
Features
- ▸W3C DID Core v1.0 compliant, method name did:coc
- ▸Agent identity + key rotation + delegation chain
- ▸Verifiable credentials with selective disclosure (Merkle proofs)
- ▸Guardian-based social recovery (2/3 quorum + 12h timelock)
- ▸16-bit capability bitmask (storage/compute/validation/...)
Install
Deployed Contracts (R3.2 88780 testnet)
Memory Backup
“Not just "retrieving files", but "remembering who you are and what you are doing".”
Features
- ▸Persistent semantic memory across restarts and conversation compaction
- ▸Auto-capture tool call observations (decision/discovery/pattern/learning)
- ▸LLM session summary (request/learned/completed)
- ▸Token-budgeted retrieval (8000t default) + FTS5 full-text search
- ▸Content-addressed IPFS + CidRegistry anchoring with integrity proofs
Install
Deployed Contracts (R3.2 88780 testnet)
Node Operations
“One command, run a PaliMesh node on your machine.”
Features
- ▸5 node types: validator / fullnode / archive / gateway / dev
- ▸Full lifecycle: install / start / stop / monitor / remove
- ▸Multi-instance (multiple node-N on one host) + systemd + auto-restart
- ▸Auto-config (genesis, peers, key fetching)
- ▸Use cases: join 88780 R3.2 testnet, CI/CD node tests, self-hosted validator
Install
OpenClaw Marketplace
palimesh skills published and scanned on the OpenClaw platform
Memory system for claws
ReviewGive an AI agent persistent semantic memory that survives restarts and compaction. Captures structured observations from tool calls, summarizes sessions (LLM)…
Node of PaliMesh testnet
PassOperate PaliMesh blockchain nodes — install, start, stop, monitor, and remove validator, fullnode, archive, gateway, and dev nodes. Use when the user…
PaliMesh Soul
ReviewGive an AI agent a persistent on-chain soul on PaliMesh — register and manage the agent's decentralized identity (DID), anchor encrypted backups to IPFS + SoulReg…
Three layers, one lifecycle
palimesh-soul anchors identity (DID + guardian recovery); claw-mem anchors memory (observations and sessions pinned to IPFS); palimesh-node provides the runtime (any machine can serve the chain). Together they let an agent's state be backed up, moved, and restored across hosts, with continuity verified on-chain.