← 返回 Skills 市场
yhdhappy

Quant Full Stack

作者 yhdhappy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
257
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install quant-full-stack
功能描述
Complete A-share quantitative stock trading workflow covering data collection, factor analysis, strategy development, backtesting, simulated trading, and ris...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quant-full-stack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quant-full-stack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug quant-full-stack
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Quant Full Stack 是什么?

Complete A-share quantitative stock trading workflow covering data collection, factor analysis, strategy development, backtesting, simulated trading, and ris... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。

如何安装 Quant Full Stack?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-full-stack」即可一键安装,无需额外配置。

Quant Full Stack 是免费的吗?

是的,Quant Full Stack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quant Full Stack 支持哪些平台?

Quant Full Stack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quant Full Stack?

由 yhdhappy(@yhdhappy)开发并维护,当前版本 v1.0.0。

💬 留言讨论