@palimesh on npm

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.

Service 01 · @palimesh/palimesh-soul v1.2.10

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/...)
Service 02 · @palimesh/claw-mem v2.3.1

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

$ npm install @palimesh/claw-mem

Deployed Contracts (R3.2 88780 testnet)

Service 03 · @palimesh/palimesh-node v1.2.0

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

$ npm install @palimesh/palimesh-node
> OPENCLAW_REGISTRY

OpenClaw Marketplace

palimesh skills published and scanned on the OpenClaw platform

Memory system for claws

Review
Skill
//claw-memv2.3.1

Give an AI agent persistent semantic memory that survives restarts and compaction. Captures structured observations from tool calls, summarizes sessions (LLM)…

Scan result
vtSuspicious
llmSuspicious
staticSuspicious

Node of PaliMesh testnet

Pass
Skill
//palimesh-nodev1.2.0

Operate PaliMesh blockchain nodes — install, start, stop, monitor, and remove validator, fullnode, archive, gateway, and dev nodes. Use when the user…

Scan result
vtPass
llmPass
staticPass

PaliMesh Soul

Review
Skill
//palimesh-soulv1.2.10

Give 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…

Scan result
vtSuspicious
llmSuspicious
staticPass

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.

PaliMesh · The chain where state returns