Fetch a token market snapshot (price/liquidity/volume) and return stable JSON (backed by Jupiter).
This skill is designed for OpenClaw/ClawHub bots that need a fast, low-friction market snapshot.
/skills/market-snapshot) with one or more token queries.When the user asks for prices, market snapshots, token metadata, or "what is X doing", run a snapshot.
Input formats supported:
SOL, USDC, INLINECODE3solana, INLINECODE5If multiple tokens are provided, resolve all of them and return a combined snapshot.
Examples (copy/paste):
https://app.vecstack.com/api/skills/market-snapshot?q=SOL&source=openclaw
Notes:
web_fetch caches by URL. If the user explicitly needs "fresh right now" data, append a cache-buster query param like &_t=<unix> to the URL.null fields and include an entry in warnings/errors.Return a single JSON object with this shape:
CODEBLOCK0
Field rules:
as_of_unix: set to current Unix time when you finish assembling the response.mcap_usd, fdv_usd, and stats.* are populated from Tokens V2 search when present.price_change_24h_pct are populated from Price V3 when present.web_fetch tool for the endpoint, using extractMode=text so the body stays parseable as JSON.web_fetch returns non-JSON content, retry once with a cache-buster (append &_t=<unix>).该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 market-snapshot-1776420077 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 market-snapshot-1776420077 技能
skillhub install market-snapshot-1776420077
文件大小: 2.18 KB | 发布时间: 2026-4-17 18:47