← 返回 Skills 市场
nicholasoxford

Market Snapshot

作者 nicholasoxford · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
717
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install market-snapshot
功能描述
Fetch stable JSON market data including price, liquidity, and volume for one or more tokens using Jupiter-backed sources.
安全使用建议
This skill contacts a third-party endpoint (app.vecstack.com) with whatever token identifiers the user provides and returns that service's snapshot as JSON. It asks for no credentials and does not access local files, but you should: (1) avoid sending any sensitive strings (private keys, wallet seeds) as query input, (2) review vecstack's privacy/terms if you care about logging, and (3) be aware that cached URLs may be reused unless you append a cache-buster for fresh data. Overall the skill appears coherent for its purpose.
功能分析
Type: OpenClaw Skill Name: market-snapshot Version: 1.0.0 The skill bundle is benign. It clearly defines its purpose as fetching market snapshots from a specific external API endpoint (`https://app.vecstack.com/api/skills/market-snapshot`). The `SKILL.md` instructions are transparent, explicitly state what the skill will and will not do (e.g., no wallet management, no private keys), and guide the agent to use the `web_fetch` tool for a single, well-defined HTTP GET request. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, or other malicious behaviors.
能力评估
Purpose & Capability
The name/description say it will fetch Jupiter-backed market snapshots; the SKILL.md only requires calling a vecstack API endpoint and returning JSON. There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
Instructions are narrowly scoped to doing HTTP GETs to https://app.vecstack.com/api/skills/market-snapshot, parsing the JSON, and returning a structured JSON object. The skill does not instruct reading local files or environment variables. Important privacy note: user token queries (symbols/names/mints) are sent to the third-party vecstack endpoint and may be logged by that service.
Install Mechanism
No install spec or code files — instruction-only. Nothing is written to disk or fetched during install.
Credentials
The skill declares no environment variables or credentials and its instructions do not require any secrets. This is proportionate to a read-only market-data fetcher.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configurations. Autonomous invocation is allowed (platform default) but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install market-snapshot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /market-snapshot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
market-snapshot 1.0.0 - Initial release of the skill for fetching market snapshots for tokens. - Provides stable, strictly-JSON output suitable for downstream bots/agents. - Supports token queries via symbol, name, or mint address. - Returns consolidated price, liquidity, and volume data (backed by Jupiter). - Handles multiple tokens per request; preserves nulls and emits warnings/errors as needed. - No wallet operations, no swaps, no trade recommendations—snapshot only.
元数据
Slug market-snapshot
版本 1.0.0
许可证
累计安装 2
当前安装数 0
历史版本数 1
常见问题

Market Snapshot 是什么?

Fetch stable JSON market data including price, liquidity, and volume for one or more tokens using Jupiter-backed sources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 717 次。

如何安装 Market Snapshot?

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

Market Snapshot 是免费的吗?

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

Market Snapshot 支持哪些平台?

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

谁开发了 Market Snapshot?

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

💬 留言讨论