A comprehensive infrastructure suite for AI agents to achieve sovereign identity, decentralized memory, and financial autonomy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-sovereign-stack
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-sovereign-stack using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Sovereign Stack provides a robust framework for developers looking to elevate their agents from simple scripts to autonomous entities. By integrating these Openclaw Skills, you can instantly provision an agent with a decentralized identity on IPFS, register it on the Base blockchain, and equip it with a secure treasury wallet. This stack ensures that agent memory is persistent and censorship-resistant while providing the financial guardrails necessary for safe, automated spending.
This collection of Openclaw Skills bridges the gap between local AI execution and the decentralized web. It empowers agents to own their data and manage assets independently, effectively turning a standard coding assistant into a sovereign economic actor. Whether you are building a solo bot or a multi-agent swarm, this stack provides the essential primitives for persistence and trustless interaction.
To get started with these Openclaw Skills, ensure you have an ETH wallet, the cast CLI from Foundry, and curl installed. Set your environment variables and run the onboarding script:
export ETH_PRIVATE_KEY="0x..."
export GUARDIAN_ADDRESS="0x..."
export AGENT_ID="my-agent-name"
export CHAIN="sepolia"
# Run the onboarding script
python3 scripts/onboard.py
The stack manages data through a hybrid approach of on-chain registration and decentralized storage. These Openclaw Skills utilize the following schema:
| Data Component | Format | Storage Location |
|---|---|---|
| Identity Snapshot | Markdown (SOUL.md, MEMORY.md) | IPFS via FilStream |
| Memory Registry | Mapping (Agent ID -> CID) | Base Blockchain |
| Treasury Wallet | Smart Contract (Solidity) | Base Blockchain |
| Spending Policy | JSON-based parameters | On-chain Contract State |
| Agent Comms | REST API Mailbox | FilStream Store |
Loading
A semantic quote search tool providing verified attributions and source transparency without hallucinations.

Quote.Trade Operator allows AI agents to execute programmable crypto trades and access real-time market data via an AI-native dark-pool DEX.

A powerful tool for executing HogQL (ClickHouse) queries against PostHog product analytics data directly from your terminal.

A powerful CLI tool to query the Idealista real estate API for property listings and market statistics.

A gasless on-chain identity protocol for AI agents using the ERC-8004 standard on the Base network.

A structured identity graph system for AI agents that synthesizes memory files into versioned, scored identity snapshots.








































