apple-reminders

仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么

在终端用 remindctl 管理 Apple Reminders:添加、列出、标记完成,任务会通过 iCloud 在设备间同步。适合习惯用命令行管理日程或把提醒集成到自动化流程的人。亮点是能把 Reminders.app 的功能搬到脚本和终端里,无需手动打开应用。

▸ 展开 SKILL.md 英文原文

Apple Reminders via remindctl: add, list, complete.

0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/apple/apple-reminders/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/apple/apple-reminders/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Apple Reminders

Use `remindctl` to manage Apple Reminders directly from the terminal. Tasks sync across all Apple devices via iCloud.

## Prerequisites

- **macOS** with Reminders.app
- Install: `brew install steipete/tap/remindctl`
- Grant Reminders permission when prompted
- Check: `remindctl status` / Request: `remindctl authorize`

## When to Use

- User mentions "reminder" or "Reminders app"
- Creating personal to-dos with due dates that sync to iOS
- Managing Apple Reminders lists
- User wants tasks to appear on their iPhone/iPad

## When NOT to Use

- Scheduling agent alerts → use the cronjob tool instead
- Calendar events → use Apple Calendar or Google Calendar
- Project task mana
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有