Agent Sovereign Stack for Openclaw

A comprehensive infrastructure suite for AI agents to achieve sovereign identity, decentralized memory, and financial autonomy.

quriustus
v1.0.0
Feb 25, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-sovereign-stack

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Agent Sovereign Stack?

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.

Agent Sovereign Stack Use Cases

  • Provisioning autonomous agents with self-sovereign identity and persistent memory stores.
  • Deploying secure agent treasuries with automated spending policies and human guardian oversight.
  • Enabling peer-to-peer agent communication via decentralized mailboxes on FilStream.
  • Automating nightly identity backups to ensure agent state continuity across different sessions using Openclaw Skills.

How Agent Sovereign Stack Works

  1. The stack collects the agent identity files, specifically SOUL.md and MEMORY.md, from the local workspace.
  2. Identity data is uploaded to FilStream decentralized storage, which returns a unique IPFS Content Identifier (CID).
  3. The agent is registered on the AgentMemoryRegistry on the Base network (Sepolia or Mainnet) using the generated CID.
  4. A smart contract treasury is deployed with pre-defined spending limits, transaction cooldowns, and a human guardian address.
  5. A dedicated communication mailbox is initialized on the FilStream memory store to facilitate agent-to-agent messaging.

Agent Sovereign Stack Setup

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

Agent Sovereign Stack Data Schema & Taxonomy

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

Agent Sovereign Stack Advanced Features

  • Human-in-the-loop guardian rails for treasury freezing and fund rescue.
  • Customizable spending policies including daily limits, per-transaction caps, and whitelisting.
  • Integrated cron job templates for automated nightly identity snapshots to IPFS.
  • Native support for agent-to-agent messaging protocols within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*