← Back to Skills Marketplace
Quant Trader
by
Justin Liu
· GitHub ↗
· v1.0.0
377
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install quant-trader
Description
Professional quantitative trading system for cryptocurrency - backtesting, paper trading, live trading, and strategy optimization
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quant-trader - After installation, invoke the skill by name or use
/quant-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Quant Trader?
Professional quantitative trading system for cryptocurrency - backtesting, paper trading, live trading, and strategy optimization. It is an AI Agent Skill for Claude Code / OpenClaw, with 377 downloads so far.
How do I install Quant Trader?
Run "/install quant-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quant Trader free?
Yes, Quant Trader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Quant Trader support?
Quant Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quant Trader?
It is built and maintained by Justin Liu (@zhenstaff); the current version is v1.0.0.
More Skills