← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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 monitorALERT_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
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-address-sentinel - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-address-sentinel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Crypto Address Sentinel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-address-sentinel」即可一键安装,无需额外配置。
Crypto Address Sentinel 是免费的吗?
是的,Crypto Address Sentinel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto Address Sentinel 支持哪些平台?
Crypto Address Sentinel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Address Sentinel?
由 Zhiuannnn(@zhiuannnn)开发并维护,当前版本 v1.0.0。
推荐 Skills