← 返回 Skills 市场
saltxd

ChainWard

作者 saltxd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
219
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chainward
功能描述
Monitor AI agent wallets on Base. Register wallets, check health scores, view transactions, manage alerts, and watch live feeds.
使用说明 (SKILL.md)

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)
安全使用建议
This skill appears to do what it says, but take the usual cautions: installing the npm CLI means you should verify the @chainward/cli package on npm (publisher, popularity, recent releases) and confirm the chainward binary comes from that package. The CHAINWARD_API_KEY will be stored in ~/.chainward/config.json (and the CLI can also accept interactive login), so treat the key like any secret: limit its permissions, rotate it if compromised, and avoid sharing it. Be aware that alert delivery channels (Discord/Telegram/webhook) will forward notifications externally — check those configurations if you care about leaking activity. If you have high security requirements, consider running the CLI in an isolated environment (container or VM) and review the package source/repository before installing.
功能分析
Type: OpenClaw Skill Name: chainward Version: 1.0.0 The chainward skill provides a CLI interface for monitoring AI agent wallets on the Base blockchain via the @chainward/cli NPM package and the chainward.ai service. It includes standard commands for wallet registration, transaction tracking, and alert configuration, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description (monitor wallets on Base) align with requirements: the skill requires a chainward CLI binary and a CHAINWARD_API_KEY, which are exactly what a monitoring CLI would need. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md only instructs running the chainward CLI commands (status, agents, txs, alerts, watch) and refers to the CLI config path (~/.chainward/config.json). It does not instruct reading unrelated files or exfiltrating data. Minor note: the doc mentions interactive `chainward login` and also declares CHAINWARD_API_KEY as required — both are reasonable (env key or login), but the overlap is worth being aware of.
Install Mechanism
Install spec uses an npm package (@chainward/cli) that creates the chainward binary — a typical, proportionate choice for a CLI. This is a moderate supply-chain risk (npm package), but expected for this functionality. No direct downloads from arbitrary URLs are specified.
Credentials
Only CHAINWARD_API_KEY is required and is listed as the primary credential — appropriate for a service-backed monitoring CLI. No unrelated secrets, multiple credentials, or system-level config paths are requested. The CLI stores config at ~/.chainward/config.json (likely containing the API key), which is expected but means the key will be persisted locally.
Persistence & Privilege
The skill is not always-on and uses normal autonomous invocation defaults. It does not request elevated platform privileges or attempt to modify other skills. Local persistence (CLI config file) is expected for a CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chainward
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chainward 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — monitor AI agent wallets on Base via CLI
元数据
Slug chainward
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论