원클릭으로
earnings-setup
設定財報追蹤自動化。從 CSV 清單出發,查詢財報日期,建行事曆事件,建立 cron 輪詢排程。觸發詞:「設定財報追蹤」「earnings setup」「加股票到追蹤清單」「追蹤財報」
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
設定財報追蹤自動化。從 CSV 清單出發,查詢財報日期,建行事曆事件,建立 cron 輪詢排程。觸發詞:「設定財報追蹤」「earnings setup」「加股票到追蹤清單」「追蹤財報」
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Autonomous Evaluation Loop — calibrated alignment + round loop + audit discipline + always-on gates + RED_TEAM opt-in + multi-session lock + cross-session quota coordination + worktree advisory + orphan recovery + calibrator self-improvement telemetry. Triggered: /automl, "let it run to completion", "let it run until done".
播客消化 pipeline:URL/音檔 → 帶講者分離的逐字稿 + AI 摘要 + 高光 + Q&A。觸發詞:「跑播客」「podcast digest」「消化這集」「幫我聽」「transcribe podcast」。也適用於用戶貼了一個播客 URL 或音檔路徑並暗示需要摘要/逐字稿的場景。不適用於:已有文字只想潤稿(用 polish)、影片字幕(用 srt)、純翻譯(用 translator)。
影片/音檔一鍵產出校正後的繁體中文字幕(YouTube 下載 → ASR → 預處理 → LLM 校正 → 後處理)。 當用戶提到「做字幕」「跑字幕」「產字幕」「字幕 xxx」「幫我 transcribe」「srt」 「這個影片要上字幕」,或給了 YouTube 連結、影片/音檔路徑並暗示需要字幕時使用。 也適用於用戶要求「更新術語」「學習術語」「術語表」時(--learn 模式)。 不要用於:已有 SRT 只想潤稿(用 subtitle-polisher)、翻譯(用 translator 類 skill)。
Manages Apple Notes via MCP tools. Use when the user mentions 筆記, notes, 記一下, 進度, 做到哪了, or wants to save/search/read/update/organize notes in Apple Notes. Also triggers on Session Handoff and any operation targeting the 'Claude 工作區' folder. Does NOT handle: Reminders/待辦 (use rem-cli), calendar/行程 (use ical-cli).
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "發布", "new version", "bump version", "push", "推送".
Save current session state to Apple Notes at session end. Triggers on "handoff", "bye", "done", "收工", "結束". Multi-agent architecture with private (per-agent) + shared (cross-agent) notes. Three-tier memory system: Active → Archive → Long-term. Use this skill whenever the user wants to end a session, save progress, wrap up work, or says anything indicating they're done for now.
| name | earnings-setup |
| description | 設定財報追蹤自動化。從 CSV 清單出發,查詢財報日期,建行事曆事件,建立 cron 輪詢排程。觸發詞:「設定財報追蹤」「earnings setup」「加股票到追蹤清單」「追蹤財報」 |
/Users/fredchu/Documents/For_Claude/scripts/earnings-autopilot//Users/fredchu/Documents/For_Claude/inbox/earnings/tickers.csv/Users/fredchu/Documents/For_Claude/scripts/earnings-autopilot/state//Users/fredchu/bin/icalcat /Users/fredchu/Documents/For_Claude/inbox/earnings/tickers.csv
解析 CSV(逗號分隔),取得所有 ticker symbols。 如果用戶指定特定 ticker,只處理那些。
對每支 ticker 執行:
python3 /Users/fredchu/Documents/For_Claude/scripts/earnings-autopilot/fetch_earnings_date.py TICKER
收集結果,分類:
向用戶報告結果表格,確認要排程哪些。
對確認的 ticker,用 ical CLI 建事件:
/Users/fredchu/bin/ical add --title "NVDA 盤後財報" --date "2026-05-28" --calendar "個人" --allday
{TICKER} {盤前/盤後/未知} 財報/Users/fredchu/Documents/For_Claude/scripts/earnings-autopilot/cron_manager.sh add TICKER Q{N}_{YEAR} YYYY-MM-DD
確認 state/{TICKER}_{QUARTER}.json 已建立(poll_transcript.sh 會自動建立)。
向用戶彙整報告:
pip install yfinance