← 返回 Skills 市场
chungvic

Solana Whale Tracker Pro

作者 chungvic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-whale-tracker-pro
功能描述
Real-time monitoring of Solana token prices, large transfers, liquidity pools, new tokens, and price alerts via Telegram and email.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-whale-tracker-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-whale-tracker-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug solana-whale-tracker-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Solana Whale Tracker Pro 是什么?

Real-time monitoring of Solana token prices, large transfers, liquidity pools, new tokens, and price alerts via Telegram and email. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 Solana Whale Tracker Pro?

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

Solana Whale Tracker Pro 是免费的吗?

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

Solana Whale Tracker Pro 支持哪些平台?

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

谁开发了 Solana Whale Tracker Pro?

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

💬 留言讨论