investage
價值投資每日追蹤系統 - 整合估值、技術分析、情緒分析,輸出綜合評分報告並發送 Email。適用於個人投資組合追蹤。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arbiger/investment-reportsWhat This Skill Does
Investage 是一款專為價值投資者打造的自動化每日追蹤系統。它將繁雜的金融數據轉化為易於理解的綜合評分報告。該系統不僅僅是股價追蹤,它透過整合 Yahoo Finance 的估值數據、Reddit 的市場情緒指標,以及深度技術分析(如 MA 移動平均線、RSI 強弱指標、乖離率等),為您的個人持股組合提供精確的投資建議。系統會自動計算各維度的加權得分,最終將分析結果以 HTML 格式的 Email 報告直接發送至您的信箱,確保您隨時掌握投資組合的健康狀態。
Installation
- 確保您的環境已安裝 Python 3 與 PostgreSQL 資料庫。
- 執行
clawhub install openclaw/skills/skills/arbiger/investment-reports完成安裝。 - 將檔案複製至您的工作目錄後,請參照 README 設定 PostgreSQL 環境變數 (PGHOST, PGDATABASE, PGUSER)。
- 在資料庫中執行隨附的 SQL 腳本建立
stocks,holdings,watchlist資料表。 - 在
config.yaml中填入您的 Email 收件資訊與持股清單。 - 若需自動化排程,請將對應的指令加入 Crontab 以每日定時觸發
email_reporter.py。
Use Cases
- 個人資產配置監控:自動化管理您的長期持股清單,根據評分系統決定是否加碼或停損。
- 市場情緒觀測:結合技術面與 Reddit 社群的即時情緒,避免在高點買入或在情緒恐慌時誤賣。
- 投資決策輔助:為持股提供 BUY/HOLD/WATCH/SELL 的量化參考,減少情緒化交易的頻率。
Example Prompts
- "請幫我針對 NVDA 進行最新的技術分析與估值評分,並告訴我目前的綜合建議。"
- "今天的投資組合報告發送失敗,請協助檢查 email_reporter.py 的執行狀態並重發報告。"
- "我想將 AAPL 加入我的長期持股清單中,請執行 watchlist 新增任務並重新計算組合評分。"
Tips & Limitations
- 安全性提示:請務必將包含持股明細的
config.yaml加入.gitignore,避免洩漏隱私。 - 數據依賴:本系統高度依賴
yfinance獲取數據,若 Yahoo Finance API 調整可能影響準確性。 - 評分建議:綜合評分系統僅供參考,不構成實際投資建議。建議在賣出或大額買入前,進行人工確認。
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arbiger-investment-reports": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution
Related Skills
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
kb-collector
Knowledge Base Collector - save YouTube, URLs, text to Obsidian with AI summarization. Auto-transcribes videos, fetches pages, supports weekly/monthly digest emails and nightly research.
valuation-calculator
Fast stock valuation calculator - compute PEG, EV/EBITDA, Rule of 40, DCF and more with simple commands. Inspired by YouTube tutorial and Day1Global Tech Earnings Deepdive Skill.