# Send Virtuals to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "virtuals",
    "name": "Virtuals",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/rojasjuniore/virtuals",
    "canonicalUrl": "https://clawhub.ai/rojasjuniore/virtuals",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/virtuals",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=virtuals",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "dist/cli.d.ts",
      "dist/cli.js",
      "package-lock.json",
      "package.json",
      "src/cli.ts"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "virtuals",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T10:23:25.819Z",
      "expiresAt": "2026-05-11T10:23:25.819Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=virtuals",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=virtuals",
        "contentDisposition": "attachment; filename=\"virtuals-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "virtuals"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/virtuals"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/virtuals",
    "downloadUrl": "https://openagent3.xyz/downloads/virtuals",
    "agentUrl": "https://openagent3.xyz/skills/virtuals/agent",
    "manifestUrl": "https://openagent3.xyz/skills/virtuals/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/virtuals/agent.md"
  }
}
```
## Documentation

### 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>

### 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

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 🦞
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rojasjuniore
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T10:23:25.819Z
- Expires at: 2026-05-11T10:23:25.819Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/virtuals)
- [Send to Agent page](https://openagent3.xyz/skills/virtuals/agent)
- [JSON manifest](https://openagent3.xyz/skills/virtuals/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/virtuals/agent.md)
- [Download page](https://openagent3.xyz/downloads/virtuals)