← 返回 Skills 市场
122
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install theta-trading-system
功能描述
🎯 Theta量化交易系统v1.2.0 - 100%准确率Ridge模型,每小时自动进化,多数据源兜底,准星模型集成,实时数据验证。基于真实A股涨停股数据的智能选股系统。
安全使用建议
Things to consider before installing or running this skill:
- Credibility and claims: The README/SKILL.md advertise a '100% 准确率' Ridge model and hourly evolution, but the training script actually uses RandomForest and the packaged metrics/files contain contradictory values and sample counts. Treat marketing claims as unverified until you can reproduce results.
- Missing files / runtime errors: The documentation references recommendation and analyzer scripts and Python modules that are not present in the package (theta_daily_recommendation.py, theta_analyzer.py, theta_system/theta_trading). Expect runtime failures; ask the author for the missing files or a complete release.
- Run in a sandbox: If you want to test it, run the package inside an isolated environment or container (not as root) so filesystem writes under /root/.openclaw/workspace cannot affect your host. Inspect and run scripts manually rather than allowing any agent to execute them autonomously.
- Inspect network activity: The code uses AkShare which fetches market data from external providers. If you care about data privacy or want to audit traffic, monitor outbound connections while running the scripts.
- Validate models and data: The dataset is small (documented as ~16 trading days / 843 entries in places but other files show different sample counts). Validate feature engineering, cross-validation, and out-of-sample performance yourself before using any suggestions for real trading.
- Do not use for real money without verification: Given the mismatched claims and potential overfitting, do not deploy this system for live trading until you (1) reproduce the training/evaluation, (2) verify datasets and metrics, and (3) implement missing components and safety checks.
- Ask for provenance: Request the full source, author verification, and a reproducible training log. If the skill author cannot provide missing files or a reasonable explanation for the inconsistencies, avoid using it.
功能分析
Type: OpenClaw Skill
Name: theta-trading-system
Version: 1.2.0
The skill bundle presents a trading system making highly unrealistic and potentially fraudulent claims, such as '100% accuracy' and '57% weekly returns,' which are classic indicators of financial scams. While the technical implementation in scripts like `daily_data_update.py` and `train_with_real_data_v2.py` uses legitimate libraries (akshare, scikit-learn) and operates within the expected workspace, the provided `models/results.json` reveals a massive discrepancy: it claims 100% test accuracy despite a negative cross-validation R² score (-1.55), confirming the performance claims are deceptive. No evidence of data exfiltration or backdoors was found, but the bundle is classified as suspicious due to its misleading and predatory nature.
能力评估
Purpose & Capability
The skill claims a '100%准确率 Ridge 模型' and '每小时自动进化' using multiple data sources, but the included code contradicts these claims: train_with_real_data_v2.py trains RandomForestRegressor (not Ridge) and SelectKBest is used; models/results.json and README report conflicting metrics (e.g. cv_r2 negative, n_samples mismatch). The SKILL.md and README reference scripts/modules (theta_daily_recommendation.py, theta_analyzer.py, theta_system / theta_trading packages) that are not present in the file manifest. Data-source claims list multiple APIs (Tencent, Sina, Miaoxiang, Eastmoney) while the code primarily uses AkShare. These inconsistencies suggest the packaging or documentation is incomplete or misleading.
Instruction Scope
Runtime instructions tell the agent/user to pip install akshare/pandas/numpy/scikit-learn and run update/train/recommendation scripts. The present scripts will read and write an absolute path under /root/.openclaw/workspace/data and create logs under /root/.openclaw/workspace/logs — requiring filesystem write access. Several instructions refer to missing scripts (theta_daily_recommendation.py) and imports (theta_system, ThetaSelector) that will cause runtime errors. The scripts do perform network calls indirectly via AkShare (fetching market data) but there is no unexpected exfiltration code; still, the agent will contact external data providers when running.
Install Mechanism
No install spec is provided (instruction-only deployment). This lowers installation risk because nothing is downloaded/installed by the skill package itself beyond what the user explicitly pip-installs. The only installation instruction is to pip-install common Python packages (akshare, pandas, numpy, scikit-learn).
Credentials
The skill declares no required environment variables or credentials, which is proportionate. However, the code writes to absolute paths under /root/.openclaw/workspace (DB_PATH, LOG_PATH, MODEL_DIR), which assumes permission to write into that workspace; running as root or allowing writes to that location may have side effects. Network access is required via AkShare (expected for data fetching) but no credentials are requested.
Persistence & Privilege
always:false and standard model invocation are used. The skill does create files (database, models, logs) inside the workspace but does not request permanent platform-wide privileges or modify other skills' configurations. There is no 'always: true' or other elevated persistent privilege requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install theta-trading-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/theta-trading-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0: 100%准确率Ridge模型,每小时自动进化,多数据源兜底
v1.0.0
Theta量化交易系统 v1.0.0 首次发布!
- 基于真实A股涨停股数据,支持每日自动更新与数据积累。
- 引入4维度评分体系(技术、资金、基本、情绪),综合100分制选股打分。
- 集成GradientBoosting机器学习模型,R²=98.18%,用于智能选股推荐。
- 完善的风险控制规则(止损、分批止盈、仓位管理),自动过滤ST及部分板块。
- 支持短线与中长线策略,包含从数据获取、模型训练到选股推送、风险管理的完整流程。
- 提供详细文档、接口示例与自动任务操作说明。
元数据
常见问题
Theta Trading System 是什么?
🎯 Theta量化交易系统v1.2.0 - 100%准确率Ridge模型,每小时自动进化,多数据源兜底,准星模型集成,实时数据验证。基于真实A股涨停股数据的智能选股系统。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Theta Trading System?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install theta-trading-system」即可一键安装,无需额外配置。
Theta Trading System 是免费的吗?
是的,Theta Trading System 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Theta Trading System 支持哪些平台?
Theta Trading System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Theta Trading System?
由 will(@wihy)开发并维护,当前版本 v1.2.0。
推荐 Skills