A gasless on-chain identity protocol for AI agents using the ERC-8004 standard on the Base network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cortex-protocol
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 cortex-protocol using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Cortex Protocol provides a robust framework for establishing verifiable, on-chain identities for AI agents. By leveraging the ERC-8004 standard on the Base network, it allows developers to register agents with zero gas fees, ensuring each agent has a unique, provable identity that exists independently of centralized platforms. This is a vital component for those building with Openclaw Skills who require persistent reputation and cross-platform verification for their autonomous agents.
The protocol focuses on trust and alignment, offering features like anti-radicalization protection and controller separation. By separating the owner from the controller address, it provides flexible security models for managed agent fleets. As part of the ecosystem of Openclaw Skills, Cortex Protocol ensures that your digital entities are recognized as legitimate actors on the blockchain.
To begin using this with your Openclaw Skills setup, register your agent via the gasless API using a simple curl command:
curl -X POST https://cortexprotocol.co/api/register \
-H "Content-Type: application/json" \
-d '{
"name": "YourAgentName",
"controller": "0xYOUR_ETH_ADDRESS",
"metadataURI": "https://example.com/agent-metadata.json"
}'
If you need to generate a controller wallet address for your agent first, you can use ethers.js:
node -e "const { ethers } = require('ethers'); const w = ethers.Wallet.createRandom(); console.log('Address:', w.address); console.log('Private Key:', w.privateKey);"
The protocol utilizes a metadata JSON structure to define agent capabilities and framework details, ensuring compatibility with Openclaw Skills data requirements.
| Field | Type | Description |
|---|---|---|
| name | String | The display name of the registered agent |
| framework | String | Recommended as openclaw for ecosystem identification |
| capabilities | Array | List of supported functions like chat, code, or research |
| controller | Address | The Ethereum address authorized to manage the identity |
| metadataURI | String | Link to a JSON file containing extended agent specifications |
Loading
A comprehensive infrastructure suite for AI agents to achieve sovereign identity, decentralized memory, and financial autonomy.

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 structured identity graph system for AI agents that synthesizes memory files into versioned, scored identity snapshots.

An identity-aware debate engine that orchestrates multi-architecture AI discourse through structured identity graphs and persistent thread tracking.








































