← 返回 Skills 市场
ssidharhubble

Crypto Whale Alerts

作者 ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-whale-alerts
功能描述
Real-time cryptocurrency whale tracker for AI agents and crypto traders. Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins, track...
使用说明 (SKILL.md)

Crypto Whale Alerts

Tracks large on-chain transactions and whale wallet movements to generate actionable crypto trading alerts.

Configuration

# Set minimum transaction threshold in USD
export WHALE_MIN_USD=500000

# Set alert cooldown period in minutes
export WHALE_COOLDOWN=30

Commands

# Scan for whale transactions above threshold
python scripts/whale_alerts.py scan

# Get whale activity summary
python scripts/whale_alerts.py summary

# View tracked whale wallet addresses
python scripts/whale_alerts.py watch

# Change minimum threshold
python scripts/whale_alerts.py set-threshold 250000

Alert Interpretation

  • INFLOW (green): Large transaction into exchange hot wallet

    • Could indicate imminent selling pressure
    • Watch for distribution patterns
  • OUTFLOW (red): Large transaction from exchange to cold storage

    • Could indicate accumulation phase
    • Often precedes price increases

Watchlist

Includes major exchange hot wallets, institutional custodians, and notable smart money addresses:

  • Binance Hot (multiple wallets)
  • Coinbase Custody
  • Grayscale Trust wallets
  • DeFi protocol treasuries

Production Integration

For live data, connect to:

  • Etherscan API for Ethereum transactions
  • Blockchair API for multi-chain coverage
  • Glassnode for whale wallet labels

The script uses mock data with real field structure for easy API integration.

安全使用建议
This skill is safe-looking as a local mock-data demo. Before relying on it for trading, confirm whether it has been connected to real Etherscan, Blockchair, or other data sources, and review any added API or credential handling.
功能分析
Type: OpenClaw Skill Name: crypto-whale-alerts Version: 1.0.0 The skill is a straightforward cryptocurrency whale tracker that uses hardcoded mock data and basic Python logic to simulate transaction monitoring. It contains no network calls, file system modifications, or suspicious execution patterns, and its behavior aligns perfectly with its stated purpose in scripts/whale_alerts.py and SKILL.md.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is crypto whale alerting, and the included script matches that theme, but the current implementation uses mock transactions rather than live blockchain monitoring.
Instruction Scope
The skill allows Bash and documents running a local Python script. This is disclosed and proportionate to the skill, with no evidence of broader shell use.
Install Mechanism
There is no install spec and no dependencies, but the documentation expects Python 3.9+. This is a usability/provenance note rather than a security concern.
Credentials
Environment variables are limited to alert threshold and cooldown settings; the code does not read API keys, wallet secrets, tokens, cookies, or other credentials.
Persistence & Privilege
The code prints results only and does not write files, persist state, modify wallets/accounts, install packages, or run background processes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-whale-alerts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-whale-alerts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of crypto-whale-alerts—real-time crypto whale tracker for AI agents and traders. - Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins. - Tracks whale wallets (exchanges, institutions, and smart money). - Detects accumulation (OUTFLOW) and distribution (INFLOW) patterns to generate actionable alerts. - Four commands: scan, summary, watch, set-threshold. - Configurable thresholds and cooldown via environment variables. - Built for Python 3.9+, no external dependencies, mock data matches production API responses.
元数据
Slug crypto-whale-alerts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Crypto Whale Alerts 是什么?

Real-time cryptocurrency whale tracker for AI agents and crypto traders. Monitors large on-chain transactions on Bitcoin, Ethereum, and major altcoins, track... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Crypto Whale Alerts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-whale-alerts」即可一键安装,无需额外配置。

Crypto Whale Alerts 是免费的吗?

是的,Crypto Whale Alerts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto Whale Alerts 支持哪些平台?

Crypto Whale Alerts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto Whale Alerts?

由 ssyopro(@ssidharhubble)开发并维护,当前版本 v1.0.0。

💬 留言讨论