← 返回 Skills 市场
263
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install solana-market
功能描述
查询 Solana 生态代币实时价格和市场概览。当用户想知道代币价格、行情、市场状况时触发。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-market - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-market触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Solana Market 是什么?
查询 Solana 生态代币实时价格和市场概览。当用户想知道代币价格、行情、市场状况时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 Solana Market?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-market」即可一键安装,无需额外配置。
Solana Market 是免费的吗?
是的,Solana Market 完全免费(开源免费),可自由下载、安装和使用。
Solana Market 支持哪些平台?
Solana Market 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solana Market?
由 liji3597(@liji3597)开发并维护,当前版本 v0.1.0。
推荐 Skills