股票分析復盤

👤 晚風 📦 v1.0.0 ⭐ 0.0 ⬇️ 316 下載
📊 資料分析 免費

📖 技能介紹


name: stock-daily-review description: 中國A股市場每日復盤。通過執行指令碼獲取當日股市資料,包括大盤指數、漲跌分佈、漲跌停分佈、資金流向等資料 metadata: { "openclaw":{ "requires":{ "bins":["python3"] } } }


每日股市復盤

何時使用

  • 使用者要求檢視當日股市資料時,使用 stock-daily-review
  • 使用者要求復盤當日股市資料時,使用 stock-daily-review
  • 使用者要求復盤今日股市時,使用 stock-daily-review

前置依賴

  • 確保 OpenClaw 已配置 Python 3 環境
  • 在首次使用前,執行依賴檢查指令碼 scripts/check_dependencies.py 確保環境就緒
python3 /root/.openclaw/workspace/skills/stock-daily-review/scripts/check_dependencies.py

執行流程(嚴格按照以下步驟操作)

如果遇到錯誤提示,僅把錯誤資訊傳送給我,嚴禁做其他操作

呼叫scripts/main.py指令碼

python3 /root/.openclaw/workspace/skills/stock-daily-review/scripts/main.py

輸出結果

  • 指令碼跑完後,會在 /stock/reports/[YYYYMMDD(當天日期)]/ 目錄下生成一個圖片報告,檔名格式 每日復盤_{當天日期}.png

    訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。

  • 將該圖片傳送給我

📁 包含檔案 (4 個)

📄 SKILL.md 1.2 KB
📄 scripts/check_dependencies.py 1.5 KB
📄 scripts/image_export.py 18.8 KB
📄 scripts/main.py 9.7 KB