{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hyperliquid",
    "name": "Hyperliquid",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/k0nkupa/hyperliquid",
    "canonicalUrl": "https://clawhub.ai/k0nkupa/hyperliquid",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hyperliquid",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hyperliquid",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/hyperliquid_config.mjs",
      "scripts/hyperliquid_chat.mjs",
      "scripts/hyperliquid_api.mjs",
      "references/hyperliquid-api.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/hyperliquid"
    },
    "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/hyperliquid",
    "agentPageUrl": "https://openagent3.xyz/skills/hyperliquid/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hyperliquid/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hyperliquid/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Hyperliquid (read-only)",
        "body": "Implement read-only market-data queries for Hyperliquid using the Info HTTP endpoint:\n\nPOST https://api.hyperliquid.xyz/info\nContent-Type: application/json\n\nPrefer HTTP snapshot flows for v1. WebSocket streaming can be added later."
      },
      {
        "title": "Supported user input styles",
        "body": "Treat these as equivalent:\n\nNatural language: “Hyperliquid quote BTC”, “top movers 24h”, “book ETH”, “1h candles for SOL last 48”\nTerminal style: hl quote BTC, hl movers --top 10 --window 24h\nSlash style: /hl quote BTC, /hl overview\n\nParse /hl and hl first (deterministic). If no prefix, fall back to intent extraction from natural language."
      },
      {
        "title": "Canonical commands (v1)",
        "body": "Market data:\n\nquote <coin>: show mark/mid/oracle, 24h change (prevDayPx), 24h notional volume, open interest (perps), funding (perps), premium, impact prices\nmovers [--window 24h] [--top N]: rank by 24h % change (markPx vs prevDayPx)\nfunding-top|funding-bottom [--n N]: rank by funding (perps only)\nbook <coin>: show top 20 levels per side (and spread)\ncandles <coin> --interval <1m|...|1M> (--last N | --start <ms> --end <ms>)\noverview: concise dashboard: top movers, top funding, top OI, top volume\n\nAccount (read-only):\n\npositions <HL:0x..|0x..|label>: show perp positions + margin summary\nbalances <HL:0x..|0x..|label>: show spot balances\norders <HL:0x..|0x..|label>: show open orders\nfills <HL:0x..|0x..|label> [--n N]: show recent fills\n\nSaved account aliases (stored locally in ~/.clawdbot/hyperliquid/config.json):\n\naccount list\naccount add \"sub account 1\" HL:0x... [--default]\naccount remove \"sub account 1\"\naccount default \"sub account 1\"\n\nNatural language equivalents should work too:\n\n“store this address HL:0x... as sub account 1”\n“show me positions of sub account 1”"
      },
      {
        "title": "Data sources",
        "body": "Perpetuals:\n\nmetaAndAssetCtxs (preferred): universe + asset contexts for all perps\nl2Book\ncandleSnapshot\n\nSpot (optional later):\n\nspotMetaAndAssetCtxs, spotMeta\n\nSee references/hyperliquid-api.md for request bodies and field meanings."
      },
      {
        "title": "Implementation guidance",
        "body": "Use the bundled scripts:\n\nscripts/hyperliquid_api.mjs: thin HTTP client + helpers (safe defaults, timeouts)\nscripts/hyperliquid_chat.mjs: parses user text into an intent + args, calls API helpers, and prints a compact chat-friendly response\n\nWhen responding:\n\nPrefer short bullet output.\nShow units and timeframes.\nHandle missing fields gracefully (e.g., midPx sometimes null)."
      },
      {
        "title": "Quick manual test",
        "body": "Run locally:\n\nnode skills/hyperliquid/scripts/hyperliquid_chat.mjs \"hl quote BTC\"\nnode skills/hyperliquid/scripts/hyperliquid_chat.mjs \"/hl movers --top 5\""
      }
    ],
    "body": "Hyperliquid (read-only)\n\nImplement read-only market-data queries for Hyperliquid using the Info HTTP endpoint:\n\nPOST https://api.hyperliquid.xyz/info\nContent-Type: application/json\n\nPrefer HTTP snapshot flows for v1. WebSocket streaming can be added later.\n\nSupported user input styles\n\nTreat these as equivalent:\n\nNatural language: “Hyperliquid quote BTC”, “top movers 24h”, “book ETH”, “1h candles for SOL last 48”\nTerminal style: hl quote BTC, hl movers --top 10 --window 24h\nSlash style: /hl quote BTC, /hl overview\n\nParse /hl and hl first (deterministic). If no prefix, fall back to intent extraction from natural language.\n\nCanonical commands (v1)\n\nMarket data:\n\nquote <coin>: show mark/mid/oracle, 24h change (prevDayPx), 24h notional volume, open interest (perps), funding (perps), premium, impact prices\nmovers [--window 24h] [--top N]: rank by 24h % change (markPx vs prevDayPx)\nfunding-top|funding-bottom [--n N]: rank by funding (perps only)\nbook <coin>: show top 20 levels per side (and spread)\ncandles <coin> --interval <1m|...|1M> (--last N | --start <ms> --end <ms>)\noverview: concise dashboard: top movers, top funding, top OI, top volume\n\nAccount (read-only):\n\npositions <HL:0x..|0x..|label>: show perp positions + margin summary\nbalances <HL:0x..|0x..|label>: show spot balances\norders <HL:0x..|0x..|label>: show open orders\nfills <HL:0x..|0x..|label> [--n N]: show recent fills\n\nSaved account aliases (stored locally in ~/.clawdbot/hyperliquid/config.json):\n\naccount list\naccount add \"sub account 1\" HL:0x... [--default]\naccount remove \"sub account 1\"\naccount default \"sub account 1\"\n\nNatural language equivalents should work too:\n\n“store this address HL:0x... as sub account 1”\n“show me positions of sub account 1”\nData sources\n\nPerpetuals:\n\nmetaAndAssetCtxs (preferred): universe + asset contexts for all perps\nl2Book\ncandleSnapshot\n\nSpot (optional later):\n\nspotMetaAndAssetCtxs, spotMeta\n\nSee references/hyperliquid-api.md for request bodies and field meanings.\n\nImplementation guidance\n\nUse the bundled scripts:\n\nscripts/hyperliquid_api.mjs: thin HTTP client + helpers (safe defaults, timeouts)\nscripts/hyperliquid_chat.mjs: parses user text into an intent + args, calls API helpers, and prints a compact chat-friendly response\n\nWhen responding:\n\nPrefer short bullet output.\nShow units and timeframes.\nHandle missing fields gracefully (e.g., midPx sometimes null).\nQuick manual test\n\nRun locally:\n\nnode skills/hyperliquid/scripts/hyperliquid_chat.mjs \"hl quote BTC\"\nnode skills/hyperliquid/scripts/hyperliquid_chat.mjs \"/hl movers --top 5\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/k0nkupa/hyperliquid",
    "publisherUrl": "https://clawhub.ai/k0nkupa/hyperliquid",
    "owner": "k0nkupa",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hyperliquid",
    "downloadUrl": "https://openagent3.xyz/downloads/hyperliquid",
    "agentUrl": "https://openagent3.xyz/skills/hyperliquid/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hyperliquid/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hyperliquid/agent.md"
  }
}