← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solana-whale-tracker-pro
Description
Real-time monitoring of Solana token prices, large transfers, liquidity pools, new tokens, and price alerts via Telegram and email.
Usage Guidance
This package looks like a real Solana monitoring tool, but several mismatches are concerning: the registry declares no required secrets even though the tool needs a Telegram bot token/chat_id and SMTP credentials; SKILL.md and README disagree about whether to use config/config.yaml or .env; and the code does not clearly auto-load those config files. Before installing or supplying credentials: 1) Verify the publisher/source (follow the GitHub repo in _meta.json/README and confirm it's legitimate). 2) Inspect/modify the code to ensure credentials are read securely (use environment variables or a secrets store, avoid plain text files), or run the tool in an isolated environment. 3) Use app‑specific SMTP passwords (not your primary account password) and create a dedicated Telegram bot/chat for alerts. 4) If you plan to let the agent invoke this skill autonomously, be extra cautious — autonomous access combined with unclear secret handling increases risk. If you want, I can point out exact lines to modify so credentials are loaded via python-dotenv or a secure secrets API, and verify there is no hidden network exfiltration in the code.
Capability Analysis
Type: OpenClaw Skill
Name: solana-whale-tracker-pro
Version: 1.0.0
The skill bundle provides legitimate functionality for monitoring Solana blockchain data, including token prices via CoinGecko and large transactions via public RPC nodes. The code in scripts/notifier.py, scripts/price_monitor.py, and scripts/whale_monitor.py uses standard libraries (requests, smtplib) for its stated purposes and contains no evidence of data exfiltration, malicious execution, or prompt injection attempts against the OpenClaw agent.
Capability Assessment
Purpose & Capability
Name/description (Solana price/whale monitoring + Telegram/email alerts) match the included Python scripts which call CoinGecko, a Solana RPC, Telegram API and SMTP — those capabilities are coherent with the stated purpose. However the registry metadata declares no required env vars or config paths even though the skill needs Telegram bot credentials and SMTP credentials; the skill's top-level metadata in your registry also claims 'source: unknown / homepage: none' while _meta.json/README point to a GitHub repo — metadata is inconsistent.
Instruction Scope
SKILL.md and README instruct creating config/config.yaml or a .env with secrets and running the scripts. The scripts themselves do not contain code to automatically load config/config.yaml or .env (they accept credentials via method calls), so the runtime instructions are inconsistent with actual code behavior. The instructions ask you to supply Telegram bot token/chat_id and SMTP credentials which will be sent to Telegram API and your SMTP provider (expected), but because the skill does not clearly document how/where credentials are loaded, there is risk of misconfiguration or accidental exposure.
Install Mechanism
No install spec is provided (instruction-only for the platform), and dependencies are minimal (requests, python-dotenv). This is lower-risk than arbitrary binary downloads. Still, the skill does include Python scripts and a requirements.txt but the registry listed no required binaries; that's an operational inconsistency to be aware of.
Credentials
Registry 'required env vars' is empty, yet the README and SKILL.md ask for TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID and SMTP credentials (sender email/password). The code will use these secrets to authenticate with third-party services (Telegram and SMTP). The skill does not declare or enforce which secrets are required, nor does it show secure loading of them — this mismatch increases the chance of inadvertent secret leakage or misplacement. Also SKILL.md suggests config/config.yaml while README suggests .env; the code doesn't automatically read either, making secret management unclear.
Persistence & Privilege
The skill does not request persistent elevated privileges, always:false, and does not modify global agent settings or other skills. It runs as ordinary Python scripts and makes network calls to public APIs — normal for this kind of tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-whale-tracker-pro - After installation, invoke the skill by name or use
/solana-whale-tracker-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Solana Whale Tracker Pro:
- Real-time Solana ecosystem monitoring: token prices (CoinGecko), price alerts (Telegram/email), large transactions, liquidity pool tracking, and new token discovery.
- Designed for DeFi traders, NFT traders, and project teams.
- Simple configuration via YAML; supports command line and Python usage.
- Pricing plans from free to enterprise, with increasing limits and features.
- Features in MVP stage: price monitoring and notifications live; large transfer and liquidity tracking in development.
Metadata
Frequently Asked Questions
What is Solana Whale Tracker Pro?
Real-time monitoring of Solana token prices, large transfers, liquidity pools, new tokens, and price alerts via Telegram and email. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install Solana Whale Tracker Pro?
Run "/install solana-whale-tracker-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana Whale Tracker Pro free?
Yes, Solana Whale Tracker Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Solana Whale Tracker Pro support?
Solana Whale Tracker Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Solana Whale Tracker Pro?
It is built and maintained by chungvic (@chungvic); the current version is v1.0.0.
More Skills