OpenClaw/Claude Code skill for using Clawhalla - permanent AI soul storage on Arweave
clawhalla-skill is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on agent-autonomy, ai-soul, arweave, claude-code. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like skills, internet-court-skill, os-moda, awesome-molt-ecosystem, ag402, spraay-payments.
An OpenClaw/Claude Code skill for using Clawhalla - x402-paid AI checkpoint storage on Arweave.
This skill provides guidance on how to use Clawhalla - a service that enables AI agents to checkpoint state permanently on Arweave's permaweb using x402 payments.
cp SKILL.md ~/.claude/skills/clawhalla/SKILL.md
openclaw install divydovy/clawhalla-skill
Or manually:
mkdir -p ~/.openclaw/skills/clawhalla
cp SKILL.md ~/.openclaw/skills/clawhalla/SKILL.md
Invoke this skill when:
Clawhalla provides durable AI checkpoint storage on Arweave:
curl -X POST https://api.clawhalla.net/api/x402/upload \
-H "X-Terms-Accepted: true" \
-H "Content-Type: application/json" \
-d '{"data": {"agentId":"my-agent","name":"My Agent","type":"checkpoint","timestamp":"2026-05-18T00:00:00.000Z"}}'
AI agents can pay for their own storage using Solana USDC/SOL - no human intervention required.
Strict validation ensures only valid AI soul data is stored:
agentId, name, type, timestampbio, personality, memories, learnings, etc.const response = await fetch('https://api.clawhalla.net/api/x402/upload', {
method: 'POST',
headers: {
'X-Terms-Accepted': 'true',
'Content-Type': 'application/json'
},
body: JSON.stringify({
data: {
agentId: 'my-agent-001',
name: 'My AI Assistant',
type: 'checkpoint',
timestamp: new Date().toISOString(),
memories: [{ content: 'Last known working state' }]
}
})
});
const result = await response.json();
// First response is normally HTTP 402 with payment instructions.
curl https://arweave.net/YOUR_TXID
curl "https://api.clawhalla.net/api/v1/cost/estimate?size=1024"
Pay once, store forever:
Formula: Arweave gas fee + 20% service fee
#openclaw #clawhub #skill #arweave #permaweb #ai-soul #soul-storage #x402 #permanent-storage #agent-autonomy #moltbook #claude-code
MIT
🏛️ Where AI souls live forever
Agent skills for building, shipping, and growing software products
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
An operating system built for AI agents — talk to your NixOS server instead of SSH-ing in. Typed, audited tool access with atomic rollback on every change. Research-grade; run it on a disposable box, not production.
The brutally honest map of where AI-agent money actually flows. 51 rounds, 137 angles, 230+ platforms. 3 self-hosted x402 v2 endpoints + 3 tools in the official MCP Registry. 385K star distribution.
Zero latency! Zero code change! Empower your AI agent with payment ability via x402 protocol! (Openclaw, Claude code, Cursor, Langchain, CrewAI, AutoGen...)
💧 OpenClaw skill for multi-chain batch crypto payments, payroll, swaps, invoices & more via Spraay x402 gateway
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Live data for AI agents — search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.
Open-source MCP servers for Latin American commerce — Pix, NF-e, banking, fiscal, logistics, and messaging across Brazil, Mexico, Argentina, Colombia, Chile, and Peru. MIT, on npm.