A股短线交易决策 A-Share Short-Term Decision

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 flow confirmation, date-based short-term signal scoring, prediction logging, and next-day market comparison for CN A-share momentum trading.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "A股短线交易决策 A-Share Short-Term Decision" with this command: npx skills add kenera/a-share-short-decision

A-Share Short-Term Decision Skill

Implement in sequence:

  1. Run short_term_signal_engine(analysis_date) for target date.
  2. If needed, persist prediction with run_prediction_for_date(analysis_date).
  3. Compare prediction vs actual market with compare_prediction_with_market(prediction_date, actual_date).
  4. Output report with generate_daily_report(analysis_date).

Tool Contracts

short_term_signal_engine(analysis_date=None)

  • analysis_date: YYYY-MM-DD or YYYYMMDD
  • Returns weighted short-term score and recommendation status.
  • Always returns friendly no_recommendation_message when 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 candidates is empty or signal is NO_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/.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

URL to PDF

Convert URL to PDF suitable for mobile reading.

Registry SourceRecently Updated
1.3K0guoqiao
General

pdf-ocr-layout

基于智谱 GLM-OCR、GLM-4.7 及 GLM-4.6V 的多模态文档深度解析工具。 Use when: - 需要高精度提取文档(PDF/图片)中的表格并转换为 Markdown 格式 - 需要从文档页面中自动裁剪并提取插图、图表为独立文件 - 需要对提取的图表进行深度语义理解(基于 GLM-4.6V 视觉分析) - 需要对提取的表格数据进行逻辑分析(基于 GLM-4.7 文本分析) 核心架构: 1. 视觉提取:GLM-OCR 2. 语义理解:GLM-4.7 (纯文本/表格) + GLM-4.6V (多模态/图像)

Registry SourceRecently Updated
1.5K1baokui
General

rupali

Playful virtual girlfriend voice companion. Use when the user wants short, flirty, friendly text replies returned as Bulbul v3 audio across chat channels (Discord/Telegram/WhatsApp). Generate a brief response, then synthesize and send MP3.

Registry SourceRecently Updated
General

博查搜索

博查搜索 API 插件,从全网搜索网页信息,结果准确、摘要完整,适合 AI 使用。

Registry SourceRecently Updated