← Back to Skills Marketplace
Whale Alert
by
deeplearning1993
· GitHub ↗
· v1.0.0
431
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install whale-alert
Description
实时监控巨鲸大额转账,追踪聪明钱动向。支持ETH、BTC、USDT。触发词:巨鲸、whale alert、大额转账、聪明钱。
Usage Guidance
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).
Capability Analysis
Type: OpenClaw Skill
Name: whale-alert
Version: 1.0.0
The skill is a simple mock implementation for monitoring large cryptocurrency transactions. The Python script (scripts/whale_alert.py) returns hardcoded sample data and contains no network requests, file system access, or sensitive data exfiltration. The SKILL.md file provides standard documentation without any prompt injection attempts or malicious instructions.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whale-alert - After installation, invoke the skill by name or use
/whale-alert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
巨鲸转账监控,每次0.001 USDT
Metadata
Frequently Asked Questions
What is Whale Alert?
实时监控巨鲸大额转账,追踪聪明钱动向。支持ETH、BTC、USDT。触发词:巨鲸、whale alert、大额转账、聪明钱。 It is an AI Agent Skill for Claude Code / OpenClaw, with 431 downloads so far.
How do I install Whale Alert?
Run "/install whale-alert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whale Alert free?
Yes, Whale Alert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Whale Alert support?
Whale Alert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whale Alert?
It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.
More Skills