← Back to Skills Marketplace
Quant Trading System
by
pikachu022700
· GitHub ↗
· v6.0.0
1534
Downloads
4
Stars
11
Active Installs
8
Versions
Install in OpenClaw
/install quant-trading-system
Description
Automated Trading System with Multi-Strategy Voting
Usage Guidance
This skill appears to be an internally consistent trading/demo package rather than malicious code, but review the following before running: (1) It makes outbound requests to a third-party API (https://api.hyperliquid.xyz). If you don't trust that host, run the code in a sandbox or block network egress. (2) Several files run a local HTTP server (dashboard) and trading_system_v3 binds to 0.0.0.0 — consider restricting it to localhost or firewalling the port if you don't want it exposed to your LAN. (3) No credentials are requested by the package, but if you adapt it to real trading you will need exchange API keys — only provide those to trusted code and services. (4) The package includes a hard-coded wallet address (non-secret) in source; that's informational but worth noting. If you want higher assurance, run the code in an isolated environment and inspect or remove the dashboard before use.
Capability Analysis
Type: OpenClaw Skill
Name: quant-trading-system
Version: 6.0.0
The skill bundle contains a collection of Python scripts for a quantitative trading system, ranging from simple CLI tools to multi-agent systems with strategy libraries and a dashboard. The code primarily focuses on paper trading logic, fetching market data from the legitimate Hyperliquid API (api.hyperliquid.xyz), and calculating technical indicators using NumPy. There is no evidence of data exfiltration, malicious execution, or prompt injection; the hardcoded wallet address in 'auto_trader.py' and 'trading_system_v2.py' is used only for display purposes in status reports.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md usage, and included Python files are consistent: the package implements multiple trading strategies, voting logic, simple position management, and a dashboard. Outbound HTTP calls to a market-data endpoint (api.hyperliquid.xyz) are coherent with the stated purpose of retrieving real market data.
Instruction Scope
SKILL.md only instructs the agent/user to run the provided scripts (status/run). The code does not read local config files or environment variables. Notable runtime behavior: several modules start a local HTTP dashboard (dashboard.py and trading_system_v3) and trading code makes outbound requests to a third‑party API; these are expected for a trading/dashboard system but are network actions the user should be aware of.
Install Mechanism
No install spec is present (instruction-only skill with bundled code). Nothing is downloaded or installed at install time, so there is no remote install risk from archives or unknown URLs.
Credentials
The skill declares no required environment variables or credentials, which matches the code. One minor note: multiple files contain a hard-coded wallet address; this is not used as a secret in the code but is present in outputs (status()). No credentials are requested or transmitted.
Persistence & Privilege
always is false and the skill does not request elevated or permanent platform privileges. Model-invocation is allowed (default) but that is expected; there is no evidence the skill tries to modify other skills or agent-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quant-trading-system - After installation, invoke the skill by name or use
/quant-trading-system - Provide required inputs per the skill's parameter spec and get structured output
Version History
v6.0.0
Automated trading - auto opens positions based on strategies
v5.0.0
Added paper trading with real market data
v4.0.0
Simplified - removed web dashboard, CLI only
v3.0.0
Added 10+ strategies, portfolio manager, web dashboard, REST API
v2.0.0
All 5 optimizations: multi-coin, multi-timeframe, notifications, risk management, history
v1.2.0
Paper trading with real market data
v1.1.0
Added AI module with strategy ensemble
v1.0.0
5-Agent Trading System: Data, Factor, Strategy, Backtest, Execution
Metadata
Frequently Asked Questions
What is Quant Trading System?
Automated Trading System with Multi-Strategy Voting. It is an AI Agent Skill for Claude Code / OpenClaw, with 1534 downloads so far.
How do I install Quant Trading System?
Run "/install quant-trading-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quant Trading System free?
Yes, Quant Trading System is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Quant Trading System support?
Quant Trading System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quant Trading System?
It is built and maintained by pikachu022700 (@pikachu022700); the current version is v6.0.0.
More Skills