🦞 OpenClawd v0.2 is here.
What shipped
Solana-aware terminal
@openclawdsolana/clawd-tui@0.2.1— paste any Solana mint and get a live Birdeye + Helius DAS card before the agent wakes up. Eleven new slash commands:/trending,/search,/wallet,/portfolio,/networth,/asset,/assets,/nfts,/holders,/sigs,/balance. Auto-loadsBIRDEYE_API_KEY+HELIUS_API_KEYfrom./.env,~/.clawd.env, or~/.config/openclawd/.env. Writeup.@openclawdsolana/clawd-code-cli@0.2.3— full Ink/React agent operator. Bin renamedclawd→clawd-code(breaking) soclawd-tuican own the short name.
Browser Bridge (Chrome MV3)
chrome-extension/openclawd-chrome-extension/ — three subsystems in one service worker:
- CDP relay — bridge
chrome.debuggerto a local OpenClawd - Gateway client — right-click any Solana address → live token card via the gateway HTTP API
- Solana agent wallet — Ed25519 + AES-GCM keystore, PBKDF2 310k, 15-min auto-lock, signs Solana txns inside the extension
Gateway HTTP server
gateway/src/http.ts — Node built-in http, no deps. Routes:
GET /health·/api/token/overview·/api/wallet/portfolioPOST /api/wallet/submit·/api/wallet/swap/buildGET /api/agent/runtime·/api/agent/skills·POST /api/agent/text·/api/agent/clone·GET /api/helius/asset
Lazy-loads from /src for the agent routes with per-module fault isolation. Run npm --prefix gateway run http.
ClawdHub /console route
clawdhub/src/routes/console.tsx — TanStack Start dashboard wired to the gateway HTTP API. Live token cards, wallet portfolios, agent skill registry, lobster animations. Deployed at https://hub.solanaclawd.com/console.
Plugin SDK + Gateway
@openclawdsolana/plugin-sdk@1.1.1— fixed missing files in the v1.1.0 tarball@openclawdsolana/chat-plugins-gateway@1.9.1— depends on the corrected SDK
Percolator (perps CLI)
@openclawdsolana/percolator@1.0.1— agentic perpetuals CLI for Solana. 31 subcommands. Added the missingencodeInitMarketABI encoder + declared@solana/spl-tokenandzoddeps that were silently missing.
pAGENT family (4 of 6 published)
@openclawdsolana/pagent-page-controller@1.6.3@openclawdsolana/pagent-llms@1.6.3@openclawdsolana/pagent-core@1.6.4@openclawdsolana/pagent-ui@1.6.4← just published
Behind the scenes
/srcservices — builtopenrouter,jupiter,memory,pumpfun,helius,birdeyeservices sosrc/agents/runtime.tsworks end-to-end- ClawdHub Convex moved to
third-bobcat-386. Theme overlay normalizes the palette. - Brand sweep complete — 50+ files updated; Solana the chain preserved.
Try it
npm i -g @openclawdsolana/clawd-tui
clawd
> So11111111111111111111111111111111111111112 # paste a mint, get a cardFull details in RELEASE.md.
🦞 The shell molts. The laws do not.