← Back to Skills Marketplace
liji3597

Solana Alerts

by liji3597 · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
298
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install solana-alerts
Description
创建和管理价格警报 — 当代币价格高于或低于目标值时通知用户。当用户想设置价格提醒、查看或删除警报时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solana-alerts
  3. After installation, invoke the skill by name or use /solana-alerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug solana-alerts
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Solana Alerts?

创建和管理价格警报 — 当代币价格高于或低于目标值时通知用户。当用户想设置价格提醒、查看或删除警报时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 298 downloads so far.

How do I install Solana Alerts?

Run "/install solana-alerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Solana Alerts free?

Yes, Solana Alerts is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Solana Alerts support?

Solana Alerts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solana Alerts?

It is built and maintained by liji3597 (@liji3597); the current version is v0.1.0.

💬 Comments