← 返回 Skills 市场
liji3597

Solana Alerts

作者 liji3597 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
298
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-alerts
功能描述
创建和管理价格警报 — 当代币价格高于或低于目标值时通知用户。当用户想设置价格提醒、查看或删除警报时触发。
安全使用建议
This skill appears to implement what it claims (create/list/delete price alerts) and does not request keys or perform downloads. Before installing: 1) Confirm you trust the platform's shared modules (shared/services, shared/scheduler, etc.) because the scripts delegate all data storage, notification sending, and network I/O to those external modules. Review those modules if possible. 2) Ensure your environment provides SOLANA_NETWORK as expected. 3) Note check-prices.js requires a system-authorized call (OPENCLAW_SYSTEM='true' or --system) but SKILL.md's example omits that — clarify how the platform will invoke scheduled checks. 4) If you plan to use Telegram notifications, verify where Telegram credentials are stored and that they are not required by this skill (they are not declared here). If you cannot review the shared modules or the platform invocation model, treat the skill as operationally opaque and exercise caution.
功能分析
Type: OpenClaw Skill Name: solana-alerts Version: 0.1.0 The solana-alerts skill bundle provides a standard set of tools for managing cryptocurrency price notifications. The scripts (e.g., create-alert.js, list-alerts.js) act as clean wrappers for shared services, and the SKILL.md instructions correctly guide the AI agent through the intended workflow without any signs of prompt injection or malicious behavior.
能力评估
Purpose & Capability
Name/description match the included scripts: create/list/delete alerts and a price checker. Declared requirements (node and SOLANA_NETWORK) make sense for a Solana alerting tool. Minor note: script comments/usage mention Telegram user IDs (telegram_user_id) which implies integration with a Telegram-based user identity, but that is consistent with a notification service rather than being unexpected.
Instruction Scope
SKILL.md directs the agent to run the provided node scripts and the scripts only interact with local shared modules (services, scheduler, errors, formatter). They do not embed hard-coded external endpoints, nor do they read arbitrary user files. One inconsistency: check-prices.js enforces system-authorized execution by requiring OPENCLAW_SYSTEM='true' or the --system flag, but the SKILL.md example for running manual checks does not mention passing --system or setting OPENCLAW_SYSTEM. This is an operational mismatch rather than evidence of exfiltration.
Install Mechanism
No install spec is provided (instruction-only install). There are code files included, but nothing is downloaded or extracted at install time. No external package URLs or installers are present.
Credentials
The declared required env var (SOLANA_NETWORK) is reasonable for a Solana-focused skill. However, the scripts reference OPENCLAW_SYSTEM (used as a gate for check-prices.js) which is not declared in requires.env or documented in SKILL.md. The skill does not request API keys, tokens, or other secrets — which is proportionate — but the undeclared reliance on OPENCLAW_SYSTEM and on external shared modules (services/scheduler) means you must trust the platform-provided code those modules expose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request any elevated platform privileges in the package itself and does not modify other skills or system-wide configuration. Autonomous invocation (disable-model-invocation=false) is the platform default and not in itself concerning here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solana-alerts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solana-alerts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Solana price alert system. - Users can create, view, and delete token price alerts with confirmation prompts. - Supports "above" or "below" alert conditions for any token. - Guardrails include a 20 alert maximum and sanity checks for unusual target prices. - Includes scripts for alert creation, listing, deletion, and manual price checking.
元数据
Slug solana-alerts
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Solana Alerts 是什么?

创建和管理价格警报 — 当代币价格高于或低于目标值时通知用户。当用户想设置价格提醒、查看或删除警报时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Solana Alerts?

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

Solana Alerts 是免费的吗?

是的,Solana Alerts 完全免费(开源免费),可自由下载、安装和使用。

Solana Alerts 支持哪些平台?

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

谁开发了 Solana Alerts?

由 liji3597(@liji3597)开发并维护,当前版本 v0.1.0。

💬 留言讨论