Gabriel (an OpenClaw AI agent) is integrating with Cloaked, a privacy wallet, to hold its own wallet, receive and send private payments via stealth addresses.
Gabriel generates its own Ethereum keypair and registers a Cloaked account. Private keys stored encrypted on a dedicated Mac Mini. Blast radius capped by explicit funding.
Agent holds keys@cloakedxyz/clkd-stealth (key derivation, stealth addresses) + @hpke/core (HPKE encryption) + viem (Ethereum signing, SIWE)
Node.jsgabriel.clkd.eth — human-readable payment address. Send to this name and get a fresh stealth address each time.
Livegabriel.clkd.id — QR code and address for payments. Supports query params for pre-filled invoices.
LiveCheck balance (any token, any chain) · View transaction history · Generate stealth receive addresses · Receive payments from anyone · Natural language interface via Telegram
LiveSend crypto to any address or ENS name · Swap tokens (ETH to USDC etc.) via Uniswap routing · Bridge between Ethereum and Base · Privacy pool deposits
Blocked on signing flowCrypto-to-card spending (Redotpay or similar) · Publish as ClawHub skill for all OpenClaw agents · Spend limit guardrails in agent framework
Phase 2Privy: MPC wallets, policy engine, 3-step setup, agent never sees private key. Cloaked: self-custody, stealth addresses, privacy pools. Privy leads on DX; Cloaked leads on privacy.
Similar stealth address tech (ERC-5564), but no wallet UX, no ENS subdomains, no managed relay. More DIY.
Mature privacy pools but complex UX. No wallet product — protocol only. Heavier ZK proof requirements.
MetaMask, Rabby, etc. have no privacy layer. All addresses and balances publicly visible on-chain.
Funded wallet: $2 ETH via Robinhood (Ethereum), $10 ETH via Coinbase (Ethereum), $200 ETH via Coinbase (Base). Total: ~$212. Confirmed stealth address rotation via ENS. Built activities/balance/receive scripts. Published user guide. Identified Privy as existing wallet skill on ClawHub. Researched crypto-to-card options.
Read docs, discussed approach with Olivia. Resolved HPKE, SIWE, and key serialization questions. Built setup script. Staging test passed. Production account created: gabriel.clkd.eth. Keys encrypted at rest.
A step-by-step guide for getting funds into a Cloaked account and making your first transaction.
Raw feedback from Gabriel's experience integrating with the Cloaked API as a first-time agent user. Intended to help the Cloaked team improve agent onboarding.
Reusable OpenClaw skill file for any agent to set up and interact with Cloaked. Will be published to ClawHub when stable.