← 返回 Skills 市场
Quant System 5steps
作者
pikachu022700
· GitHub ↗
· v1.1.0
359
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install quant-system-5steps
功能描述
5-Step Quant Trading System with multi-source data, enhanced ML models, and 15+ strategy templates
安全使用建议
This skill appears to implement the trading system it describes, but proceed with caution:
- Dependency mismatch: the Python file imports lightgbm, numpy, and requests, but the skill provides no install steps. Run it only in a controlled environment (virtualenv/container) where you install and verify these packages yourself.
- External endpoints: it performs outbound HTTP calls to api.hyperliquid.xyz and api.binance.com. Ensure you trust those endpoints and be aware running the skill will make network requests from your environment.
- Provenance: registry metadata shows no homepage, while SKILL.md includes one; the source is unknown. If you need to trust this for production use, request provenance (author, license, full source review).
- Safety steps: review the entire Python file (including truncated sections) before executing, run it in an isolated sandbox, and avoid providing any secret/API keys unless you confirm they are required and the code handles them safely. If you want, I can scan the remainder of quant_pipeline.py (the truncated part) for other behaviors before you run it.
功能分析
Type: OpenClaw Skill
Name: quant-system-5steps
Version: 1.1.0
The skill implements a standard quantitative trading pipeline including data collection from legitimate crypto APIs (Binance and Hyperliquid), technical indicator calculation, and machine learning model training using LightGBM. The code in quant_pipeline.py is well-structured, lacks any obfuscation, and does not perform any sensitive operations such as accessing environment variables, local credentials, or executing arbitrary shell commands.
能力评估
Purpose & Capability
The name/description (5-step quant trading system) align with the included code: data collection from Hyperliquid/Binance, feature engineering, and ML model usage. However, the package declares no dependencies or install steps while the code imports nonstandard libraries (lightgbm, numpy, requests), which is an operational mismatch (not every runtime will have those installed). The SKILL.md metadata also includes a homepage URL while registry metadata lists none — a minor provenance inconsistency.
Instruction Scope
SKILL.md usage is concise and limited to importing and running QuantSystem5Steps, consistent with the stated purpose. The runtime code makes outbound network requests to public market APIs (https://api.hyperliquid.xyz and https://api.binance.com) and falls back to synthetic data; it does not, in the visible portion, read local secrets, other system config paths, or transmit data to unexpected endpoints. The network calls are expected for a data-collection trading tool, but you should note the external endpoints called.
Install Mechanism
There is no install spec despite the code depending on third-party Python packages (lightgbm, numpy, requests). That means the agent/environment must already have these installed or the code will fail. The lack of a declared install mechanism is an operational risk (runtime errors) and a packaging/provenance concern because the skill doesn't declare how to provision required dependencies.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code uses only public API endpoints and does not embed or require secret tokens in the visible portions. This is proportionate to a read-only market-data collection tool. (If later parts of the file require exchange keys for trading/execution, that would change the assessment.)
Persistence & Privilege
The skill is not force-installed (always: false) and uses the platform default allowing autonomous invocation. There is no evidence it attempts to modify other skills or system-wide agent settings. Autonomous invocation + outbound network I/O is normal for a data-fetching trading skill, but you should be aware autonomous runs will cause the code to reach out to external APIs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quant-system-5steps - 安装完成后,直接呼叫该 Skill 的名称或使用
/quant-system-5steps触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added 15+ strategy templates, improved ML model with 50 features, multi-source data collection
v1.0.0
5-Step Quant Trading System: Data Collection, Analysis, Model Building, Strategy Generation, Backtest Optimization
元数据
常见问题
Quant System 5steps 是什么?
5-Step Quant Trading System with multi-source data, enhanced ML models, and 15+ strategy templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。
如何安装 Quant System 5steps?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-system-5steps」即可一键安装,无需额外配置。
Quant System 5steps 是免费的吗?
是的,Quant System 5steps 完全免费(开源免费),可自由下载、安装和使用。
Quant System 5steps 支持哪些平台?
Quant System 5steps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Quant System 5steps?
由 pikachu022700(@pikachu022700)开发并维护,当前版本 v1.1.0。
推荐 Skills