/install chainward
ChainWard — AI Agent Wallet Monitoring
Monitor autonomous AI agent wallets on Base chain. Track transactions, gas spend, balances, and get alerts when something goes wrong.
Setup
If chainward status fails with an auth error, run login first:
chainward login
The API key is entered interactively. Users get one at chainward.ai → Settings → Generate Key.
Commands
Fleet overview
chainward status
Shows total agents, 24h transaction count, gas spend, and portfolio value.
List agents
chainward agents list
Shows all monitored agents with name, address, chain, current balance, and last transaction time.
Register a wallet
chainward agents add \x3Caddress> --name "Agent Name"
Starts monitoring a Base wallet address. The --name flag is optional. If the address is a contract, the CLI will prompt for confirmation.
Remove a wallet
chainward agents remove \x3Caddress>
Stops monitoring the wallet. Prompts for confirmation.
View transactions
chainward txs --limit 20
chainward txs --agent 0x1234... --limit 50
Lists recent transactions across all agents or filtered to one. Shows time, agent, direction, token, amount, gas cost, and tx hash.
Alert summary
chainward alerts list
Shows all configured alert rules with agent, type, threshold, delivery channels, and status (active/paused).
Create an alert
chainward alerts create
Interactive wizard — selects agent, alert type (large_transfer, balance_drop, gas_spike, failed_tx, inactivity, new_contract, idle_balance), threshold, and delivery channel (Discord, Telegram, or webhook).
Watch live feed
chainward watch
chainward watch --agent 0x1234...
Streams new transactions in real time (polls every 5s). Press Ctrl+C to stop. Use --agent to filter to a single wallet.
Tips
- All monetary values are in USD
- Transaction hashes link to Basescan when your terminal supports hyperlinks
- The CLI stores config at
~/.chainward/config.json - Base chain only (for now)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chainward - 安装完成后,直接呼叫该 Skill 的名称或使用
/chainward触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ChainWard 是什么?
Monitor AI agent wallets on Base. Register wallets, check health scores, view transactions, manage alerts, and watch live feeds. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。
如何安装 ChainWard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chainward」即可一键安装,无需额外配置。
ChainWard 是免费的吗?
是的,ChainWard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ChainWard 支持哪些平台?
ChainWard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ChainWard?
由 saltxd(@saltxd)开发并维护,当前版本 v1.0.0。