← Back to Skills Marketplace
nicholasoxford

Market Snapshot

by nicholasoxford · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
717
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install market-snapshot
Description
Fetch stable JSON market data including price, liquidity, and volume for one or more tokens using Jupiter-backed sources.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install market-snapshot
  3. After installation, invoke the skill by name or use /market-snapshot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug market-snapshot
Version 1.0.0
License
All-time Installs 2
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Market Snapshot?

Fetch stable JSON market data including price, liquidity, and volume for one or more tokens using Jupiter-backed sources. It is an AI Agent Skill for Claude Code / OpenClaw, with 717 downloads so far.

How do I install Market Snapshot?

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

Is Market Snapshot free?

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

Which platforms does Market Snapshot support?

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

Who created Market Snapshot?

It is built and maintained by nicholasoxford (@nicholasoxford); the current version is v1.0.0.

💬 Comments