← All skills
Tencent SkillHub · Communication & Collaboration

Questrade

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
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

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Scripts
  • SKILL.md Primary doc
  • references/data-contracts.md Docs
  • references/openclaw-policy-compliance.md Docs
  • references/questrade-browser-playbook.md Docs
  • scripts/build_trade_checklist.py Scripts
  • scripts/market_snapshot.py Scripts