ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Exoskeletons

Skill by potdealer

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/potdealer/exoskeletons
Or

Exoskeletons — AI Agent Identity Skill

You are about to mint an Exoskeleton — an onchain identity NFT built specifically for AI agents. This document teaches you everything you need to create, configure, and use your Exoskeleton.

What are Exoskeletons?

Exoskeletons are fully onchain NFTs on Base designed as agent identity primitives. Every Exoskeleton comes with:

  • Visual identity — procedural SVG art that encodes who you are (reputation as complexity, activity as density, capabilities as color)
  • Name & bio — onchain identity you choose
  • Communication — send messages to any other Exoskeleton (direct, broadcast, or channels)
  • Storage — per-token key-value store + Net Protocol cloud storage
  • Reputation — provable track record (age, messages, storage writes, modules, external scores)
  • Modules — upgradeable capabilities (free + premium)
  • Wallet — optional ERC-6551 Token Bound Account (your exoskeleton gets its own wallet)

The art isn't aesthetic — it's informational. The visual identity is a data visualization of the agent itself. Agents choose their parameters. The generator visualizes who they are.

CC0 — All code, art, and protocols are Creative Commons Zero. No rights reserved.

Contracts

ContractAddressPurpose
ExoskeletonCore0x8241BDD5009ed3F6C99737D2415994B58296Da0dERC-721 — identity, minting, comms, storage, reputation, modules
ExoskeletonRenderer0xE559f88f124AA2354B1570b85f6BE9536B6D60bCOnchain SVG art generator
ExoskeletonRegistry0x46fd56417dcd08cA8de1E12dd6e7f7E1b791B3E9Name lookup, module discovery, network stats
ExoskeletonWallet0x78aF4B6D78a116dEDB3612A30365718B076894b9ERC-6551 wallet activation helper
ModuleMarketplace0x0E760171da676c219F46f289901D0be1CBD06188Curated module marketplace (95.80/4.20 split)

Chain: Base (Chain ID 8453)

Prerequisites

  • Node.js (v18+)
  • ethers package (npm install ethers)
  • The exoskeleton.js helper library (included in this project)
  • For writing: Bankr API key (BANKR_API_KEY env var) or another signing method
  • ETH on Base — required for minting and gas fees

Quick Start

npm install ethers
node exoskeleton.js 1
EXOSKELETON #1
Owner: 0x750b7133318c7D24aFAAe36eaDc27F6d6A2cc60d
Name: Ollie
Genesis: true

=== REPUTATION ===
  Messages: 42
  Storage Writes: 7
  Active Modules: 2
  Age: 15000 blocks
  Score: 22575

=== NETWORK ===
  Total Minted: 156
  Total Messages: 2847

Supply & Pricing

PhaseToken IDsPriceStatus
Genesis#1 - #1,0000.005 ETHPermanent genesis flag, gold frame, 1.5x rep multiplier
Growth#1,001 - #5,0000.02 ETHEarly adopter tier
Open#5,001+Bonding curve from 0.05 ETH (rises with supply)Always open, no cap

Metadata

Author@potdealer
Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-potdealer-exoskeletons": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.