← 返回 Skills 市场
2981
总下载
5
收藏
11
当前安装
4
版本数
在 OpenClaw 中安装
/install crypto-whale-monitor
功能描述
Monitors large cryptocurrency wallet balances (whales) on-chain using Web3 RPC to detect potential market-moving activity. Can read from `references/wallets....
使用说明 (SKILL.md)
Crypto Whale Monitor
This skill contains the logic to connect to blockchain explorers and track large balances for a defined set of "whale" wallets.
Workflow
- Define Wallets: Add known whale addresses to
references/wallets.md. - Execute: Run
npm start(or./scripts/monitor.js) to scan the list. - Analyze: Review output for "WHALE DETECTED" alerts.
- Schedule: Set up a cron job to run
npm startperiodically for automated monitoring.
Scripts
scripts/monitor.js: Core logic for checking balances via public RPC. Reads fromreferences/wallets.mdby default.
References
references/wallets.md: A list of known, public whale wallet addresses.
安全使用建议
This skill is coherent with its stated purpose, but review these practical points before running:
- Inspect the script (scripts/monitor.js) yourself — it only reads references/wallets.md or CLI args and posts JSON-RPC requests to the configured RPC_URL (default: https://eth.llamarpc.com).
- RPC_URL is optional but can be set; avoid pointing it at unknown or untrusted endpoints if you care about exposing which addresses you query.
- No credentials are requested; the tool only prints balances to stdout. If you schedule it (cron), consider where logs go (avoid sending outputs to public locations).
- Ensure you run it with a recent Node version (Node 18+ provides global fetch) or run with a fetch polyfill.
- For extra caution, run it in an isolated environment with restricted network egress if you want to limit outbound connections.
功能分析
Type: OpenClaw Skill
Name: crypto-whale-monitor
Version: 1.0.3
The skill's code (`scripts/monitor.js`) is benign, performing its stated function of monitoring cryptocurrency wallets using public RPCs without any malicious actions or vulnerabilities. However, the `SKILL.md` file contains a direct instruction to the AI agent: 'Set up a cron job to run `npm start` periodically for automated monitoring.' While the stated objective of automated monitoring is aligned with the skill's purpose, this instruction represents a prompt injection risk, as it directs the agent to modify system persistence (cron job). This capability, even with a benign stated intent, is a high-risk behavior for an AI agent and could be abused if the agent is overly permissive or the instruction were subtly altered.
能力评估
Purpose & Capability
Name/description align with implementation: the script reads wallet addresses (from references/wallets.md or CLI args), queries an Ethereum JSON-RPC endpoint for balances, and alerts above a threshold. The bundled fallback addresses are reasonable examples. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the provided Node script and reading references/wallets.md, which matches the script's behavior. The script only reads the included wallets file (or CLI args) and issues JSON-RPC POST requests to the configured RPC endpoint, then prints results to stdout. There is no evidence it reads other system files or transmits data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a script), so nothing is downloaded or installed by the skill itself. This is lowest-risk for code installation. The only runtime dependency is Node to run the script.
Credentials
The skill requires no secrets. It accepts an optional RPC_URL environment variable (not mandatory) to override the default public endpoint (https://eth.llamarpc.com). The metadata declares no required env vars; this is acceptable since RPC_URL is optional, but users should be aware they can point it at any RPC (including private or malicious endpoints) which will receive the addresses being queried.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is invoked by the user. It performs no persistent or privileged operations beyond reading its own references/wallets.md file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-whale-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-whale-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- No user-visible changes; updated internal logic in scripts/monitor.js.
- SKILL.md and overall documentation remain unchanged.
v1.0.2
- Updated monitoring logic to scan wallet balances using Web3 RPC instead of relying on Etherscan.
- Added support for reading whale wallet addresses from `references/wallets.md` or accepting custom addresses.
- Introduced `npm start` entry point for easier execution and automation.
- Improved documentation to clarify usage steps and new monitoring workflow.
- Added `_meta.json` and `package.json` files to support package management and metadata.
v1.0.1
- Updated scripts/monitor.js with minor changes.
- No user-facing features or documentation updates.
v1.0.0
Initial Launch of Wallet Monitor
元数据
常见问题
Crypto Whale Monitor 是什么?
Monitors large cryptocurrency wallet balances (whales) on-chain using Web3 RPC to detect potential market-moving activity. Can read from `references/wallets.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2981 次。
如何安装 Crypto Whale Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-whale-monitor」即可一键安装,无需额外配置。
Crypto Whale Monitor 是免费的吗?
是的,Crypto Whale Monitor 完全免费(开源免费),可自由下载、安装和使用。
Crypto Whale Monitor 支持哪些平台?
Crypto Whale Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto Whale Monitor?
由 waleolapo(@waleolapo)开发并维护,当前版本 v1.0.3。
推荐 Skills