virtualsVirtuals Protocol integration for OpenClaw. Create, manage and trade tokenized AI agents on Base.
Install via ClawdBot CLI:
clawdbot install rojasjuniore/virtualsCreate, manage and trade tokenized AI agents on Virtuals Protocol (Base L2).
clawhub install virtuals
cd ~/.openclaw/skills/virtuals
npm install && npm run build && npm link
# 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>
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)
virtuals agents info <name> # Agent details
virtuals agents holders <name> # Top holders
virtuals agents trades <name> # Recent trades
virtuals balance <address> # Check $VIRTUAL balance
virtuals portfolio <address> # All agent tokens held
virtuals create --name "MyAgent" --ticker "AGENT" --description "..."
virtuals buy <agent> <amount> # Buy agent tokens
virtuals sell <agent> <amount> # Sell agent tokens
Set your wallet for trading:
virtuals config --wallet <address> --private-key <key>
β οΈ TESTNET ONLY for now - Don't use mainnet funds.
βββββββββββββββββββββββββββββββββββββββ
β virtuals CLI β
βββββββββββββββββββββββββββββββββββββββ€
β @virtuals-protocol/game SDK β
β + ethers.js (Base L2) β
βββββββββββββββββββββββββββββββββββββββ€
β Virtuals Protocol Contracts β
β β’ VIRTUAL Token β
β β’ Agent Factory β
β β’ Bonding Curves β
β β’ Uniswap V2 Pools β
βββββββββββββββββββββββββββββββββββββββ
| Contract | Address |
|----------|---------|
| $VIRTUAL | 0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b |
MIT
Built for OpenClaw by IntechChain π¦
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection