Skip to content

open-xquant CLI 能力索引

本页从当前 Click 命令树生成。统计对象是公开 CLI 叶子命令,命令组本身不计入。

agent

oxq agent install

Install open-xquant skills into supported Agent homes.

oxq agent status

Show Agent installation status.

oxq agent uninstall

Uninstall managed Agent skills.

oxq agent upgrade

Upgrade managed Agent skills from a local checkout or GitHub ref.

audit

oxq audit reproducibility

Run reproducibility audit on a backtest run directory. RUN_DIR is the path to a run directory (e.g. runs/20260616_153000_strategy_id/).

oxq audit research

Run research bias audit on a backtest run directory. RUN_DIR is the path to a run directory (e.g. runs/20260616_153000_strategy_id/).

backtest

oxq backtest attach-provenance

Attach pre-run provenance artifacts while preserving run digests.

oxq backtest compare-runs

Check whether two run directories are comparable before judging returns.

oxq backtest run

Run a backtest from a strategy spec file. SPEC_FILE is the path to a strategy_spec.yaml file.

component-manifest

oxq component-manifest hash

Compute a component extension bundle hash.

oxq component-manifest validate

Validate a component extension manifest hash and importability.

doctor

oxq doctor

Check CLI, Agent, workspace, data, and optional dependency readiness.

experiment

oxq experiment add

Add a backtest run to the experiment registry. RUN_DIR is the path to a run directory.

operator

oxq operator certify-provider

Certify one exact local provider submission for research use.

oxq operator install

Show provider package installation guidance.

oxq operator list

List verified installed certified environment provider packages.

oxq operator verify

Verify an installed certified environment provider package.

registry

oxq registry export

Export registered components and canonical recipes. This command performs no semantic strategy matching. It writes the current registry/catalog artifact for Agents and Studio gates to consume.

report

oxq report asset add

Register a figure or attachment as a report asset.

oxq report asset add-batch

Register multiple report assets from a JSON array.

oxq report asset list

List registered report assets.

oxq report qa

Run deterministic QA checks on final Markdown and HTML reports.

research

oxq research init

Initialize the current directory as an open-xquant research workspace.

robustness

oxq robustness run

Run robustness tests on a backtest run directory. RUN_DIR is the path to a run directory (e.g. runs/20260616_153000_strategy_id/).

runtime-audit

oxq runtime-audit validate

Validate runtime_audit.json schema without semantic language judgment.

spec

oxq spec fields

Export deterministic flattened fields from a strategy spec.

oxq spec hash

Compute the canonical strategy spec hash.

oxq spec init

Initialize a new strategy spec from a natural language description. DESCRIPTION is a brief strategy idea in natural language.

oxq spec validate

Validate a strategy spec file. SPEC_FILE is the path to a strategy_spec.yaml file.

spec-audit

oxq spec-audit validate

Validate spec_audit.json schema without semantic language judgment.

strategy

oxq strategy compile

Compile a strategy spec into an executable strategy. SPEC_FILE is the path to a strategy_spec.yaml file.

Last updated: