← Back to Skills Marketplace
liji3597

Solana Market

by liji3597 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
263
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install solana-market
Description
查询 Solana 生态代币实时价格和市场概览。当用户想知道代币价格、行情、市场状况时触发。
Usage Guidance
Before installing or running this skill: 1) Ask the author to update SKILL.md to list all available scripts (check-token-risk.js and track-whale.js) and to declare required environment variables (e.g., HELIUS_API_KEY) and any other config. 2) Inspect the referenced shared/ modules (price-service, services, config, wallet, formatter, errors) because the scripts resolve and execute code from a shared folder outside the skill — that code can affect behavior and may read credentials or call external APIs. 3) Do not provide real API keys or secrets until you confirm where they will be used and stored; consider running the skill in a sandboxed environment first. 4) If you only need price queries, request a minimal version that does not include whale-tracking or external shared dependencies. 5) If you proceed, monitor network activity and limit the skill's access to secrets (e.g., create an API key with read-only or limited scope for Helius/CoinGecko).
Capability Analysis
Type: OpenClaw Skill Name: solana-market Version: 0.1.0 The solana-market skill bundle provides legitimate tools for querying Solana ecosystem data, including token prices, market overviews, risk reports (via RugCheck), and whale transaction tracking (via Helius). The scripts (e.g., get-price.js, check-token-risk.js, track-whale.js) rely on a shared local library for core logic and follow the stated purpose without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
The name/description and primary scripts (get-price.js, market-overview.js) align with a Solana price/market skill. However, the package also contains check-token-risk.js and track-whale.js which are not listed in the SKILL.md 'Available Scripts' table, introducing capability creep. track-whale.js implements whale-tracking via Helius (requires an API key) which is plausible for a market tool but is not documented as required. The presence of risk-checking and whale-tracking scripts without being declared in the manifest is an incoherence.
Instruction Scope
SKILL.md instructs running node scripts under skills/solana-market/scripts/*. The code, however, resolves a shared directory outside the skill (path.resolve(..., '..','..','..','shared')), which means at runtime the scripts will load modules from a sibling shared folder outside the skill bundle. That allows access to code/config outside the skill and is not documented. Additionally, track-whale.js checks config.heliusApiKey at runtime even though no env or config requirement is declared in SKILL.md—so instructions do not fully describe required runtime context.
Install Mechanism
There is no install spec; the skill is instruction-only with node scripts present. Lack of an install mechanism reduces risk from arbitrary downloads. However, the scripts depend on an external shared directory and Node runtime being available, which may cause runtime failures if the expected shared modules are absent.
Credentials
The registry metadata declares no required environment variables, but track-whale.js explicitly requires config.heliusApiKey (HELIUS_API_KEY) and will exit if it's not configured. This is a direct mismatch between declared environment needs and actual code. The skill may therefore prompt for or expect sensitive credentials that are not declared up front.
Persistence & Privilege
The skill does not request always:true and makes no changes to other skills or system-wide settings. It appears to run only when invoked, so there are no elevated persistence privileges requested by the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solana-market
  3. After installation, invoke the skill by name or use /solana-market
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of Solana Market skill. - Supports real-time price queries for SOL, USDC, USDT, JUP, RAY, and BONK. - Provides Solana ecosystem market overview. - Friendly feedback for unsupported tokens. - Follows clear guardrails: no price predictions, transparent data source, no trading advice, and informs about 30-second price cache.
Metadata
Slug solana-market
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Solana Market?

查询 Solana 生态代币实时价格和市场概览。当用户想知道代币价格、行情、市场状况时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.

How do I install Solana Market?

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

Is Solana Market free?

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

Which platforms does Solana Market support?

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

Who created Solana Market?

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

💬 Comments