# Send Questrade 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": "openclaw-questrade",
    "name": "Questrade",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/witty-quotes25/openclaw-questrade",
    "canonicalUrl": "https://clawhub.ai/witty-quotes25/openclaw-questrade",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-questrade",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-questrade",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/build_trade_checklist.py",
      "scripts/market_snapshot.py",
      "references/data-contracts.md",
      "references/openclaw-policy-compliance.md",
      "references/questrade-browser-playbook.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-questrade",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T04:18:44.936Z",
      "expiresAt": "2026-05-08T04:18:44.936Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-questrade",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-questrade",
        "contentDisposition": "attachment; filename=\"openclaw-questrade-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-questrade"
      },
      "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/openclaw-questrade"
    },
    "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/openclaw-questrade",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-questrade",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-questrade/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-questrade/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-questrade/agent.md"
  }
}
```
## Documentation

### Overview

Use this skill to run a repeatable browser-trading workflow for Questrade with independent quote checks from Yahoo Finance. Keep execution manual in the broker UI, but automate preparation, validation, and monitoring artifacts.

### Workflow Decision Tree

Need a quote/monitoring snapshot across symbols: run scripts/market_snapshot.py.
Need a trade-ready plan with risk controls: run scripts/build_trade_checklist.py with Special Safety Check flags.
Need to place a trade in Questrade Web: follow references/questrade-browser-playbook.md.
Need field-level input/output rules: load references/data-contracts.md.
Need policy gating details: load references/openclaw-policy-compliance.md.

### Standard Execution Flow

Confirm trading intent: symbol, side, size, account, session constraints.
Pull live Yahoo quotes and optional Questrade export using scripts/market_snapshot.py.
Reject stale data if snapshot age exceeds user threshold.
Run Special Safety Check (mandatory) through scripts/build_trade_checklist.py:

--policy-ack OPENCLAW_POLICY_ACK
--confirm-user-authorized
--confirm-manual-execution
--confirm-no-secrets-shared
Live mode also enforces risk cap, data freshness, and drift thresholds.

Draft or refine ticket with scripts/build_trade_checklist.py.
Enforce hard checks before submitting in browser:

Confirm side and quantity.
Confirm order type and time-in-force.
Confirm max risk and stop/exit rule.
Confirm buying power and open-order conflicts.

Submit manually in Questrade Web and record confirmation ID.
Capture post-trade state (fill price, remaining quantity, stop/target status).

### Guardrails

Never claim an order is submitted unless a human confirms broker submission.
Treat Yahoo as secondary market data, not authoritative execution data.
Escalate if broker and Yahoo prices diverge beyond the configured tolerance.
Refuse ambiguous instructions (missing side, quantity, or symbol).
Require explicit user acknowledgement before high-impact actions.
Block checklist generation when safety gate requirements fail.

### Privacy Rules (OpenClaw.ai)

Keep all credentials, MFA tokens, session cookies, API keys, and passwords user-side only.
Never ask the user to paste secrets into chat, files, or logs.
Use masked identifiers in generated artifacts by default (account IDs, order IDs, personal details).
Only include raw sensitive identifiers when the user explicitly asks and confirms local-only usage.
Store outputs locally and avoid sharing raw broker exports unless redacted.

### Outputs

Generate one or more of these artifacts per task:

snapshot.json or snapshot.csv from scripts/market_snapshot.py.
trade_checklist.md from scripts/build_trade_checklist.py.
A concise execution log containing timestamp, symbol, side, quantity, order type, and broker confirmation reference.

### Resource Loading Guide

Load references/data-contracts.md when parsing or validating CSV and JSON payloads.
Load references/questrade-browser-playbook.md when the user asks for browser execution steps, troubleshooting, or reconciliation.
Load references/openclaw-policy-compliance.md when enforcing or explaining policy checks.
Prefer scripts for deterministic output instead of recreating tables/checklists manually.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: witty-quotes25
- Version: 1.0.0
## 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-01T04:18:44.936Z
- Expires at: 2026-05-08T04:18:44.936Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-questrade)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-questrade/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-questrade/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-questrade/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-questrade)