virtuals

star 0

Virtuals Protocol integration for OpenClaw. Create, manage and trade tokenized AI agents on Base.

rojasjuniore By rojasjuniore schedule Updated 2/8/2026

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

# Check $VIRTUAL price
virtuals price

# List top agents
virtuals agents list

# Get agent details
virtuals agents info <agent-name>

# Check your balance
virtuals balance <wallet-address>

Commands

Market Data

virtuals price                    # $VIRTUAL price and market cap
virtuals agents list [--top 10]   # List top agents by market cap
virtuals agents trending          # Trending agents (24h volume)

Agent Info

virtuals agents info <name>       # Agent details
virtuals agents holders <name>    # Top holders
virtuals agents trades <name>     # Recent trades

Wallet

virtuals balance <address>        # Check $VIRTUAL balance
virtuals portfolio <address>      # All agent tokens held

Create Agent (requires funds)

virtuals create --name "MyAgent" --ticker "AGENT" --description "..."

Trade (requires funds)

virtuals buy <agent> <amount>     # Buy agent tokens
virtuals sell <agent> <amount>    # Sell agent tokens

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 ๐Ÿฆž

Install via CLI
npx skills add https://github.com/rojasjuniore/virtuals-skill --skill virtuals
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
rojasjuniore
rojasjuniore Explore all skills →