virtuals

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "virtuals" with this command: npx skills add rojasjuniore/virtuals

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)

ContractAddress
$VIRTUAL0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b

Resources

License

MIT


Built for OpenClaw by IntechChain 🦞

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Expertai

Expert.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Expert.ai data.

Registry SourceRecently Updated
Automation

Exabeam

Exabeam integration. Manage data, records, and automate workflows. Use when the user wants to interact with Exabeam data.

Registry SourceRecently Updated
Automation

Encore

Encore integration. Manage data, records, and automate workflows. Use when the user wants to interact with Encore data.

Registry SourceRecently Updated
Automation

Email Excel Transfer

Automatyzuje workflow pobierania danych z email i wstawiania ich do arkuszy kalkulacyjnych. Użyj gdy użytkownik chce przenieść informacje z poczty do Excela.

Registry SourceRecently Updated