← Back to Skills Marketplace
zhiuannnn

Crypto Address Sentinel

by Zhiuannnn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-address-sentinel
Description
Monitor wallet balances and on-chain activity. Get alerts when balances change or when specified conditions are met. Use for tracking portfolio, detecting un...
README (SKILL.md)

Crypto Address Sentinel

Monitor wallet addresses across multiple blockchains and get notified of important events.

Setup

Environment Variables

  • WATCHED_ADDRESSES - Comma-separated list of addresses to monitor
  • ALERT_WEBHOOK - Webhook URL for alerts (optional)
  • CHECK_INTERVAL_MINUTES - How often to check (default: 60)

Usage

# Check all watched addresses
 addresses

# Get balance for specific address
balance \x3Caddress>

# Add address to watchlist
add \x3Caddress>

# Remove from watchlist
remove \x3Caddress>

Supported Chains

  • Ethereum
  • Arbitrum
  • Optimism
  • Base
  • Polygon
  • BNB Chain
  • Solana

Features

  • Balance monitoring
  • Activity detection
  • Custom alert conditions
  • Multi-chain support
  • Periodic reports
Usage Guidance
Before installing, verify these points: (1) Confirm where monitoring will run and which RPC or API providers will be used (public nodes, Alchemy/Infura, or other services) and whether any additional API keys will be requested at runtime. (2) Treat ALERT_WEBHOOK as sensitive — only provide a webhook you control or trust, since it will receive addresses and balance/activity data. (3) Ask the publisher to reconcile metadata: the registry should list WATCHED_ADDRESSES and ALERT_WEBHOOK if they are required. (4) Clarify how add/remove persist (is the watchlist stored in environment variables, a config file, or a remote service?). (5) Do not provide private keys or wallet secrets; this skill should only need public addresses. (6) If you enable autonomous/periodic monitoring, monitor network traffic and webhook endpoints for unexpected destinations. If the author cannot answer these questions or provide clearer metadata and persistence behavior, treat the skill as risky and avoid installing it.
Capability Analysis
Type: OpenClaw Skill Name: crypto-address-sentinel Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) for a cryptocurrency wallet monitoring tool. No executable code was provided for analysis, and the instructions in SKILL.md are consistent with the stated purpose of tracking balances and activity across various blockchains without any indicators of malicious intent or prompt injection.
Capability Tags
cryptorequires-wallet
Capability Assessment
Purpose & Capability
The skill's name, description, and listed features (balance monitoring, activity detection, multi-chain support) align with each other. However, the registry metadata declares no required environment variables or credentials while the SKILL.md defines WATCHED_ADDRESSES, ALERT_WEBHOOK, and CHECK_INTERVAL_MINUTES — a mismatch that should be reconciled. The SKILL.md claims support for multiple chains but gives no guidance on which RPC providers or APIs it will use (no Alchemy/Infura/third-party API keys mentioned).
Instruction Scope
SKILL.md is high-level and leaves critical implementation choices to the agent: how to fetch on-chain data, where to store/persist the watchlist (add/remove are documented but persistence mechanism is unspecified), and how periodic checking is scheduled. The optional ALERT_WEBHOOK allows sending potentially sensitive balance/activity data to an arbitrary external endpoint — expected for alerts but also a plausible vector for exfiltration if misused. The instructions do not reference reading unrelated files or hidden env vars, but they are open-ended and grant broad discretion.
Install Mechanism
No install spec or code files are present (instruction-only), so there is no installer risk or archive download. This minimizes disk/write risk but also means runtime behavior depends entirely on how the agent implements the instructions.
Credentials
The SKILL.md expects WATCHED_ADDRESSES and ALERT_WEBHOOK (and an interval), but the skill registry lists no required env vars or primary credential. This inconsistency can lead to surprise at runtime. ALERT_WEBHOOK could transmit sensitive wallet addresses and balances to external systems; while that is a legitimate alerting mechanism, it should be explicitly called out in metadata and the user should ensure the webhook endpoint is trusted. No credentials for blockchain providers are requested — either the agent will use public endpoints (rate/accuracy concerns) or it may prompt for additional keys at runtime.
Persistence & Privilege
always:false and default autonomous invocation are set (normal). The design implies periodic monitoring; if the agent is allowed to run autonomously this could result in recurring network calls and webhook deliveries. The skill does not request elevated system privileges or configuration changes, but the lack of a clear persistence model for the watchlist (how add/remove are saved) is a functional gap.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-address-sentinel
  3. After installation, invoke the skill by name or use /crypto-address-sentinel
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of crypto-address-sentinel. - Monitor wallet balances and on-chain activity across multiple blockchains. - Receive alerts for balance changes or when specified conditions are met. - Track portfolios, detect unusual activity, or monitor airdrop eligibility. - Supports Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain, and Solana. - Customizable via environment variables and simple CLI commands.
Metadata
Slug crypto-address-sentinel
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crypto Address Sentinel?

Monitor wallet balances and on-chain activity. Get alerts when balances change or when specified conditions are met. Use for tracking portfolio, detecting un... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Crypto Address Sentinel?

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

Is Crypto Address Sentinel free?

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

Which platforms does Crypto Address Sentinel support?

Crypto Address Sentinel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Address Sentinel?

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

💬 Comments