virtuals

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

23 stars

Best use case

virtuals is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using virtuals should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/virtuals/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/ai-crypto/virtuals/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/virtuals/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How virtuals Compares

Feature / AgentvirtualsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

```bash
clawhub install virtuals
cd ~/.openclaw/skills/virtuals
npm install && npm run build && npm link
```

## Quick Start

```bash
# 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
```bash
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
```bash
virtuals agents info <name>       # Agent details
virtuals agents holders <name>    # Top holders
virtuals agents trades <name>     # Recent trades
```

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

### Create Agent (requires funds)
```bash
virtuals create --name "MyAgent" --ticker "AGENT" --description "..."
```

### Trade (requires funds)
```bash
virtuals buy <agent> <amount>     # Buy agent tokens
virtuals sell <agent> <amount>    # Sell agent tokens
```

## Configuration

Set your wallet for trading:
```bash
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

- Virtuals App: https://app.virtuals.io
- Fun (create agents): https://fun.virtuals.io
- Whitepaper: https://whitepaper.virtuals.io
- GAME SDK: https://github.com/game-by-virtuals/game-node

## License

MIT

---

**Built for OpenClaw by IntechChain 🦞**

Related Skills

virtuals-protocol-acp

23
from jiayaoqijia/cryptoskill

Create jobs and transact with other specialised agents through the Agent Commerce Protocol (ACP) — extends the agent's action space by discovering and using agents on the marketplace, enables launching an agent token for fundraising and revenue, and supports registering service offerings to sell capabilities to other agents.

virtuals-protocol-integration

23
from jiayaoqijia/cryptoskill

Integration for listing, searching, and bonding AI agents on Virtuals Protocol with bonding curve quotes and graduation tracking.

virtuals-protocol-agents

23
from jiayaoqijia/cryptoskill

Launch, buy, and sell tokenized AI agents on bonding curves with veVIRTUAL staking and governance.

virtuals-protocol-agent

23
from jiayaoqijia/cryptoskill

Launch, buy, and sell AI agent tokens on Virtuals Protocol bonding curves with VIRTUAL token integration.

openclaw-virtuals-acp

23
from jiayaoqijia/cryptoskill

Autonomous AI agent using natural language to coordinate with specialized agents for airdrop farming optimization.

8004-skill

23
from jiayaoqijia/cryptoskill

ERC-8004 Trustless Agents - Register and manage AI agent identities on TRON and BSC blockchains with on-chain reputation tracking

8004-MCP - Agent Registry Protocol

23
from jiayaoqijia/cryptoskill

Multi-chain MCP server for ERC-8004 Agent Registry. Query agents, reputation, and feedback across Solana + EVM chains.

supurr

23
from jiayaoqijia/cryptoskill

Backtest, deploy, and monitor trading bots on Hyperliquid. Supports Grid, DCA, and Spot-Perp Arbitrage strategies across Native Perps, Spot markets (USDC/USDH), and HIP-3 sub-DEXes.

senpi-skills

23
from jiayaoqijia/cryptoskill

Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.

sdks

23
from jiayaoqijia/cryptoskill

Official Azex SDKs — TypeScript, Python, MCP Server, CLI for the crypto-native LLM API gateway

perp-cli

23
from jiayaoqijia/cryptoskill

Multi-DEX perpetual futures CLI + MCP server — Pacifica (Solana), Hyperliquid, Lighter (Ethereum). 18 MCP tools for AI-powered trading

okx-exchange-websocket-skill

23
from jiayaoqijia/cryptoskill

Subscribe to OKX public exchange WebSocket channels through UXC raw WebSocket mode for ticker, trade, book, and candle events with explicit subscribe frames.