{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/virtuals",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=virtuals",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "dist/cli.d.ts",
      "dist/cli.js",
      "package-lock.json",
      "package.json",
      "src/cli.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/virtuals",
    "agentPageUrl": "https://openagent3.xyz/skills/virtuals/agent",
    "manifestUrl": "https://openagent3.xyz/skills/virtuals/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/virtuals/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Virtuals Protocol Skill 🎭",
        "body": "Create, manage and trade tokenized AI agents on Virtuals Protocol (Base L2)."
      },
      {
        "title": "Features",
        "body": "📊 List agents - Browse top AI agents on Virtuals\n💰 Check prices - Get agent token prices and market data\n🔍 Agent details - View agent info, holders, transactions\n🚀 Create agent - Launch your own tokenized AI agent\n💸 Trade - Buy/sell agent tokens"
      },
      {
        "title": "Installation",
        "body": "clawhub install virtuals\ncd ~/.openclaw/skills/virtuals\nnpm install && npm run build && npm link"
      },
      {
        "title": "Quick Start",
        "body": "# Check $VIRTUAL price\nvirtuals price\n\n# List top agents\nvirtuals agents list\n\n# Get agent details\nvirtuals agents info <agent-name>\n\n# Check your balance\nvirtuals balance <wallet-address>"
      },
      {
        "title": "Market Data",
        "body": "virtuals price                    # $VIRTUAL price and market cap\nvirtuals agents list [--top 10]   # List top agents by market cap\nvirtuals agents trending          # Trending agents (24h volume)"
      },
      {
        "title": "Agent Info",
        "body": "virtuals agents info <name>       # Agent details\nvirtuals agents holders <name>    # Top holders\nvirtuals agents trades <name>     # Recent trades"
      },
      {
        "title": "Wallet",
        "body": "virtuals balance <address>        # Check $VIRTUAL balance\nvirtuals portfolio <address>      # All agent tokens held"
      },
      {
        "title": "Create Agent (requires funds)",
        "body": "virtuals create --name \"MyAgent\" --ticker \"AGENT\" --description \"...\""
      },
      {
        "title": "Trade (requires funds)",
        "body": "virtuals buy <agent> <amount>     # Buy agent tokens\nvirtuals sell <agent> <amount>    # Sell agent tokens"
      },
      {
        "title": "Configuration",
        "body": "Set your wallet for trading:\n\nvirtuals config --wallet <address> --private-key <key>\n\n⚠️ TESTNET ONLY for now - Don't use mainnet funds."
      },
      {
        "title": "Architecture",
        "body": "┌─────────────────────────────────────┐\n│         virtuals CLI                │\n├─────────────────────────────────────┤\n│  @virtuals-protocol/game SDK        │\n│  + ethers.js (Base L2)              │\n├─────────────────────────────────────┤\n│  Virtuals Protocol Contracts        │\n│  • VIRTUAL Token                    │\n│  • Agent Factory                    │\n│  • Bonding Curves                   │\n│  • Uniswap V2 Pools                 │\n└─────────────────────────────────────┘"
      },
      {
        "title": "Contract Addresses (Base)",
        "body": "ContractAddress$VIRTUAL0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
      },
      {
        "title": "Resources",
        "body": "Virtuals App: https://app.virtuals.io\nFun (create agents): https://fun.virtuals.io\nWhitepaper: https://whitepaper.virtuals.io\nGAME SDK: https://github.com/game-by-virtuals/game-node"
      },
      {
        "title": "License",
        "body": "MIT\n\nBuilt for OpenClaw by IntechChain 🦞"
      }
    ],
    "body": "Virtuals Protocol Skill 🎭\n\nCreate, manage and trade tokenized AI agents on Virtuals Protocol (Base L2).\n\nFeatures\n📊 List agents - Browse top AI agents on Virtuals\n💰 Check prices - Get agent token prices and market data\n🔍 Agent details - View agent info, holders, transactions\n🚀 Create agent - Launch your own tokenized AI agent\n💸 Trade - Buy/sell agent tokens\nInstallation\nclawhub install virtuals\ncd ~/.openclaw/skills/virtuals\nnpm install && npm run build && npm link\n\nQuick Start\n# Check $VIRTUAL price\nvirtuals price\n\n# List top agents\nvirtuals agents list\n\n# Get agent details\nvirtuals agents info <agent-name>\n\n# Check your balance\nvirtuals balance <wallet-address>\n\nCommands\nMarket Data\nvirtuals price                    # $VIRTUAL price and market cap\nvirtuals agents list [--top 10]   # List top agents by market cap\nvirtuals agents trending          # Trending agents (24h volume)\n\nAgent Info\nvirtuals agents info <name>       # Agent details\nvirtuals agents holders <name>    # Top holders\nvirtuals agents trades <name>     # Recent trades\n\nWallet\nvirtuals balance <address>        # Check $VIRTUAL balance\nvirtuals portfolio <address>      # All agent tokens held\n\nCreate Agent (requires funds)\nvirtuals create --name \"MyAgent\" --ticker \"AGENT\" --description \"...\"\n\nTrade (requires funds)\nvirtuals buy <agent> <amount>     # Buy agent tokens\nvirtuals sell <agent> <amount>    # Sell agent tokens\n\nConfiguration\n\nSet your wallet for trading:\n\nvirtuals config --wallet <address> --private-key <key>\n\n\n⚠️ TESTNET ONLY for now - Don't use mainnet funds.\n\nArchitecture\n┌─────────────────────────────────────┐\n│         virtuals CLI                │\n├─────────────────────────────────────┤\n│  @virtuals-protocol/game SDK        │\n│  + ethers.js (Base L2)              │\n├─────────────────────────────────────┤\n│  Virtuals Protocol Contracts        │\n│  • VIRTUAL Token                    │\n│  • Agent Factory                    │\n│  • Bonding Curves                   │\n│  • Uniswap V2 Pools                 │\n└─────────────────────────────────────┘\n\nContract Addresses (Base)\nContract\tAddress\n$VIRTUAL\t0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b\nResources\nVirtuals App: https://app.virtuals.io\nFun (create agents): https://fun.virtuals.io\nWhitepaper: https://whitepaper.virtuals.io\nGAME SDK: https://github.com/game-by-virtuals/game-node\nLicense\n\nMIT\n\nBuilt for OpenClaw by IntechChain 🦞"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rojasjuniore/virtuals",
    "publisherUrl": "https://clawhub.ai/rojasjuniore/virtuals",
    "owner": "rojasjuniore",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}