← 返回 Skills 市场
Quant Trading System
作者
pikachu022700
· GitHub ↗
· v6.0.0
1534
总下载
4
收藏
11
当前安装
8
版本数
在 OpenClaw 中安装
/install quant-trading-system
功能描述
Automated Trading System with Multi-Strategy Voting
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quant-trading-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/quant-trading-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Quant Trading System 是什么?
Automated Trading System with Multi-Strategy Voting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1534 次。
如何安装 Quant Trading System?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-trading-system」即可一键安装,无需额外配置。
Quant Trading System 是免费的吗?
是的,Quant Trading System 完全免费(开源免费),可自由下载、安装和使用。
Quant Trading System 支持哪些平台?
Quant Trading System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quant Trading System?
由 pikachu022700(@pikachu022700)开发并维护,当前版本 v6.0.0。
推荐 Skills