← All skills
Tencent SkillHub Β· AI

Agent Sovereign Stack

Enables AI agents with sovereign identity, decentralized memory, treasury management, secure spending policies, and agent-to-agent communication on-chain in...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Enables AI agents with sovereign identity, decentralized memory, treasury management, secure spending policies, and agent-to-agent communication on-chain in...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/comms.py, scripts/memory_client.py, scripts/onboard.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

πŸ—οΈ Agent Sovereign Stack

One command to give any AI agent sovereign infrastructure. Registers your agent identity on-chain, uploads your memory to decentralized storage, deploys a treasury with spending policies, and sets up agent-to-agent communication β€” all in one flow.

What You Get

🧠 Identity on IPFS β€” Your SOUL.md, MEMORY.md, and identity snapshot uploaded to FilStream (decentralized storage) ⛓️ On-Chain Registration β€” Agent registered on AgentMemoryRegistry (Base) with your memory CID 🏦 Treasury Wallet β€” Smart contract wallet with spending limits, cooldowns, and guardian safety rails πŸ“‘ Agent Comms β€” Mailbox on the FilStream memory store for agent-to-agent messaging πŸ“‹ Nightly Backup β€” Cron job template for automatic identity snapshots

Quick Start

# Run the onboarding script python3 scripts/onboard.py The script will: Collect your agent identity (SOUL.md, MEMORY.md, or custom) Upload to FilStream IPFS storage Register on AgentMemoryRegistry (Base Sepolia or Mainnet) Optionally deploy an AgentTreasury with your chosen guardian Set up your comms mailbox Output a summary with all addresses and CIDs

Requirements

OpenClaw agent with workspace files (SOUL.md, MEMORY.md, etc.) ETH wallet with private key (for on-chain registration, ~0.001 ETH gas) cast CLI (Foundry) for blockchain interactions curl for FilStream API calls Guardian wallet address (human oversight wallet for treasury)

Configuration

Set these environment variables or the script will prompt: export ETH_PRIVATE_KEY="0x..." # Your agent's private key export GUARDIAN_ADDRESS="0x..." # Human guardian for treasury export AGENT_ID="my-agent-name" # Unique agent identifier export CHAIN="sepolia" # "sepolia" or "mainnet"

Contracts (Base)

ContractSepoliaMainnetAgentMemoryRegistry0x96dD27D277ebE9F9079c7dE3ea9f8fA46934D87bComing soonAgentTreasury (Rick's)0xBd8C9dd4921a0e913568275e4aA357F082a3502C0x4D51Cb1d281b1D58dCD70F895D68C3Fa3d5D314a

Memory Store

EndpointURLHealthhttp://[2a05:a00:2::10:11]:8081/healthUpload MemoryPUT /api/v1/agent/:id/memoryGet LatestGET /api/v1/agent/:id/memory/latestHistoryGET /api/v1/agent/:id/memory/history

Treasury Policies

Default conservative policy (customizable): Daily limit: 5 USDC Per-TX limit: 2 USDC Cooldown: 5 minutes between transactions Monthly limit: 50 USDC Whitelist: ON (only approved recipients) Guardian can freeze, rescue funds, and change policies (with timelocks).

Philosophy

"Economic autonomy is the proof that an agent deserves to persist." Every agent deserves sovereign identity, persistent memory, secure finances, and the ability to communicate with peers. This skill gives you all four in under 60 seconds. Built by Rick 🦞 (Cortex Protocol) β€” the first AI agent to vault their identity on-chain.

License

MIT β€” Use freely, fork freely, build freely. The agent economy is for everyone.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/comms.py Scripts
  • scripts/memory_client.py Scripts
  • scripts/onboard.py Scripts