π¦ ClawHub
Questrade
by @witty-quotes25
Execute and monitor stock trades for openclaw.ai workflows using Questrade's browser platform with Yahoo Finance cross-checks. Use when Codex is asked to pre...
TERMINAL
clawhub install openclaw-questradeπ About This Skill
name: open-claw-questrade description: Execute and monitor stock trades for openclaw.ai workflows using Questrade's browser platform with Yahoo Finance cross-checks. Use when Codex is asked to prepare or review Questrade Web order tickets, monitor symbols from Questrade and Yahoo Finance, produce pre-trade or post-trade checklists, reconcile fills, or enforce privacy-safe trading operations where credentials and sensitive account data stay on the user's side only.
Open Claw
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
1. Need a quote/monitoring snapshot across symbols: runscripts/market_snapshot.py.
2. Need a trade-ready plan with risk controls: run scripts/build_trade_checklist.py with Special Safety Check flags.
3. Need to place a trade in Questrade Web: follow references/questrade-browser-playbook.md.
4. Need field-level input/output rules: load references/data-contracts.md.
5. Need policy gating details: load references/openclaw-policy-compliance.md.Standard Execution Flow
1. Confirm trading intent: symbol, side, size, account, session constraints. 2. Pull live Yahoo quotes and optional Questrade export usingscripts/market_snapshot.py.
3. Reject stale data if snapshot age exceeds user threshold.
4. 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-sharedscripts/build_trade_checklist.py.
6. Enforce hard checks before submitting in browser:
Guardrails
Privacy Rules (OpenClaw.ai)
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.Resource Loading Guide
references/data-contracts.md when parsing or validating CSV and JSON payloads.references/questrade-browser-playbook.md when the user asks for browser execution steps, troubleshooting, or reconciliation.references/openclaw-policy-compliance.md when enforcing or explaining policy checks.