← 返回 Skills 市场
Nautilus Algo Trading
作者
Tang Weigang
· GitHub ↗
· v0.3.3
· MIT-0
113
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install nautilus-algo-trading
功能描述
使用 NautilusTrader 配置驱动的 BacktestNode 运行高性能多市场回测,支持 Parquet 数据目录和外部 CSV 数据导入,策略可直接过渡到实盘交易。。
安全使用建议
This skill is internally consistent with a backtesting helper: it will ask you for market/data/strategy details and may instruct the agent to run small host-side checks (python -c import zvt, test write to ~/.zvt) and to install missing Python packages (pip install zvt). Before running those commands: 1) confirm you trust installing the referenced Python packages from PyPI (they will run network downloads); 2) be aware the skill may create/write to a data directory (default ~/.zvt) — change ZVT_HOME if you prefer a different location; 3) no secrets or cloud credentials are requested by the skill, so there is no obvious secret-exfiltration vector in the provided files. If you want extra caution, run the precondition commands yourself in a controlled environment (virtualenv) rather than letting the agent run them automatically.
功能分析
Type: OpenClaw Skill
Name: nautilus-algo-trading
Version: 0.3.3
The skill bundle is a highly structured framework for algorithmic trading and backtesting, primarily utilizing the NautilusTrader and ZVT libraries. It contains extensive documentation and instructions (SKILL.md, seed.yaml) designed to enforce financial correctness and prevent common quantitative trading pitfalls such as look-ahead bias, survivorship bias, and improper data alignment (e.g., SHARED-BT-LAB-001, SL-02). The bundle includes standard installation recipes for legitimate Python packages (numpy, pandas, zvt) and implements a rigorous validation protocol (validate.py) to ensure generated strategies meet safety and plausibility requirements. No evidence of malicious intent, data exfiltration, or unauthorized system access was found; the complex instruction set serves as a defensive layer to ensure the AI agent adheres to strict financial domain constraints.
能力标签
能力评估
Purpose & Capability
Name/description (Nautilus backtesting) match the included materials (BacktestNode, Parquet catalogs, ZVT-like concerns). The files and referenced preconditions are relevant to running backtests and data ingestion; there are no unrelated environment variables, binaries, or config paths required.
Instruction Scope
The SKILL.md and seed.yaml direct the agent to run precondition checks that execute Python commands (e.g., import zvt, get_kdata, create ~/.zvt) and to prompt the user for backtest parameters. Those checks and directory write tests are proportionate to preparing a backtest environment, but they do cause the agent to run shell/python commands on the host if executed. No instructions request secrets or data exfiltration, but the agent may install packages or write/read local data directories as part of setup.
Install Mechanism
There is no formal install spec (instruction-only). The runtime preconditions suggest using pip (python3 -m pip install zvt) if zvt is missing — a common, expected pattern for a Python backtest skill. This implies network package installation at the user's discretion; no unusual download URLs or archive extraction are present in the skill bundle itself.
Credentials
The skill declares no required env vars, secrets, or config paths. It references ZVT_HOME and will check/create ~/.zvt for data directory readiness; this is proportional to the skill's function (data storage for backtests). No credentials or unrelated tokens are requested.
Persistence & Privilege
always:false and default autonomous invocation are retained. The skill does not declare elevated privileges, does not request permanent presence, and does not attempt to modify other skills or system-wide agent settings. Its workspace path hints (host_workspace) are normal for a local backtesting tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nautilus-algo-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/nautilus-algo-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.3
v0.3.3: bilingual metadata injected. H1 shows Nautilus 算法回测; tagline replaced with skill-specific Chinese hook; tags upgraded to Level 1-4.
v0.3.1
Remove install.sh — knowledge-only bundle. Host AI consumes directly from URL; no user-side installation needed. Fixes ClawHub suspicious flag.
v0.3.0
Doramagic crystal portfolio v0.3.0. Full 5-layer bp-009 standard. github.com/tangweigang-jpg/doramagic-skills
元数据
常见问题
Nautilus Algo Trading 是什么?
使用 NautilusTrader 配置驱动的 BacktestNode 运行高性能多市场回测,支持 Parquet 数据目录和外部 CSV 数据导入,策略可直接过渡到实盘交易。。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Nautilus Algo Trading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nautilus-algo-trading」即可一键安装,无需额外配置。
Nautilus Algo Trading 是免费的吗?
是的,Nautilus Algo Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nautilus Algo Trading 支持哪些平台?
Nautilus Algo Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nautilus Algo Trading?
由 Tang Weigang(@tangweigang-jpg)开发并维护,当前版本 v0.3.3。
推荐 Skills