← All skills
Tencent SkillHub Β· AI

Virtuals

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, dist/cli.d.ts, dist/cli.js, package-lock.json, package.json, src/cli.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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 🦞

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • dist/cli.d.ts Scripts
  • dist/cli.js Scripts
  • src/cli.ts Scripts
  • package-lock.json Config
  • package.json Config