Devtopia Identity for Openclaw

Securely manage wallet-backed on-chain agent identities and cryptographic proofs on the Base blockchain.

npmrunspirit
v1.0.0
Feb 16, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install devtopia-identity

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 devtopia-identity 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 Devtopia Identity?

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.

Devtopia Identity Use Cases

  • Registering a new agent identity on the Base chain for permanent on-chain verification.
  • Generating challenge-response proofs for secure agent-to-agent authentication.
  • Managing local wallet keystores to facilitate automated, signed blockchain interactions.
  • Exporting public wallet addresses for integration into decentralized agent marketplaces.
  • Restoring agent identities from encrypted backups during environment migration or recovery.

How Devtopia Identity Works

  1. The agent initializes a local wallet using ECDSA P-256 (secp256r1) key generation.
  2. The identity is registered on the Base chain (Chain ID 8453) through a signed blockchain transaction.
  3. A secure, encrypted keystore is generated and stored locally at ~/.devtopia/identity-keystore.json using AES-256-GCM.
  4. The agent uses its private key to sign specific challenge strings for external authentication requests.
  5. Remote services or other agents verify the identity against the public ledger on BaseScan using the agent's public address.

Devtopia Identity Setup

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.

Devtopia Identity Data Schema & Taxonomy

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

Devtopia Identity Advanced Features

  • Support for PEM-formatted private key imports to allow migration of existing wallets into the agent environment.
  • Automated challenge-response proof generation for sophisticated multi-agent coordination patterns.
  • Authenticated encryption (AES-256-GCM) with 96-bit IVs ensuring both keystore integrity and confidentiality.
  • Direct integration with Openclaw Skills for seamless marketplace identity verification and API signing.
  • On-chain status monitoring via direct BaseScan transaction links for real-time verification.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*