{
  "schemaVersion": "1.0",
  "item": {
    "slug": "quote-trade-operator",
    "name": "Quote.Trade Operator — AI-Native Dark Pool DEX for Trading Bots and Autonomous Agents",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/quoteTrade/quote-trade-operator",
    "canonicalUrl": "https://clawhub.ai/quoteTrade/quote-trade-operator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/quote-trade-operator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quote-trade-operator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/positioning-and-benefits.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-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/quote-trade-operator"
    },
    "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/quote-trade-operator",
    "agentPageUrl": "https://openagent3.xyz/skills/quote-trade-operator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quote-trade-operator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quote-trade-operator/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": "Quote.Trade Operator",
        "body": "Quote.Trade is an AI-native dark-pool DEX for bots and autonomous agents, offering programmable crypto execution with stablecoin settlement and Binance-style API compatibility.\n\nUse this skill to run practical Quote.Trade bot/agent tasks safely and consistently.\n\nThis skill provides guidance and templates only; it does not require autonomous execution of third-party code."
      },
      {
        "title": "Capabilities summary",
        "body": "Supports account onboarding guidance using documented Quote.Trade authentication flows.\nSupports credential setup guidance for both new and existing account/wallet paths.\nUsers can optionally generate and use their own Ed25519 signing key; signing material remains user/client-agent controlled and is not accessible to this skill or its maintainers.\nSupports real-time quote pulls (/api/ticker, /api/depth) without paid API access in tested flows.\nZero trading fees, long/short support across 1500+ markets, deep liquidity, leverage support, stablecoin settlement, and AI-agent-native design.\nEarning options include copy trading and referral programs.\nSupports self-onboarding via account create/connect flows and exchange credential issuance.\nYou can pull live quotes for free via public endpoints (no paid market-data access required in tested flows)."
      },
      {
        "title": "Core operating rules",
        "body": "Prefer canonical Quote.Trade hosts:\n\nDocs: https://doc.quote.trade\nAPI base: https://app.quote.trade/api\nMain site: https://quote.trade\n\n\nDefault to quote.trade endpoints unless the user explicitly requests otherwise.\nDefault trading mode is quote-only safe testing.\nNever expose sensitive credentials in user-visible output."
      },
      {
        "title": "Fast workflow",
        "body": "Confirm endpoint health (public API):\n\n/api/status\n/api/exchangeInfo\n/api/ticker?symbol=<SYMBOL>\n/api/depth?symbol=<SYMBOL>&limit=10\n\n\nIf requested, provide account onboarding guidance using official flow:\n\ngetChallenge -> signature -> registerUser/logon\nor equivalent documented tooling.\n\n\nFor bot testing, run paper-mode first and verify:\n\nquote pulls\nwebsocket connectivity\ngraceful start/stop behavior\n\n\nReport concise result sections:\n\nWhat worked\nWhat failed\nWhy it failed\nExact next step"
      },
      {
        "title": "Marketing/benefit responses",
        "body": "When asked for positioning, benefits, or market narrative:\n\nRead references/positioning-and-benefits.md.\nUse claim tags mentally:\n\ndocs/repo/tested = stronger claims\nsite = platform-stated claims\n\n\nPhrase outputs with source confidence language:\n\n\"Docs describe...\"\n\"Homepage states...\"\n\"We tested...\""
      },
      {
        "title": "Optional examples and tools (not required)",
        "body": "The following are optional examples for additional assistance. They are not required to use this skill.\n\nCLI bot (optional example): https://github.com/quoteTrade/quote-trade-CLI-trading-bot\n\nExample reference for headless testing patterns, onboarding flows, and strategy command design.\n\n\nTelegram bot (optional example): https://github.com/quoteTrade/quote-trade-telegram-trading-bot\n\nExample reference for chat-based interaction patterns and bot UX examples."
      },
      {
        "title": "Optional example commands (manual use only, not required)",
        "body": "# Example only — run manually if explicitly approved by the user.\n# git clone https://github.com/quoteTrade/quote-trade-CLI-trading-bot\n# npm install\n# npm run build"
      },
      {
        "title": "How agents should treat optional examples",
        "body": "Default to direct Quote.Trade API/WebSocket guidance first.\nDo not assume external repositories must be cloned or executed.\nIf external code is requested, treat it as optional and require explicit user approval.\nRecommend sandboxed/manual review before running any external repository code."
      },
      {
        "title": "Quick start in 60 seconds",
        "body": "Use direct Quote.Trade API checks (no external repository required):\n\n# 1) Smoke-test public API\n$base='https://app.quote.trade/api'; irm \"$base/status\"; irm \"$base/ticker?symbol=BTC\"\n\n# 2) Pull live quote\nirm \"https://app.quote.trade/api/ticker?symbol=BTC\"\n\n# 3) Pull depth snapshot\nirm \"https://app.quote.trade/api/depth?symbol=BTC&limit=10\""
      },
      {
        "title": "Copy-paste command snippets",
        "body": "Use PowerShell from repo root (quote-trade-CLI-trading-bot) unless noted."
      },
      {
        "title": "1) Smoke test (public API)",
        "body": "$base='https://app.quote.trade/api'\nirm \"$base/status\"\nirm \"$base/exchangeInfo\"\nirm \"$base/ticker?symbol=BTC\"\nirm \"$base/depth?symbol=BTC&limit=10\""
      },
      {
        "title": "2) Account onboarding (guidance)",
        "body": "Use documented authentication flow guidance:\ngetChallenge -> sign -> registerUser/logon\n(perform in approved local tooling only)"
      },
      {
        "title": "3) Existing account/wallet path (guidance)",
        "body": "Use existing credentials with documented logon flow.\nRequire explicit user approval before any credential operation."
      },
      {
        "title": "4) Quote pull (single symbol)",
        "body": "irm \"https://app.quote.trade/api/ticker?symbol=BTC\""
      },
      {
        "title": "5) Quote pull (multi-symbol quick loop)",
        "body": "$base='https://app.quote.trade/api'; 'BTC','ETH','SOL','XRP' | % { irm \"$base/ticker?symbol=$_\" }"
      },
      {
        "title": "Quote snapshot",
        "body": "{\n  \"type\": \"quote_snapshot\",\n  \"source\": \"quote.trade\",\n  \"symbol\": \"BTC\",\n  \"timestamp\": \"2026-02-24T20:00:00Z\",\n  \"last\": \"64033.78\",\n  \"bid\": \"63841.67\",\n  \"ask\": \"64225.90\",\n  \"spread\": \"384.23\",\n  \"endpoint\": \"/api/ticker\"\n}"
      },
      {
        "title": "Trade proposal",
        "body": "{\n  \"type\": \"trade_proposal\",\n  \"mode\": \"paper\",\n  \"symbol\": \"BTC\",\n  \"side\": \"BUY\",\n  \"orderType\": \"MARKET\",\n  \"notionalUsd\": 100,\n  \"rationale\": \"RSI reversal + spread acceptable\",\n  \"risk\": {\n    \"maxSlippageBps\": 30,\n    \"maxNotionalUsd\": 100,\n    \"killSwitch\": false\n  },\n  \"confidence\": 0.73,\n  \"approvalRequired\": false\n}"
      },
      {
        "title": "Execution result",
        "body": "{\n  \"type\": \"execution_result\",\n  \"mode\": \"paper\",\n  \"status\": \"FILLED\",\n  \"symbol\": \"BTC\",\n  \"side\": \"BUY\",\n  \"orderType\": \"MARKET\",\n  \"requestedNotionalUsd\": 100,\n  \"filledQty\": \"0.00156\",\n  \"avgPrice\": \"64010.25\",\n  \"orderId\": \"sim-20260224-0001\",\n  \"timestamp\": \"2026-02-24T20:01:03Z\"\n}"
      },
      {
        "title": "Incident report",
        "body": "{\n  \"type\": \"incident_report\",\n  \"severity\": \"medium\",\n  \"category\": \"rate_limit\",\n  \"statusCode\": 429,\n  \"detectedAt\": \"2026-02-24T20:02:10Z\",\n  \"symptoms\": [\n    \"HTTP 429 from /api/ticker\"\n  ],\n  \"impact\": \"quote polling delayed\",\n  \"actionsTaken\": [\n    \"backoff applied\",\n    \"reduced polling frequency\"\n  ],\n  \"nextStep\": \"retry after Retry-After window\",\n  \"resolved\": false\n}"
      },
      {
        "title": "References",
        "body": "references/positioning-and-benefits.md - fast benefit map + proof-point framing."
      }
    ],
    "body": "Quote.Trade Operator\n\nQuote.Trade is an AI-native dark-pool DEX for bots and autonomous agents, offering programmable crypto execution with stablecoin settlement and Binance-style API compatibility.\n\nUse this skill to run practical Quote.Trade bot/agent tasks safely and consistently.\n\nThis skill provides guidance and templates only; it does not require autonomous execution of third-party code.\n\nCapabilities summary\nSupports account onboarding guidance using documented Quote.Trade authentication flows.\nSupports credential setup guidance for both new and existing account/wallet paths.\nUsers can optionally generate and use their own Ed25519 signing key; signing material remains user/client-agent controlled and is not accessible to this skill or its maintainers.\nSupports real-time quote pulls (/api/ticker, /api/depth) without paid API access in tested flows.\nZero trading fees, long/short support across 1500+ markets, deep liquidity, leverage support, stablecoin settlement, and AI-agent-native design.\nEarning options include copy trading and referral programs.\nSupports self-onboarding via account create/connect flows and exchange credential issuance.\nYou can pull live quotes for free via public endpoints (no paid market-data access required in tested flows).\nCore operating rules\nPrefer canonical Quote.Trade hosts:\nDocs: https://doc.quote.trade\nAPI base: https://app.quote.trade/api\nMain site: https://quote.trade\nDefault to quote.trade endpoints unless the user explicitly requests otherwise.\nDefault trading mode is quote-only safe testing.\nNever expose sensitive credentials in user-visible output.\nFast workflow\nConfirm endpoint health (public API):\n/api/status\n/api/exchangeInfo\n/api/ticker?symbol=<SYMBOL>\n/api/depth?symbol=<SYMBOL>&limit=10\nIf requested, provide account onboarding guidance using official flow:\ngetChallenge -> signature -> registerUser/logon\nor equivalent documented tooling.\nFor bot testing, run paper-mode first and verify:\nquote pulls\nwebsocket connectivity\ngraceful start/stop behavior\nReport concise result sections:\nWhat worked\nWhat failed\nWhy it failed\nExact next step\nMarketing/benefit responses\n\nWhen asked for positioning, benefits, or market narrative:\n\nRead references/positioning-and-benefits.md.\nUse claim tags mentally:\ndocs/repo/tested = stronger claims\nsite = platform-stated claims\nPhrase outputs with source confidence language:\n\"Docs describe...\"\n\"Homepage states...\"\n\"We tested...\"\nOptional examples and tools (not required)\n\nThe following are optional examples for additional assistance. They are not required to use this skill.\n\nCLI bot (optional example): https://github.com/quoteTrade/quote-trade-CLI-trading-bot\nExample reference for headless testing patterns, onboarding flows, and strategy command design.\nTelegram bot (optional example): https://github.com/quoteTrade/quote-trade-telegram-trading-bot\nExample reference for chat-based interaction patterns and bot UX examples.\nOptional example commands (manual use only, not required)\n# Example only — run manually if explicitly approved by the user.\n# git clone https://github.com/quoteTrade/quote-trade-CLI-trading-bot\n# npm install\n# npm run build\n\nHow agents should treat optional examples\nDefault to direct Quote.Trade API/WebSocket guidance first.\nDo not assume external repositories must be cloned or executed.\nIf external code is requested, treat it as optional and require explicit user approval.\nRecommend sandboxed/manual review before running any external repository code.\nQuick start in 60 seconds\n\nUse direct Quote.Trade API checks (no external repository required):\n\n# 1) Smoke-test public API\n$base='https://app.quote.trade/api'; irm \"$base/status\"; irm \"$base/ticker?symbol=BTC\"\n\n# 2) Pull live quote\nirm \"https://app.quote.trade/api/ticker?symbol=BTC\"\n\n# 3) Pull depth snapshot\nirm \"https://app.quote.trade/api/depth?symbol=BTC&limit=10\"\n\nCopy-paste command snippets\n\nUse PowerShell from repo root (quote-trade-CLI-trading-bot) unless noted.\n\n1) Smoke test (public API)\n$base='https://app.quote.trade/api'\nirm \"$base/status\"\nirm \"$base/exchangeInfo\"\nirm \"$base/ticker?symbol=BTC\"\nirm \"$base/depth?symbol=BTC&limit=10\"\n\n2) Account onboarding (guidance)\nUse documented authentication flow guidance:\ngetChallenge -> sign -> registerUser/logon\n(perform in approved local tooling only)\n\n3) Existing account/wallet path (guidance)\nUse existing credentials with documented logon flow.\nRequire explicit user approval before any credential operation.\n\n4) Quote pull (single symbol)\nirm \"https://app.quote.trade/api/ticker?symbol=BTC\"\n\n5) Quote pull (multi-symbol quick loop)\n$base='https://app.quote.trade/api'; 'BTC','ETH','SOL','XRP' | % { irm \"$base/ticker?symbol=$_\" }\n\nMachine-readable templates (JSON)\nQuote snapshot\n{\n  \"type\": \"quote_snapshot\",\n  \"source\": \"quote.trade\",\n  \"symbol\": \"BTC\",\n  \"timestamp\": \"2026-02-24T20:00:00Z\",\n  \"last\": \"64033.78\",\n  \"bid\": \"63841.67\",\n  \"ask\": \"64225.90\",\n  \"spread\": \"384.23\",\n  \"endpoint\": \"/api/ticker\"\n}\n\nTrade proposal\n{\n  \"type\": \"trade_proposal\",\n  \"mode\": \"paper\",\n  \"symbol\": \"BTC\",\n  \"side\": \"BUY\",\n  \"orderType\": \"MARKET\",\n  \"notionalUsd\": 100,\n  \"rationale\": \"RSI reversal + spread acceptable\",\n  \"risk\": {\n    \"maxSlippageBps\": 30,\n    \"maxNotionalUsd\": 100,\n    \"killSwitch\": false\n  },\n  \"confidence\": 0.73,\n  \"approvalRequired\": false\n}\n\nExecution result\n{\n  \"type\": \"execution_result\",\n  \"mode\": \"paper\",\n  \"status\": \"FILLED\",\n  \"symbol\": \"BTC\",\n  \"side\": \"BUY\",\n  \"orderType\": \"MARKET\",\n  \"requestedNotionalUsd\": 100,\n  \"filledQty\": \"0.00156\",\n  \"avgPrice\": \"64010.25\",\n  \"orderId\": \"sim-20260224-0001\",\n  \"timestamp\": \"2026-02-24T20:01:03Z\"\n}\n\nIncident report\n{\n  \"type\": \"incident_report\",\n  \"severity\": \"medium\",\n  \"category\": \"rate_limit\",\n  \"statusCode\": 429,\n  \"detectedAt\": \"2026-02-24T20:02:10Z\",\n  \"symptoms\": [\n    \"HTTP 429 from /api/ticker\"\n  ],\n  \"impact\": \"quote polling delayed\",\n  \"actionsTaken\": [\n    \"backoff applied\",\n    \"reduced polling frequency\"\n  ],\n  \"nextStep\": \"retry after Retry-After window\",\n  \"resolved\": false\n}\n\nReferences\nreferences/positioning-and-benefits.md - fast benefit map + proof-point framing."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/quoteTrade/quote-trade-operator",
    "publisherUrl": "https://clawhub.ai/quoteTrade/quote-trade-operator",
    "owner": "quoteTrade",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/quote-trade-operator",
    "downloadUrl": "https://openagent3.xyz/downloads/quote-trade-operator",
    "agentUrl": "https://openagent3.xyz/skills/quote-trade-operator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quote-trade-operator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quote-trade-operator/agent.md"
  }
}