← 返回 Skills 市场
Quant Trader
作者
Justin Liu
· GitHub ↗
· v1.0.0
377
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install quant-trader
功能描述
Professional quantitative trading system for cryptocurrency - backtesting, paper trading, live trading, and strategy optimization
安全使用建议
This skill appears to be a legitimate trading framework, but there are mismatches and risks you should address before installing or giving it credentials:
- Verify the repository and publisher: visit https://github.com/ZhenRobotics/openclaw-quant, check the maintainer, commit history, issues, and community. The registry metadata lacks a homepage/source, which lowers confidence.
- Inspect code before running: review requirements.txt and the live/trading/broker code (live.py, broker.py) for any hardcoded endpoints, telemetry, or exfiltration logic.
- Use testnet and minimal permissions: when trying live features, use exchange testnet keys or API keys limited to trading and ideally without withdrawal permissions. Start with very small amounts.
- Don’t expose real secrets to the agent automatically: the SKILL.md examples use BINANCE_API_KEY/BINANCE_API_SECRET and telegram tokens—treat these as sensitive. Consider using ephemeral/test credentials or a secrets manager and avoid pasting keys into chat.
- Run in an isolated environment: use a VM or container and a Python virtualenv to contain any installed packages.
- Audit dependencies: ensure requirements.txt does not include suspicious or unmaintained packages, and pin versions.
If you want higher confidence, provide the actual GitHub repo link and checksums or ask the skill publisher for provenance and a signed release; with that we could re-evaluate and raise confidence.
功能分析
Type: OpenClaw Skill
Name: quant-trader
Version: 1.0.0
The quant-trader skill bundle describes a legitimate quantitative trading system for cryptocurrency. It includes comprehensive instructions for the AI agent that emphasize safety, such as requiring explicit user confirmation before executing live trades and prohibiting the agent from providing financial advice. While the skill handles sensitive API keys and financial transactions, the provided documentation (SKILL.md) and code examples follow industry best practices (e.g., using environment variables) and lack any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description (quant trading, backtest, live trading) align with the documented instructions and examples (backtest, paper, live using ccxt/Binance). However the skill metadata declares no required environment variables or credentials while the SKILL.md explicitly shows use of BINANCE_API_KEY/BINANCE_API_SECRET and a telegram bot token in example config—this mismatch is unexpected.
Instruction Scope
SKILL.md instructs users/agents to git clone https://github.com/ZhenRobotics/openclaw-quant, pip install requirements, and run backtests or real trading. Those steps are within expected scope for a trading skill, but they give the agent/installer permission to download and execute third-party code and to read environment variables for exchange keys—actions that have real risk for funds and secrets if not handled carefully.
Install Mechanism
There is no registry install spec; instead the instructions tell users to clone a GitHub repo and run pip install -r requirements.txt. Pulling and executing code from an external GitHub repo is common but higher risk than an instruction-only local operation because it writes code to disk and installs third-party packages that could contain malicious behavior. The repository's origin and maintainer are not verified in the registry metadata (source/homepage unknown).
Credentials
The skill metadata lists no required env vars, yet SKILL.md shows use of BINANCE_API_KEY and BINANCE_API_SECRET for live trading and a telegram bot_token/chat_id for notifications. That omission is a red flag: the skill will attempt to use sensitive credentials but the registry did not declare them. Users should treat any exchange API keys (and notification tokens) as highly sensitive and verify why/where they are used before providing them.
Persistence & Privilege
The skill is not set to always: true and does not request system-wide config paths or other skills' credentials. It appears to be an on-demand skill that can be invoked by the agent—this is standard and not an extra persistent privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quant-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/quant-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of quant-trader skill — a professional quantitative trading system for cryptocurrency.
- Provides backtesting, paper trading, and live trading capabilities across major crypto exchanges.
- Features advanced strategy optimization, including Bayesian parameter tuning.
- Includes 50+ built-in technical indicators and multiple ready-to-use trading strategies.
- Offers comprehensive performance analytics (Sharpe, max drawdown, profit factor, etc.).
- Built-in risk management, multi-exchange support, and both CLI and agent integration.
- Clear guidance for skill installation, usage examples, and trigger conditions.
元数据
常见问题
Quant Trader 是什么?
Professional quantitative trading system for cryptocurrency - backtesting, paper trading, live trading, and strategy optimization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 377 次。
如何安装 Quant Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-trader」即可一键安装,无需额外配置。
Quant Trader 是免费的吗?
是的,Quant Trader 完全免费(开源免费),可自由下载、安装和使用。
Quant Trader 支持哪些平台?
Quant Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quant Trader?
由 Justin Liu(@zhenstaff)开发并维护,当前版本 v1.0.0。
推荐 Skills