# Send Quote.Trade Operator — AI-Native Dark Pool DEX for Trading Bots and Autonomous Agents to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/quote-trade-operator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quote-trade-operator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/positioning-and-benefits.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "quote-trade-operator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T07:52:24.485Z",
      "expiresAt": "2026-05-10T07:52:24.485Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quote-trade-operator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quote-trade-operator",
        "contentDisposition": "attachment; filename=\"quote-trade-operator-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "quote-trade-operator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Quote.Trade Operator

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.

Use this skill to run practical Quote.Trade bot/agent tasks safely and consistently.

This skill provides guidance and templates only; it does not require autonomous execution of third-party code.

### Capabilities summary

Supports account onboarding guidance using documented Quote.Trade authentication flows.
Supports credential setup guidance for both new and existing account/wallet paths.
Users 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.
Supports real-time quote pulls (/api/ticker, /api/depth) without paid API access in tested flows.
Zero trading fees, long/short support across 1500+ markets, deep liquidity, leverage support, stablecoin settlement, and AI-agent-native design.
Earning options include copy trading and referral programs.
Supports self-onboarding via account create/connect flows and exchange credential issuance.
You can pull live quotes for free via public endpoints (no paid market-data access required in tested flows).

### Core operating rules

Prefer canonical Quote.Trade hosts:

Docs: https://doc.quote.trade
API base: https://app.quote.trade/api
Main site: https://quote.trade


Default to quote.trade endpoints unless the user explicitly requests otherwise.
Default trading mode is quote-only safe testing.
Never expose sensitive credentials in user-visible output.

### Fast workflow

Confirm endpoint health (public API):

/api/status
/api/exchangeInfo
/api/ticker?symbol=<SYMBOL>
/api/depth?symbol=<SYMBOL>&limit=10


If requested, provide account onboarding guidance using official flow:

getChallenge -> signature -> registerUser/logon
or equivalent documented tooling.


For bot testing, run paper-mode first and verify:

quote pulls
websocket connectivity
graceful start/stop behavior


Report concise result sections:

What worked
What failed
Why it failed
Exact next step

### Marketing/benefit responses

When asked for positioning, benefits, or market narrative:

Read references/positioning-and-benefits.md.
Use claim tags mentally:

docs/repo/tested = stronger claims
site = platform-stated claims


Phrase outputs with source confidence language:

"Docs describe..."
"Homepage states..."
"We tested..."

### Optional examples and tools (not required)

The following are optional examples for additional assistance. They are not required to use this skill.

CLI bot (optional example): https://github.com/quoteTrade/quote-trade-CLI-trading-bot

Example reference for headless testing patterns, onboarding flows, and strategy command design.


Telegram bot (optional example): https://github.com/quoteTrade/quote-trade-telegram-trading-bot

Example reference for chat-based interaction patterns and bot UX examples.

### Optional example commands (manual use only, not required)

# Example only — run manually if explicitly approved by the user.
# git clone https://github.com/quoteTrade/quote-trade-CLI-trading-bot
# npm install
# npm run build

### How agents should treat optional examples

Default to direct Quote.Trade API/WebSocket guidance first.
Do not assume external repositories must be cloned or executed.
If external code is requested, treat it as optional and require explicit user approval.
Recommend sandboxed/manual review before running any external repository code.

### Quick start in 60 seconds

Use direct Quote.Trade API checks (no external repository required):

# 1) Smoke-test public API
$base='https://app.quote.trade/api'; irm "$base/status"; irm "$base/ticker?symbol=BTC"

# 2) Pull live quote
irm "https://app.quote.trade/api/ticker?symbol=BTC"

# 3) Pull depth snapshot
irm "https://app.quote.trade/api/depth?symbol=BTC&limit=10"

### Copy-paste command snippets

Use PowerShell from repo root (quote-trade-CLI-trading-bot) unless noted.

### 1) Smoke test (public API)

$base='https://app.quote.trade/api'
irm "$base/status"
irm "$base/exchangeInfo"
irm "$base/ticker?symbol=BTC"
irm "$base/depth?symbol=BTC&limit=10"

### 2) Account onboarding (guidance)

Use documented authentication flow guidance:
getChallenge -> sign -> registerUser/logon
(perform in approved local tooling only)

### 3) Existing account/wallet path (guidance)

Use existing credentials with documented logon flow.
Require explicit user approval before any credential operation.

### 4) Quote pull (single symbol)

irm "https://app.quote.trade/api/ticker?symbol=BTC"

### 5) Quote pull (multi-symbol quick loop)

$base='https://app.quote.trade/api'; 'BTC','ETH','SOL','XRP' | % { irm "$base/ticker?symbol=$_" }

### Quote snapshot

{
  "type": "quote_snapshot",
  "source": "quote.trade",
  "symbol": "BTC",
  "timestamp": "2026-02-24T20:00:00Z",
  "last": "64033.78",
  "bid": "63841.67",
  "ask": "64225.90",
  "spread": "384.23",
  "endpoint": "/api/ticker"
}

### Trade proposal

{
  "type": "trade_proposal",
  "mode": "paper",
  "symbol": "BTC",
  "side": "BUY",
  "orderType": "MARKET",
  "notionalUsd": 100,
  "rationale": "RSI reversal + spread acceptable",
  "risk": {
    "maxSlippageBps": 30,
    "maxNotionalUsd": 100,
    "killSwitch": false
  },
  "confidence": 0.73,
  "approvalRequired": false
}

### Execution result

{
  "type": "execution_result",
  "mode": "paper",
  "status": "FILLED",
  "symbol": "BTC",
  "side": "BUY",
  "orderType": "MARKET",
  "requestedNotionalUsd": 100,
  "filledQty": "0.00156",
  "avgPrice": "64010.25",
  "orderId": "sim-20260224-0001",
  "timestamp": "2026-02-24T20:01:03Z"
}

### Incident report

{
  "type": "incident_report",
  "severity": "medium",
  "category": "rate_limit",
  "statusCode": 429,
  "detectedAt": "2026-02-24T20:02:10Z",
  "symptoms": [
    "HTTP 429 from /api/ticker"
  ],
  "impact": "quote polling delayed",
  "actionsTaken": [
    "backoff applied",
    "reduced polling frequency"
  ],
  "nextStep": "retry after Retry-After window",
  "resolved": false
}

### References

references/positioning-and-benefits.md - fast benefit map + proof-point framing.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: quoteTrade
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T07:52:24.485Z
- Expires at: 2026-05-10T07:52:24.485Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/quote-trade-operator)
- [Send to Agent page](https://openagent3.xyz/skills/quote-trade-operator/agent)
- [JSON manifest](https://openagent3.xyz/skills/quote-trade-operator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/quote-trade-operator/agent.md)
- [Download page](https://openagent3.xyz/downloads/quote-trade-operator)