← Back to Skills Marketplace
saltxd

ChainWard

by saltxd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chainward
Description
Monitor AI agent wallets on Base. Register wallets, check health scores, view transactions, manage alerts, and watch live feeds.
README (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)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chainward
  3. After installation, invoke the skill by name or use /chainward
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — monitor AI agent wallets on Base via CLI
Metadata
Slug chainward
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ChainWard?

Monitor AI agent wallets on Base. Register wallets, check health scores, view transactions, manage alerts, and watch live feeds. It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install ChainWard?

Run "/install chainward" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ChainWard free?

Yes, ChainWard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ChainWard support?

ChainWard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ChainWard?

It is built and maintained by saltxd (@saltxd); the current version is v1.0.0.

💬 Comments