โ† Back to Skills Marketplace
wihy

Theta Trading System

by will ยท GitHub โ†— ยท v1.2.0 ยท MIT-0
cross-platform โš  suspicious
122
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install theta-trading-system
Description
๐ŸŽฏ Theta้‡ๅŒ–ไบคๆ˜“็ณป็ปŸv1.2.0 - 100%ๅ‡†็กฎ็އRidgeๆจกๅž‹๏ผŒๆฏๅฐๆ—ถ่‡ชๅŠจ่ฟ›ๅŒ–๏ผŒๅคšๆ•ฐๆฎๆบๅ…œๅบ•๏ผŒๅ‡†ๆ˜Ÿๆจกๅž‹้›†ๆˆ๏ผŒๅฎžๆ—ถๆ•ฐๆฎ้ชŒ่ฏใ€‚ๅŸบไบŽ็œŸๅฎžA่‚กๆถจๅœ่‚กๆ•ฐๆฎ็š„ๆ™บ่ƒฝ้€‰่‚ก็ณป็ปŸใ€‚
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
โš  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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install theta-trading-system
  3. After installation, invoke the skill by name or use /theta-trading-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2.0: 100%ๅ‡†็กฎ็އRidgeๆจกๅž‹๏ผŒๆฏๅฐๆ—ถ่‡ชๅŠจ่ฟ›ๅŒ–๏ผŒๅคšๆ•ฐๆฎๆบๅ…œๅบ•
v1.0.0
Theta้‡ๅŒ–ไบคๆ˜“็ณป็ปŸ v1.0.0 ้ฆ–ๆฌกๅ‘ๅธƒ๏ผ - ๅŸบไบŽ็œŸๅฎžA่‚กๆถจๅœ่‚กๆ•ฐๆฎ๏ผŒๆ”ฏๆŒๆฏๆ—ฅ่‡ชๅŠจๆ›ดๆ–ฐไธŽๆ•ฐๆฎ็งฏ็ดฏใ€‚ - ๅผ•ๅ…ฅ4็ปดๅบฆ่ฏ„ๅˆ†ไฝ“็ณป๏ผˆๆŠ€ๆœฏใ€่ต„้‡‘ใ€ๅŸบๆœฌใ€ๆƒ…็ปช๏ผ‰๏ผŒ็ปผๅˆ100ๅˆ†ๅˆถ้€‰่‚กๆ‰“ๅˆ†ใ€‚ - ้›†ๆˆGradientBoostingๆœบๅ™จๅญฆไน ๆจกๅž‹๏ผŒRยฒ=98.18%๏ผŒ็”จไบŽๆ™บ่ƒฝ้€‰่‚กๆŽจ่ใ€‚ - ๅฎŒๅ–„็š„้ฃŽ้™ฉๆŽงๅˆถ่ง„ๅˆ™๏ผˆๆญขๆŸใ€ๅˆ†ๆ‰นๆญข็›ˆใ€ไป“ไฝ็ฎก็†๏ผ‰๏ผŒ่‡ชๅŠจ่ฟ‡ๆปคSTๅŠ้ƒจๅˆ†ๆฟๅ—ใ€‚ - ๆ”ฏๆŒ็Ÿญ็บฟไธŽไธญ้•ฟ็บฟ็ญ–็•ฅ๏ผŒๅŒ…ๅซไปŽๆ•ฐๆฎ่Žทๅ–ใ€ๆจกๅž‹่ฎญ็ปƒๅˆฐ้€‰่‚กๆŽจ้€ใ€้ฃŽ้™ฉ็ฎก็†็š„ๅฎŒๆ•ดๆต็จ‹ใ€‚ - ๆไพ›่ฏฆ็ป†ๆ–‡ๆกฃใ€ๆŽฅๅฃ็คบไพ‹ไธŽ่‡ชๅŠจไปปๅŠกๆ“ไฝœ่ฏดๆ˜Žใ€‚
Metadata
Slug theta-trading-system
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Theta Trading System?

๐ŸŽฏ Theta้‡ๅŒ–ไบคๆ˜“็ณป็ปŸv1.2.0 - 100%ๅ‡†็กฎ็އRidgeๆจกๅž‹๏ผŒๆฏๅฐๆ—ถ่‡ชๅŠจ่ฟ›ๅŒ–๏ผŒๅคšๆ•ฐๆฎๆบๅ…œๅบ•๏ผŒๅ‡†ๆ˜Ÿๆจกๅž‹้›†ๆˆ๏ผŒๅฎžๆ—ถๆ•ฐๆฎ้ชŒ่ฏใ€‚ๅŸบไบŽ็œŸๅฎžA่‚กๆถจๅœ่‚กๆ•ฐๆฎ็š„ๆ™บ่ƒฝ้€‰่‚ก็ณป็ปŸใ€‚ It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Theta Trading System?

Run "/install theta-trading-system" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is Theta Trading System free?

Yes, Theta Trading System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Theta Trading System support?

Theta Trading System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Theta Trading System?

It is built and maintained by will (@wihy); the current version is v1.2.0.

๐Ÿ’ฌ Comments