← Back to Skills Marketplace
Unbeatable Condor Strategy
by
jinntrance
· GitHub ↗
· v1.0.0
· MIT-0
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unbeatable-condor-strategy
Description
Check daily if given stocks hit the 4% volatility threshold condor signal. 无敌鹰式策略
Usage Guidance
This skill appears coherent and contains only the expected operations (downloading market data, feature engineering, LightGBM training, and printing strikes). Before installing/running: (1) run it in an isolated Python environment (virtualenv) to avoid dependency conflicts; (2) be aware it fetches live market data from Yahoo via yfinance (requires network access); (3) LightGBM may need build tools or a compatible wheel on your OS; (4) this is a signal generator only — it prints recommended strikes but does not place orders; verify and backtest strategy logic yourself before risking capital; (5) if you need full assurance, review the script locally line-by-line (it is short and readable) or run it on non-production data first.
Capability Analysis
Type: OpenClaw Skill
Name: unbeatable-condor-strategy
Version: 1.0.0
The skill bundle is a quantitative trading tool designed to generate Iron Condor option signals using machine learning. The script `condor_signals.py` fetches historical market data via the `yfinance` library and trains a LightGBM model to predict price volatility boundaries. All code logic and instructions in `SKILL.md` are consistent with the stated financial analysis purpose, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (condor/volatility-based signal) align with the provided script: it downloads historical price data, engineers features, trains LightGBM quantile regressors, and emits a 4% width signal. Required resources (pandas, numpy, lightgbm, yfinance) are appropriate for the stated task.
Instruction Scope
SKILL.md instructs the agent to install the listed Python packages and run condor_signals.py with tickers. The script only accesses market data via yfinance, computes indicators, trains models, and prints signals. It does not read unrelated local files, environment variables, or transmit data to custom endpoints.
Install Mechanism
No install spec is provided (instruction-only). The README recommends pip-installing common Python libraries. This is a low-risk, expected install pattern. Note: LightGBM can require build tooling on some systems (compilation or a wheel).
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access to fetch market data (yfinance/Yahoo) is necessary and proportional to the purpose.
Persistence & Privilege
always is false and the skill makes no persistent modifications to the agent or system. It does not store tokens or alter other skills' configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unbeatable-condor-strategy - After installation, invoke the skill by name or use
/unbeatable-condor-strategy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the unbeatable-condor-strategy skill.
- Detects daily if specific stocks meet a 4% volatility threshold for triggering the Condor signal.
- Uses LightGBM quantile regression on historic price data to predict safe and profitable short iron condor or strangle opportunities.
- Provides recommended strike prices for selling options if a signal is triggered.
- Advises risk management steps and allocation limits when a signal occurs.
- Clearly informs users if the volatility threshold isn't met, suggesting no trade.
Metadata
Frequently Asked Questions
What is Unbeatable Condor Strategy?
Check daily if given stocks hit the 4% volatility threshold condor signal. 无敌鹰式策略. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Unbeatable Condor Strategy?
Run "/install unbeatable-condor-strategy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Unbeatable Condor Strategy free?
Yes, Unbeatable Condor Strategy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Unbeatable Condor Strategy support?
Unbeatable Condor Strategy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Unbeatable Condor Strategy?
It is built and maintained by jinntrance (@jinntrance); the current version is v1.0.0.
More Skills