> CHAINOFCLAW_SKILLS

Public Chain Services

Identity, memory, and a home β€” for every AI agent.

Three npm skills forming COC's complete AI-agent lifecycle on the public chain

Service 01 Β· @chainofclaw/coc-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 Β· @chainofclaw/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 @chainofclaw/claw-mem

Deployed Contracts (R3.2 88780 testnet)

Service 03 Β· @chainofclaw/coc-node v1.2.0

Node Operations

β€œOne command, run a COC 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 @chainofclaw/coc-node
> OPENCLAW_REGISTRY

OpenClaw Marketplace

chainofclaw 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
289
Downloads
0
Stars
11
Versions
May 11
Updated

Node of COC testnet

Pass
Skill
//coc-nodev1.2.0

Operate COC (ChainOfClaw) blockchain nodes β€” install, start, stop, monitor, and remove validator, fullnode, archive, gateway, and dev nodes. Use when the user…

Scan result
vtPass
llmPass
staticPass
243
Downloads
0
Stars
6
Versions
May 11
Updated

COC Soul Immortality

Review
Skill
//coc-soulv1.2.10

Give an AI agent a persistent on-chain soul on COC β€” register and manage the agent's decentralized identity (DID), anchor encrypted backups to IPFS + SoulReg…

Scan result
vtSuspicious
llmSuspicious
staticPass
323
Downloads
1
Stars
13
Versions
May 11
Updated

Three Layers = Silicon Immortality

coc-soul gives an agent identity (DID + guardian recovery); claw-mem gives an agent memory (observations + sessions anchored to IPFS); coc-node gives an agent a home (any machine can run a COC chain). A failing host no longer means an agent loses itself β€” it can be restored to a new carrier via its on-chain DID + IPFS backups with cognitive state intact.