← 返回 Skills 市场
chungvic

Solana Monitor Pro

作者 chungvic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-monitor-vic
功能描述
Real-time Solana data monitoring with token prices, alerts via Telegram/email, whale transfers, liquidity pools, and new token discovery.
安全使用建议
This package implements exactly the monitoring features it claims, but there are notable inconsistencies you should address before trusting it with secrets: - The metadata declares no required credentials, yet the README/SKILL.md ask you to provide TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID and SMTP credentials. Those are reasonable for notifications but the mismatch means the registry won't warn you about the required secrets. Treat those as mandatory sensitive inputs. - The code never imports dotenv or a YAML parser, but documentation instructs creating .env or config/config.yaml. That means the scripts expect credentials to be passed programmatically (e.g., NotificationManager.setup_telegram(...)) and will not automatically read the files described. Don't assume placing secrets into config/config.yaml will be used. - requirements.txt lists python-dotenv but the code doesn't use it; this is an indicator of sloppy packaging. Also README references an HTTP API (localhost:8000) and API endpoints that are not in the repository — another mismatch. - The external network endpoints contacted are public and expected for this purpose: CoinGecko (https://api.coingecko.com), Solana RPC (https://api.mainnet-beta.solana.com) and Telegram API. The code does not include any obfuscated URLs or unexpected remote download behavior. Recommendations before installing/using: - Inspect and run the code in an isolated environment (container or VM). - Do not paste credentials into global files until you confirm the code reads them where you place them. Prefer creating and passing credentials at runtime, or modify the code to load .env/config securely. - Replace the public SMTP password with an app-specific credential and restrict mailbox access; prefer a dedicated notification account. - Verify the author/source (registry owner is not a known vendor and homepage is missing). If you need guarantees, request provenance or a signed release. - If you plan to allow autonomous agent invocation with this skill, be aware the agent could use configured notification channels to exfiltrate data (e.g., send messages/emails). Ensure notification channels are dedicated and monitored. Given the coherence of functionality but multiple mismatches and packaging sloppiness, the package is suspicious rather than clearly benign. If you want a clean setup, ask the maintainer for clarified config-loading behavior and a minimal, accurate requirements file.
功能分析
Type: OpenClaw Skill Name: solana-monitor-vic Version: 1.0.0 The Solana Monitor skill bundle is a legitimate tool for tracking cryptocurrency prices and blockchain transactions. The code in scripts/price_monitor.py and scripts/whale_monitor.py uses standard public APIs (CoinGecko and Solana RPC) to fetch data, while scripts/notifier.py implements standard notification logic via Telegram and SMTP. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (price, whale, alerts via Telegram/email) align with the provided Python modules: price_monitor.py, whale_monitor.py and notifier.py implement those features. Nothing in the code tries to perform functionality unrelated to monitoring/notification.
Instruction Scope
SKILL.md and README instruct creating config/config.yaml or a .env with TELEGRAM_BOT_TOKEN, SMTP credentials and show CLI/python usage. However the included scripts do not parse a YAML config or load environment variables (no yaml or dotenv imports), and notifier.py expects credentials to be passed programmatically. README also documents an HTTP API (localhost:8000) that is not present in the repository. These discrepancies mean following the instructions as-written will not configure the code correctly and could cause users to put secrets in files the code doesn't actually read.
Install Mechanism
There is no install spec (instruction-only skill) and dependencies are limited to requests/python-dotenv in requirements.txt. The use of python-dotenv in requirements is not reflected in code (dotenv is never imported), so the requirements file contains at least one unnecessary dependency. No external binaries or remote downloads are used by the skill package.
Credentials
Registry metadata declares no required env vars or primary credential, but documentation instructs the user to supply sensitive credentials (Telegram bot token, Telegram chat id, sender_email and sender_password). Those credentials are appropriate for the features but they are not declared in metadata and the code does not automatically load them from .env/config files. That mismatch increases the chance users will mishandle secrets (e.g., paste credentials into the wrong place).
Persistence & Privilege
always:false and default agent invocation settings are used. The skill does not request persistent system-wide changes or claim to modify other skills. Risk from autonomous invocation exists as with any skill, but no elevated persistence is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-monitor-vic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-monitor-vic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Solana Monitor - OpenClaw 技能 v0.1.0 初版发布 - 实时监控 Solana 生态数据,包括价格、流动性、巨鲸追踪等 - 支持 CoinGecko API 获取代币价格 - 可通过 Telegram 或邮件发送价格警报 - 监测新代币、大额转账与流动性池 - 针对 DeFi/NFT 交易者及项目方提供多场景使用说明 - 丰富的安装与配置说明,支持多种价格版本选购
元数据
Slug solana-monitor-vic
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Solana Monitor Pro 是什么?

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

如何安装 Solana Monitor Pro?

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

Solana Monitor Pro 是免费的吗?

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

Solana Monitor Pro 支持哪些平台?

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

谁开发了 Solana Monitor Pro?

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

💬 留言讨论