✓ Verified
💻 Development
✓ Enhanced Data
A Share Short Decision
A-share short-term trading decision skill for 1-5 day horizon.
- Rating
- 5 (147 reviews)
- Downloads
- 6,347 downloads
- Version
- 1.0.0
Overview
A-share short-term trading decision skill for 1-5 day horizon.
Complete Documentation
View Source →
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
bash
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:
bash
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/.
Installation
Terminal bash
openclaw install a-share-short-decision
Copied!
💻Code Examples
python3 main.py generate_daily_report --date 2026-02-12
python3-mainpy-generatedailyreport---date-2026-02-12.txt
## Subskills Workflow
For recurring optimize-then-recommend flow, run:example.sh
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-12Tags
#cli_utilities
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author kenera
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install a-share-short-decision
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0