← 返回 Skills 市场
Ml4t Book Notebooks
作者
Tang Weigang
· GitHub ↗
· v0.3.3
· MIT-0
107
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install ml4t-book-notebooks
功能描述
基于《Machine Learning for Trading》第二版配套 notebooks 实现量化交易策略开发与回测,涵盖多市场金融数据的时间序列机器学习分析。
安全使用建议
This package appears to be a collection of docs/blueprints for zvt-based quant notebooks and is internally consistent with that purpose. Before you run it: 1) Confirm your environment has Python 3.12+ (the manifest did not declare it) and clarify what the author means by the "uv" package manager (may be a typo or an undocumented requirement). 2) Inspect seed.yaml and the LOCKS.md/PC-* preconditions — the skill expects to run local Python checks, may call pip to install zvt and will create/check ~/.zvt (writes to your home). If you don't want packages installed or dirs created automatically, do not run the automated preconditions; instead manually review and run only the commands you trust. 3) There are no requested credentials, but verify there is no hidden code (this is instruction-only here, but if you later download code or run commands that fetch code, inspect those sources). 4) If you plan to use real brokers or execution paths, audit any later code that performs network or order execution — this skill enforces strong semantic locks (e.g., no look-ahead, T+1 rules) that will affect trading behavior. If any of the above is unclear, treat the skill as untrusted until you can verify the exact runtime commands and dependencies.
功能分析
Type: OpenClaw Skill
Name: ml4t-book-notebooks
Version: 0.3.3
The skill bundle is a comprehensive framework for quantitative trading and machine learning based on the 'Machine Learning for Trading' curriculum. It includes robust safety mechanisms, such as 'Semantic Locks' (SL-01 to SL-12) and 'Fatal Constraints' (finance-C-*), specifically designed to prevent common financial modeling errors like look-ahead bias and improper order sequencing. While the bundle utilizes high-risk capabilities including web scraping (Scrapy/Selenium) and shell execution for environment setup, these actions are strictly aligned with the stated purpose of collecting alternative financial data and managing the ZVT trading library. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; in fact, the configuration explicitly forbids hardcoding credentials (finance-C-004) and enforces physical plausibility checks on trading results (OV-03).
能力标签
能力评估
Purpose & Capability
Name/description, included references (components, locks, anti-patterns) and the SKILL.md all consistently describe a Machine Learning for Trading notebook/workflow (zvt-based pipeline). Nothing in the files claims unrelated capabilities (no unexpected cloud or secret access requested).
Instruction Scope
SKILL.md and seed.yaml contain explicit runtime preconditions that expect the host to run Python checks and pip actions (e.g., `python3 -c 'import zvt'`, instructions to `pip install zvt`, and `python3 -m zvt.init_dirs`) and to create/check ~/.zvt. Those actions will read/write local filesystem and may install packages — reasonable for this kind of notebook, but the registry metadata declared no required binaries or install steps, so the runtime scope is under-declared.
Install Mechanism
This is an instruction-only skill (no install spec, no code files). That's lower risk. However SKILL.md claims "Requires Python 3.12+ with uv package manager" while the manifest lists no required binaries and no install recipe — mismatch. Also 'uv package manager' is not a common/default manager on many hosts and may indicate a typo or an undocumented dependency; the skill does advise installing zvt via pip in preconditions but does not ship a formal install recipe.
Credentials
The skill declares no required environment variables or credentials and the files do not ask for tokens or secrets. It does reference ZVT_HOME and suggests creating/checking ~/.zvt via precondition checks — appropriate for a local data directory but worth noting that the skill will access home-directory paths.
Persistence & Privilege
Default invocation/persistence flags are normal (always:false, agent-autonomy allowed). The seed.yaml execution_protocol instructs the host/agent to re-read seed.yaml and run preconditions before executing — this gives the skill broad runtime control over checking/installing local packages and directories, which is expected for a heavy notebook workflow but is not reflected in the registry install metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ml4t-book-notebooks - 安装完成后,直接呼叫该 Skill 的名称或使用
/ml4t-book-notebooks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.3
v0.3.3: bilingual metadata injected. H1 shows ML4T 交易教程; 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
元数据
常见问题
Ml4t Book Notebooks 是什么?
基于《Machine Learning for Trading》第二版配套 notebooks 实现量化交易策略开发与回测,涵盖多市场金融数据的时间序列机器学习分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Ml4t Book Notebooks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ml4t-book-notebooks」即可一键安装,无需额外配置。
Ml4t Book Notebooks 是免费的吗?
是的,Ml4t Book Notebooks 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ml4t Book Notebooks 支持哪些平台?
Ml4t Book Notebooks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ml4t Book Notebooks?
由 Tang Weigang(@tangweigang-jpg)开发并维护,当前版本 v0.3.3。
推荐 Skills