ワンクリックで
rem
管理 macOS Reminders。處理「提醒我 XXX」「記一下 XXX」等中文自然語言指令,支援 briefing 待辦整合。當用戶提及提醒事項、待辦、Reminders、或要建立/查詢/完成/刪除提醒時使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
管理 macOS Reminders。處理「提醒我 XXX」「記一下 XXX」等中文自然語言指令,支援 briefing 待辦整合。當用戶提及提醒事項、待辦、Reminders、或要建立/查詢/完成/刪除提醒時使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | rem |
| description | 管理 macOS Reminders。處理「提醒我 XXX」「記一下 XXX」等中文自然語言指令,支援 briefing 待辦整合。當用戶提及提醒事項、待辦、Reminders、或要建立/查詢/完成/刪除提醒時使用。 |
/Users/fredchu/bin/rem(不在 PATH,所有指令必須用完整路徑)-o json,顯示給用戶時用預設 tableNO_COLOR=1(避免 ANSI 碼干擾 JSON 解析)| 情境 | 規則 |
|---|---|
| delete | 必須加 --force(非互動環境無法確認) |
| list-mgmt delete | 必須加 --force |
| add / update | 禁用 -i(interactive mode) |
| 搬移 list | update 不支援改 list → 必須 delete --force + add 重建 |
| 確認動作 | 刪除前先 show 該項目,告知用戶內容,再執行 |
用戶沒指定 list 時,根據內容關鍵詞自動判斷目標 list:
| 關鍵詞特徵 | 目標 List |
|---|---|
| 投資/股票/選擇權/ETF/財報/持倉/殖利率/配息 | Investing |
| 程式/code/bug/deploy/PR/skill/app/API | dev |
| 煮/食譜/買菜/超市/料理 | Cooking |
| 掃地/洗衣/倒垃圾/拖地/吸塵/換床單 | 例行家事 |
| 拍照/底片/暗房/沖片/相機 | 攝影暗房 |
| 遊戲/PS5/Switch/Steam/Xbox | Video Games |
| 家人名字/家庭事務/爸媽/小孩 | Family |
| 書/讀/閱讀 | 書 |
| 以上都不符合 | 雜 |
現有 lists(供比對):Family, Investing, 雜, 例行家事, dev, 攝影暗房, Work, 書, Gadgets, Cooking, Video Games
/Users/fredchu/bin/rem add "title" --list "X" --due "tomorrow" --priority high --notes "N"
/Users/fredchu/bin/rem list --list "X" --incomplete -o json
/Users/fredchu/bin/rem show <id> -o json
/Users/fredchu/bin/rem update <id> --name "new" --due "next mon" --priority medium --notes "N"
/Users/fredchu/bin/rem delete <id> --force
/Users/fredchu/bin/rem complete <id>
/Users/fredchu/bin/rem uncomplete <id>
/Users/fredchu/bin/rem search "query" --list "X" --incomplete -o json
/Users/fredchu/bin/rem overdue -o json
/Users/fredchu/bin/rem upcoming --days N -o json
/Users/fredchu/bin/rem stats -o json
/Users/fredchu/bin/rem lists --count -o json
/Users/fredchu/bin/rem list-mgmt create "name"
/Users/fredchu/bin/rem list-mgmt delete "name" --force
/Users/fredchu/bin/rem list-mgmt rename "old" "new"
/Users/fredchu/bin/rem flag <id>
/Users/fredchu/bin/rem unflag <id>
Short ID:UUID 前 8 碼,任何唯一前綴皆可匹配。
從語句解析 title + due date,路由到正確 list。
/Users/fredchu/bin/rem overdue -o json
/Users/fredchu/bin/rem upcoming --days 1 -o json
| 用戶說 | --due 值 |
|---|---|
| 明天 | tomorrow |
| 後天 | "in 2 days" |
| 大後天 | "in 3 days" |
| 下週一 | "next monday" |
| 下週五下午三點 | "next friday at 3pm" |
| 月底 | 當月最後一天 ISO 格式 |
| X 小時後 | "in X hours" |
| 今天下午五點 | "today at 5pm" |
| 下個月 | "next month" |
| 今天下班前 | eod |
| 這週五前 | "next friday" 或本週五 ISO |
完整日期語法見 references/dates.md。
rem list -o json 回傳陣列,每個項目:
{
"id": "AB12CD34",
"name": "title",
"list_name": "dev",
"due_date": "2026-03-06T09:00:00+08:00",
"notes": "",
"priority": 0,
"priority_label": "none",
"flagged": false,
"completed": false
}
--flagged 篩選較慢(~3-4s,走 JXA fallback)完整 flag 參考見 references/commands.md。
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.