← Back to Skills Marketplace
Quant System 5steps
by
pikachu022700
· GitHub ↗
· v1.1.0
359
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install quant-system-5steps
Description
5-Step Quant Trading System with multi-source data, enhanced ML models, and 15+ strategy templates
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quant-system-5steps - After installation, invoke the skill by name or use
/quant-system-5steps - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Quant System 5steps?
5-Step Quant Trading System with multi-source data, enhanced ML models, and 15+ strategy templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install Quant System 5steps?
Run "/install quant-system-5steps" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quant System 5steps free?
Yes, Quant System 5steps is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Quant System 5steps support?
Quant System 5steps is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Quant System 5steps?
It is built and maintained by pikachu022700 (@pikachu022700); the current version is v1.1.0.
More Skills