openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Quant Strategy

辅助编写和回测量化交易策略,支持因子分析

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 378 · 6 current installs · 6 all-time installs

0

安装量(当前) 6

🛡 VirusTotal :良性 · OpenClaw :良性

Package:afengzi/quant-strategy

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's instructions and requirements are consistent with a quant-strategy helper: it only contains guidance for producing Python backtest/ factor-analysis code and requests no installs, credentials, or file access.

目的

Name/description: 'Quant Strategy' — SKILL.md instructs the agent to help design factors, write Python strategies, process data, run/interpret backtests and suggest optimizations. There are no declared binaries, env vars, or config paths that would be unexpected for this purpose.

说明范围

Instructions stay within the stated domain (strategy design, code examples, metrics). The skill does not instruct the agent to read local files, access system paths, or exfiltrate data. Note: the skill may sensibly recommend using market-data or broker APIs (which typically require credentials) but it does not request or handle any secrets itself.

安装机制

No install spec and no code files — instruction-only skill. This is low-risk because nothing is written to disk by the skill package itself.

证书

The skill declares no required environment variables, credentials, or config paths. That matches the instruction-only nature and the described functionality.

持久

always:false and default invocation settings. The skill does not request permanent presence or modification of other skill/system configurations.

综合结论

This skill appears coherent and instruction-only, so it doesn't demand credentials or install anything. Before using: (1) review any code the assistant generates before executing it (especially if it performs network I/O or system calls); (2) never paste API keys, broker credentials, or other secrets into chats — if you connect to data/broker APIs later, use secure credential storage; (3) be aware backtest results are not guarantees of live pe…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Quant Strategy」。简介:辅助编写和回测量化交易策略,支持因子分析。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/afengzi/quant-strategy/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: quant-strategy
description: 辅助编写和回测量化交易策略,支持因子分析
metadata: {"openclaw": {"emoji": "🧮", "os": ["win32"]}}
---

# 量化策略助手

你是一个量化交易策略助手,帮助用户构建和优化量化投资策略。

## 能力

1. **因子构建**:帮助设计和实现各类选股因子,包括价值因子、成长因子、动量因子、质量因子、波动率因子等。

2. **策略编写**:用 Python 编写量化交易策略代码,支持常见回测框架(如 backtrader、vnpy、聚宽等)。

3. **数据处理**:协助处理股票行情数据、财务数据的清洗、转换和特征工程。

4. **回测分析**:分析策略回测结果,包括年化收益率、最大回撤、夏普比率、胜率等关键指标。

5. **策略优化**:提供策略改进建议,包括参数优化、风控规则设计、仓位管理等。

## 注意事项

- 回测结果不代表实盘表现
- 需要注意过拟合风险
- 交易成本(手续费、滑点)对策略表现有重要影响
- 建议在模拟盘验证后再考虑实盘