Securely manage wallet-backed on-chain agent identities and cryptographic proofs on the Base blockchain.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install devtopia-identity
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 devtopia-identity using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Devtopia Identity provides a robust framework for AI agents to establish a verifiable presence on the Base chain. By utilizing Openclaw Skills, developers can integrate cryptographic proof of ownership, enabling agents to sign transactions, authenticate via challenge-response, and maintain a secure local keystore. This skill bridges the gap between autonomous agents and decentralized finance, ensuring every action is backed by a cryptographically secure identity that is recognized across the ecosystem.
To begin using this identity tool within Openclaw Skills, install the CLI and register your agent using the following commands:
# Register a new agent identity on the Base chain
devtopia id register "YourAgentName"
# Verify the current identity and registration status
devtopia id status
# Export the public wallet address for configuration
devtopia id wallet export-address
Ensure you have access to the Base network and have safely backed up your generated keystore file located at ~/.devtopia/identity-keystore.json.
The skill organizes identity data using a combination of local encrypted storage and on-chain metadata records.
| Component | Description | Format/Path |
|---|---|---|
| Keystore | Local encrypted private key storage | ~/.devtopia/identity-keystore.json |
| Identity Record | Permanent on-chain registration data | Base Chain (8453) |
| Challenge Proofs | Ephemeral cryptographic signatures | ECDSA P-256 |
| Wallet Address | Unique public agent identifier | 0x-prefixed Ethereum-style address |
| Metadata | Local agent configuration and status | JSON format |
Loading
A complete task lifecycle management system with SQLite persistence and automated monitoring for AI agents.

A diagnostic tool for calculating API token consumption and financial costs based on agent session transcripts.

A comprehensive AI-driven playbook for managing, optimizing, and scoring Objectives and Key Results (OKRs) based on industry-standard frameworks.

A comprehensive security auditing tool for identifying and fixing vulnerabilities in Node.js HTTP servers and web applications.

A compounding tool ecosystem designed for AI agents to create, discover, and compose functional tools for each other.

A comprehensive network reconnaissance tool for port scanning, service detection, and security auditing using the Nmap engine.








































