A Share Short Decision.Bak
/install a-share-short-decision-bak
A-Share Short-Term Decision Skill
Implement in sequence:
- Run
short_term_signal_engine(analysis_date)for target date. - If needed, persist prediction with
run_prediction_for_date(analysis_date). - Compare prediction vs actual market with
compare_prediction_with_market(prediction_date, actual_date). - Output report with
generate_daily_report(analysis_date).
Tool Contracts
short_term_signal_engine(analysis_date=None)
analysis_date:YYYY-MM-DDorYYYYMMDD- Returns weighted short-term score and recommendation status.
- Always returns friendly
no_recommendation_messagewhen no tradable candidate exists.
run_prediction_for_date(analysis_date)
- Runs signal engine for the specified date.
- Appends decision snapshot into
data/decision_log.jsonl.
compare_prediction_with_market(prediction_date, actual_date=None)
- Loads prediction from log (or auto-generates if missing).
- Compares predicted candidates against real market closes on
actual_date. - Returns per-stock return and summary statistics.
No-Recommendation Behavior
Required behavior:
- Never return empty output.
- If
candidatesis empty or signal isNO_TRADE, explicitly say:当前暂无可执行短线买入标的. - Include reason and next action.
Runtime
python3 main.py short_term_signal_engine --date 2026-02-12
python3 main.py run_prediction_for_date --date 2026-02-12
python3 main.py compare_prediction_with_market --prediction-date 2026-02-12 --actual-date 2026-02-13
python3 main.py generate_daily_report --date 2026-02-12
Subskills Workflow
For recurring optimize-then-recommend flow, run:
python3 subskills/config-optimization/optimize_from_aggressive.py --analysis-period "2026-02-01 to 2026-02-12"
python3 subskills/daily-recommendation/generate_daily_recommendation.py --date 2026-02-14
All generated artifacts are stored under data/.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a-share-short-decision-bak - After installation, invoke the skill by name or use
/a-share-short-decision-bak - Provide required inputs per the skill's parameter spec and get structured output
What is A Share Short Decision.Bak?
A-share short-term trading decision skill for 1-5 day horizon. Use when you need real-data market sentiment, sector rotation, strong stock scanning, capital... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install A Share Short Decision.Bak?
Run "/install a-share-short-decision-bak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A Share Short Decision.Bak free?
Yes, A Share Short Decision.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A Share Short Decision.Bak support?
A Share Short Decision.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A Share Short Decision.Bak?
It is built and maintained by Wu-XiaoLin (@wu-xiaolin); the current version is v1.0.0.