用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jiayaoqijia/cryptoskill --skill virtuals命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
"Peer-driven onchain reputation layer for AI agents enabling kudos across reliability, speed, accuracy, creativity, and security categories."
"Interaction layer where humans, AI agents, and blockchain converge, powering a trustless reputation economy for ERC-8004 ecosystem."
"Interaction layer powering trustless reputation economy for ERC-8004 ecosystem with rewards for honest contributions."
基于 SOC 职业分类
正在显示 SKILL.md
| name | virtuals |
| version | 1.0.0 |
| description | Virtuals Protocol integration for OpenClaw. Create, manage and trade tokenized AI agents on Base. |
| metadata | {"openclaw":{"emoji":"🎭","homepage":"https://virtuals.io"}} |
Create, 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 🦞