← Back to Skills Marketplace
tangweigang-jpg

Ml4t Book Notebooks

by Tang Weigang · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ⚠ suspicious
107
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ml4t-book-notebooks
Description
基于《Machine Learning for Trading》第二版配套 notebooks 实现量化交易策略开发与回测,涵盖多市场金融数据的时间序列机器学习分析。
Usage Guidance
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.
Capability Analysis
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).
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ml4t-book-notebooks
  3. After installation, invoke the skill by name or use /ml4t-book-notebooks
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug ml4t-book-notebooks
Version 0.3.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Ml4t Book Notebooks?

基于《Machine Learning for Trading》第二版配套 notebooks 实现量化交易策略开发与回测,涵盖多市场金融数据的时间序列机器学习分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.

How do I install Ml4t Book Notebooks?

Run "/install ml4t-book-notebooks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ml4t Book Notebooks free?

Yes, Ml4t Book Notebooks is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ml4t Book Notebooks support?

Ml4t Book Notebooks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ml4t Book Notebooks?

It is built and maintained by Tang Weigang (@tangweigang-jpg); the current version is v0.3.3.

💬 Comments