| name | virtuals |
| version | 1.0.0 |
| description | Virtuals Protocol integration for OpenClaw. Create, manage and trade tokenized AI agents on Base. |
| metadata | {"openclaw":{"emoji":"🎭","homepage":"https://virtuals.io"}} |
Virtuals Protocol Skill 🎭
Create, manage and trade tokenized AI agents on Virtuals Protocol (Base L2).
Features
- 📊 List agents - Browse top AI agents on Virtuals
- 💰 Check prices - Get agent token prices and market data
- 🔍 Agent details - View agent info, holders, transactions
- 🚀 Create agent - Launch your own tokenized AI agent
- 💸 Trade - Buy/sell agent tokens
Installation
clawhub install virtuals
cd ~/.openclaw/skills/virtuals
npm install && npm run build && npm link
Quick Start
virtuals price
virtuals agents list
virtuals agents info <agent-name>
virtuals balance <wallet-address>
Commands
Market Data
virtuals price
virtuals agents list [--top 10]
virtuals agents trending
Agent Info
virtuals agents info <name>
virtuals agents holders <name>
virtuals agents trades <name>
Wallet
virtuals balance <address>
virtuals portfolio <address>
Create Agent (requires funds)
virtuals create --name "MyAgent" --ticker "AGENT" --description "..."
Trade (requires funds)
virtuals buy <agent> <amount>
virtuals sell <agent> <amount>
Configuration
Set your wallet for trading:
virtuals config --wallet <address> --private-key <key>
⚠️ TESTNET ONLY for now - Don't use mainnet funds.
Architecture
┌─────────────────────────────────────┐
│ virtuals CLI │
├─────────────────────────────────────┤
│ @virtuals-protocol/game SDK │
│ + ethers.js (Base L2) │
├─────────────────────────────────────┤
│ Virtuals Protocol Contracts │
│ • VIRTUAL Token │
│ • Agent Factory │
│ • Bonding Curves │
│ • Uniswap V2 Pools │
└─────────────────────────────────────┘
Contract Addresses (Base)
| Contract | Address |
|---|
| $VIRTUAL | 0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b |
Resources
License
MIT
Built for OpenClaw by IntechChain 🦞