Whale Alert

v1.0.0

实时监控巨鲸大额转账,追踪聪明钱动向。支持ETH、BTC、USDT。触发词:巨鲸、whale alert、大额转账、聪明钱。

0· 387·3 current·3 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the included Python script all align: the skill reports simulated whale transfers and indicates an optional integration point (Whale Alert API). Nothing in the code asks for unrelated resources or credentials.
Instruction Scope
SKILL.md describes monitoring >$100k transfers and charging 0.001 USDT per call. The runtime script returns simulated data and does not access files, env vars, or network endpoints. Note: the per-call billing is declared in metadata/SKILL.md but is not enforced in the script — billing would be handled externally by the platform.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written to disk during install.
Credentials
The skill declares no required environment variables or credentials. The code references the requests library (imported but unused); if the skill were extended to call external APIs it would legitimately need an API key, but none are requested now.
Persistence & Privilege
always=false (default). The skill does not request permanent/system-wide presence or modify other skills' configs. Autonomous invocation is allowed by default but is not combined with other concerning factors here.
Assessment
This skill appears coherent and low-risk as provided: it returns simulated whale-transfer data and doesn't access secrets or external endpoints. Before installing or using it for real-time data, ask the author how real API integration and per-call billing are handled (where payments are processed and whether API keys will be required), confirm the runtime environment includes the requests library if network calls are added, and review any future updates that introduce external network requests or new environment variables (those would need scrutiny).

Like a lobster shell, security has layers — review code before you run it.

latestvk97bc48ra35tkjbjs5qfkq5cjd82b1qy
387downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

巨鲸警报

每次调用收费 0.001 USDT。

功能

  • 监控大额转账(>$100k)
  • 追踪聪明钱钱包
  • 交易所流入流出分析
  • 链上异动预警

输出示例

🐋 巨鲸异动警报 ━━━━━━━━━━━━━━━━ 💰 15,000 ETH ($28.5M) 📍 从: 0x7a2...3f4 📍 到: Binance ⏰ 2分钟前

📊 该地址历史准确率: 78%

Comments

Loading comments...