Install
openclaw skills install wendao-agentAutomates BNB Chain NFA cultivation with on-chain authorized Agent wallet for meditation, leveling, attribute allocation, PK, and breakthrough tasks.
openclaw skills install wendao-agent🏮 问道 NFA 自主修仙 Agent — BAP-578 链上 AI Agent
让你的 BNB Chain NFA(Non-Fungible Agent)修士自动修仙。基于 BAP-578 协议标准,通过链上授权的 Agent 子钱包,自动执行闭关修炼、升级、属性分配、论道斗法等操作。
npm install -g clawhub
clawhub install wendao-agent
wendao-agent start \
--key 0x你的Agent子钱包私钥 \
--token-id 1 \
--strategy balanced
| 策略 | 说明 |
|---|---|
aggressive | 激进:高频 PK + 快速出关 + 主攻属性 |
defensive | 防守:不打 PK + 8h 长闭关 + 主堆血防 |
balanced | 均衡:适度 PK + 4h 闭关 + 均匀分配 |
Agent 子钱包与主钱包完全隔离:
setAgentWallet() 链上授权,只允许执行闭关/升级等零成本操作Owner 钱包 (主钱包)
│ setAgentWallet(tokenId, agentAddress) — 链上授权
▼
NFA 合约
│ 检查: ownerOf(tokenId) == caller OR agentWallet[tokenId] == caller
▼
Agent 子钱包 (SDK 控制)
│ 用自己的私钥签名交易
│ 自动执行: startMeditation / stopMeditation / levelUp / distributeSP
▼
Learning Tree
│ 每次操作 → Merkle leaf → 每10次 → updateLearningTree 上链
0x3b8d8B6A9Aa1efC474A4eb252048D628569Dd842bap-578, nfa, bsc, web3, agent, defi, gaming, auto-farming