← Back to Skills Marketplace
257
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install quant-full-stack
Description
Complete A-share quantitative stock trading workflow covering data collection, factor analysis, strategy development, backtesting, simulated trading, and ris...
Usage Guidance
This skill is a wrapper that runs Python scripts from ~/quant_trading using ~/quant_trading/venv/bin/python3. Before using it, inspect the scripts in that directory and the virtualenv to ensure they are trustworthy (they will be executed and their stdout/stderr returned). The runner times out after 2 minutes per invocation. If you don't have the project path or virtualenv set up, the runner will fail. Although the skill requests no credentials, be cautious: outputs from executed scripts could include sensitive data, so audit the project for secrets or unintended network calls before running.
Capability Analysis
Type: OpenClaw Skill
Name: quant-full-stack
Version: 1.0.0
The skill bundle is a quantitative trading task orchestrator designed to manage a workflow involving data collection, factor engineering, and backtesting. The primary component, `runner.py`, acts as a dispatcher that executes specific local Python scripts within a predefined directory (`~/quant_trading`) using a virtual environment. The implementation follows security best practices by validating task identifiers against a hardcoded whitelist and using `subprocess.run` with argument lists to prevent shell injection. No evidence of malicious intent, data exfiltration, or prompt injection was found in the provided files.
Capability Assessment
Purpose & Capability
Name and description (quant full-stack workflow) align with the provided files: SKILL.md documents tasks and runner.py launches local task scripts. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md limits work to the six quant modules and points at runner.py. The runner executes Python scripts located under ~/quant_trading using the project's virtualenv and returns their stdout/stderr. This is expected for a local project runner, but it means whatever scripts exist in ~/quant_trading will be executed and their output returned.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required env vars or credentials. It does read the current user's home to locate ~/quant_trading and its virtualenv, which is proportional to its purpose.
Persistence & Privilege
always is false and the skill doesn't modify other skills or system settings. It can be invoked autonomously (platform default) but requests no extra privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quant-full-stack - After installation, invoke the skill by name or use
/quant-full-stack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
quant-full-stack 1.0.0
- Initial release featuring a comprehensive A-shares quant core task framework.
- Covers data acquisition, factor engineering, strategy construction, backtesting and validation, paper trading, and risk management.
- Provides runnable entry point via runner.py, supporting full workflow execution.
- Requires Python 3.8+ and a properly configured project virtual environment.
Metadata
Frequently Asked Questions
What is Quant Full Stack?
Complete A-share quantitative stock trading workflow covering data collection, factor analysis, strategy development, backtesting, simulated trading, and ris... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install Quant Full Stack?
Run "/install quant-full-stack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quant Full Stack free?
Yes, Quant Full Stack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quant Full Stack support?
Quant Full Stack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quant Full Stack?
It is built and maintained by yhdhappy (@yhdhappy); the current version is v1.0.0.
More Skills