← Back to Skills Marketplace
SUPAH Whale Tracker
by
supah-based
· GitHub ↗
· v1.3.0
· MIT-0
195
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install supah-whale-tracker
Description
Real-time whale activity monitoring and smart money following for Base blockchain. Track large transactions, wallet accumulation patterns, and smart money fl...
Usage Guidance
This skill appears to do what it says: it queries SUPAH's API (api.supah.ai) for whale data and expects x402 micropayments to a listed Base address. Before installing, verify the publisher and the payTo address (0xD3B2eCfe77780bFfDFA356B70DC190C914521761) are legitimate for SUPAH, and confirm you accept automated x402 micropayments (small USDC charges). Note the minor inconsistencies: SKILL.md/registry claim curl is required though the included code uses Node only, and SUPAH_API_BASE is marked required even though the code has a default. Those look like documentation drift rather than functional red flags, but if you need high assurance, ask the publisher for source/origin verification (the manifest lists a GitHub repo and a README install URL) and run the skill in a sandboxed environment first to confirm billing behavior.
Capability Assessment
Purpose & Capability
The name/description match the code and SKILL.md: the skill queries a SUPAH API for whale data. However, registry/SKILL.md list 'curl' as a required binary even though the included code uses Node's https module and does not call curl, and SUPAH_API_BASE is declared required despite index.js providing a harmless default. These are inconsistencies but plausibly harmless (documentation drift).
Instruction Scope
SKILL.md instructs the agent to query SUPAH's API and explains x402 micropayments; the included index.js only makes HTTPS GETs (JSON) to the SUPAH API host and prints results. The instructions do not ask the agent to read unrelated files, credentials, or system paths, nor to send data to unexpected third parties.
Install Mechanism
No install spec; this is instruction-only with an included CLI script. There are no download URLs or extract steps in the skill manifest. The README contains an example install URL (tools.supah.ai) but that URL is not used by the skill package itself.
Credentials
The only declared env var is SUPAH_API_BASE (non-secret base URL). The skill does not request tokens, keys, or unrelated credentials. Note: SUPAH_API_BASE is declared required but the code uses a default value if it's absent. The SKILL metadata also embeds an x402 payTo address — normal for a paid API but means calls will incur on-chain micropayments which users should expect.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. Autonomous invocation is allowed (platform default), which is expected for this type of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install supah-whale-tracker - After installation, invoke the skill by name or use
/supah-whale-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Removed all API key references, free tiers, subscription pricing. x402 only.
v1.2.0
Security: declared required bins, env vars, outbound network, x402 payment details in metadata.
v1.1.0
x402 only: removed free tier, added Moralis attribution, standardized pricing
v1.0.0
Initial release: Smart money flow detection and whale wallet tracking. x402 micropayments.
Metadata
Frequently Asked Questions
What is SUPAH Whale Tracker?
Real-time whale activity monitoring and smart money following for Base blockchain. Track large transactions, wallet accumulation patterns, and smart money fl... It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install SUPAH Whale Tracker?
Run "/install supah-whale-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SUPAH Whale Tracker free?
Yes, SUPAH Whale Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SUPAH Whale Tracker support?
SUPAH Whale Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SUPAH Whale Tracker?
It is built and maintained by supah-based (@supah-based); the current version is v1.3.0.
More Skills