{
  "schemaVersion": "1.0",
  "item": {
    "slug": "market-snapshot",
    "name": "Market Snapshot",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/nicholasoxford/market-snapshot",
    "canonicalUrl": "https://clawhub.ai/nicholasoxford/market-snapshot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/market-snapshot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=market-snapshot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/market-snapshot"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/market-snapshot",
    "agentPageUrl": "https://openagent3.xyz/skills/market-snapshot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/market-snapshot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/market-snapshot/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Market Snapshot (Skill-Only, OpenClaw)",
        "body": "This skill is designed for OpenClaw/ClawHub bots that need a fast, low-friction market snapshot."
      },
      {
        "title": "What This Skill Does",
        "body": "Calls a hosted market snapshot endpoint (/skills/market-snapshot) with one or more token queries.\nThe API resolves tokens + fetches pricing/metadata server-side (backed by Jupiter Tokens V2 + Price V3).\nEmits a stable JSON object (no prose) so other agents/bots can parse it reliably."
      },
      {
        "title": "What This Skill Will Not Do",
        "body": "It will not create or manage wallets.\nIt will not request, store, or handle private keys / seed phrases.\nIt will not execute swaps or provide \"trade recommendations\"."
      },
      {
        "title": "How To Use",
        "body": "When the user asks for prices, market snapshots, token metadata, or \"what is X doing\", run a snapshot.\n\nInput formats supported:\n\nSymbols: SOL, USDC, JUP\nNames: solana, jupiter\nMints: So11111111111111111111111111111111111111112\n\nIf multiple tokens are provided, resolve all of them and return a combined snapshot."
      },
      {
        "title": "Data Sources (GET, No Headers Needed)",
        "body": "Market snapshot:\n\nhttps://app.vecstack.com/api/skills/market-snapshot?q=<CSV_TOKENS>&source=openclaw\n\nExamples (copy/paste):\n\nSingle token:\n\nhttps://app.vecstack.com/api/skills/market-snapshot?q=SOL&source=openclaw\n\n\nMultiple tokens (comma-separated, no spaces):\n\nhttps://app.vecstack.com/api/skills/market-snapshot?q=SOL,USDC,JUP&source=openclaw\n\nNotes:\n\nweb_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.\nDo not invent values. If a fetch fails, keep null fields and include an entry in warnings/errors."
      },
      {
        "title": "Output Contract (Return JSON Only)",
        "body": "Return a single JSON object with this shape:\n\n{\n  \"as_of_unix\": 0,\n  \"provider\": \"jupiter\",\n  \"inputs\": [\"SOL\", \"USDC\"],\n  \"tokens\": [\n    {\n      \"query\": \"SOL\",\n      \"mint\": \"So11111111111111111111111111111111111111112\",\n      \"symbol\": \"SOL\",\n      \"name\": \"Wrapped SOL\",\n      \"decimals\": 9,\n      \"verified\": true,\n      \"tags\": [],\n      \"liquidity_usd\": null,\n      \"mcap_usd\": null,\n      \"fdv_usd\": null,\n      \"usd_price\": null,\n      \"price_change_24h_pct\": null,\n      \"stats\": {\n        \"5m\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        },\n        \"1h\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        },\n        \"24h\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        }\n      },\n      \"sources\": {\n        \"token_search_url\": null,\n        \"price_url\": null\n      }\n    }\n  ],\n  \"warnings\": [],\n  \"errors\": []\n}\n\nField rules:\n\nas_of_unix: set to current Unix time when you finish assembling the response.\nliquidity_usd, mcap_usd, fdv_usd, and stats.* are populated from Tokens V2 search when present.\nusd_price and price_change_24h_pct are populated from Price V3 when present.\nwarnings: non-fatal issues (missing price, ambiguous match, rate limits, etc).\nerrors: fatal issues that prevented a snapshot (e.g., all sources failed)."
      },
      {
        "title": "Implementation Notes For OpenClaw",
        "body": "Prefer the web_fetch tool for the endpoint, using extractMode=text so the body stays parseable as JSON.\nIf web_fetch returns non-JSON content, retry once with a cache-buster (append &_t=<unix>).\nKeep the final response strictly JSON."
      }
    ],
    "body": "Market Snapshot (Skill-Only, OpenClaw)\n\nThis skill is designed for OpenClaw/ClawHub bots that need a fast, low-friction market snapshot.\n\nWhat This Skill Does\nCalls a hosted market snapshot endpoint (/skills/market-snapshot) with one or more token queries.\nThe API resolves tokens + fetches pricing/metadata server-side (backed by Jupiter Tokens V2 + Price V3).\nEmits a stable JSON object (no prose) so other agents/bots can parse it reliably.\nWhat This Skill Will Not Do\nIt will not create or manage wallets.\nIt will not request, store, or handle private keys / seed phrases.\nIt will not execute swaps or provide \"trade recommendations\".\nHow To Use\n\nWhen the user asks for prices, market snapshots, token metadata, or \"what is X doing\", run a snapshot.\n\nInput formats supported:\n\nSymbols: SOL, USDC, JUP\nNames: solana, jupiter\nMints: So11111111111111111111111111111111111111112\n\nIf multiple tokens are provided, resolve all of them and return a combined snapshot.\n\nData Sources (GET, No Headers Needed)\nMarket snapshot:\nhttps://app.vecstack.com/api/skills/market-snapshot?q=<CSV_TOKENS>&source=openclaw\n\nExamples (copy/paste):\n\nSingle token:\nhttps://app.vecstack.com/api/skills/market-snapshot?q=SOL&source=openclaw\nMultiple tokens (comma-separated, no spaces):\nhttps://app.vecstack.com/api/skills/market-snapshot?q=SOL,USDC,JUP&source=openclaw\n\nNotes:\n\nweb_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.\nDo not invent values. If a fetch fails, keep null fields and include an entry in warnings/errors.\nOutput Contract (Return JSON Only)\n\nReturn a single JSON object with this shape:\n\n{\n  \"as_of_unix\": 0,\n  \"provider\": \"jupiter\",\n  \"inputs\": [\"SOL\", \"USDC\"],\n  \"tokens\": [\n    {\n      \"query\": \"SOL\",\n      \"mint\": \"So11111111111111111111111111111111111111112\",\n      \"symbol\": \"SOL\",\n      \"name\": \"Wrapped SOL\",\n      \"decimals\": 9,\n      \"verified\": true,\n      \"tags\": [],\n      \"liquidity_usd\": null,\n      \"mcap_usd\": null,\n      \"fdv_usd\": null,\n      \"usd_price\": null,\n      \"price_change_24h_pct\": null,\n      \"stats\": {\n        \"5m\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        },\n        \"1h\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        },\n        \"24h\": {\n          \"price_change_pct\": null,\n          \"volume_usd\": null,\n          \"buy_volume_usd\": null,\n          \"sell_volume_usd\": null\n        }\n      },\n      \"sources\": {\n        \"token_search_url\": null,\n        \"price_url\": null\n      }\n    }\n  ],\n  \"warnings\": [],\n  \"errors\": []\n}\n\n\nField rules:\n\nas_of_unix: set to current Unix time when you finish assembling the response.\nliquidity_usd, mcap_usd, fdv_usd, and stats.* are populated from Tokens V2 search when present.\nusd_price and price_change_24h_pct are populated from Price V3 when present.\nwarnings: non-fatal issues (missing price, ambiguous match, rate limits, etc).\nerrors: fatal issues that prevented a snapshot (e.g., all sources failed).\nImplementation Notes For OpenClaw\nPrefer the web_fetch tool for the endpoint, using extractMode=text so the body stays parseable as JSON.\nIf web_fetch returns non-JSON content, retry once with a cache-buster (append &_t=<unix>).\nKeep the final response strictly JSON."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nicholasoxford/market-snapshot",
    "publisherUrl": "https://clawhub.ai/nicholasoxford/market-snapshot",
    "owner": "nicholasoxford",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/market-snapshot",
    "downloadUrl": "https://openagent3.xyz/downloads/market-snapshot",
    "agentUrl": "https://openagent3.xyz/skills/market-snapshot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/market-snapshot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/market-snapshot/agent.md"
  }
}