From 79403f90831c3bf61e35202768d9421ca14ab444 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 02:40:55 +0100 Subject: [PATCH] docs: update apple notes/reminders skill setup --- CHANGELOG.md | 1 + skills/apple-notes/SKILL.md | 6 +++--- skills/apple-reminders/SKILL.md | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b00324bd..e7674953c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ - CLI: add remote gateway client config (gateway.remote.*) with Bonjour-assisted discovery. - Skills: allow `bun` as a node manager for skill installs. - Skills: add `things-mac` (Things 3 CLI) for read/search plus add/update via URL scheme. +- Skills: add Apple Notes + Reminders skills via memo CLI (thanks @tylerwince). - Tests: add a Docker-based onboarding E2E harness. - Tests: harden wizard E2E flows for reset, providers, skills, and remote non-interactive runs. - Browser tools: add remote CDP URL support, Linux launcher options (`executablePath`, `noSandbox`), and surface `cdpUrl` in status. diff --git a/skills/apple-notes/SKILL.md b/skills/apple-notes/SKILL.md index ac3963c8b..61a517ae9 100644 --- a/skills/apple-notes/SKILL.md +++ b/skills/apple-notes/SKILL.md @@ -11,8 +11,8 @@ Use `memo notes` to manage Apple Notes directly from the terminal. Create, view, Setup - Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo` -- Alternative (pip): `pip install memo` (after cloning the repo) -- macOS-only; requires Automation/Accessibility permissions for Notes.app. +- Manual (pip): `pip install .` (after cloning the repo) +- macOS-only; if prompted, grant Automation access to Notes.app. View Notes - List all notes: `memo notes` @@ -47,4 +47,4 @@ Limitations Notes - macOS-only. - Requires Apple Notes.app to be accessible. -- For automation, grant appropriate permissions in System Settings > Privacy & Security. +- For automation, grant permissions in System Settings > Privacy & Security > Automation. diff --git a/skills/apple-reminders/SKILL.md b/skills/apple-reminders/SKILL.md index f3782cf92..f2fc083d9 100644 --- a/skills/apple-reminders/SKILL.md +++ b/skills/apple-reminders/SKILL.md @@ -11,8 +11,8 @@ Use `memo rem` to manage Apple Reminders directly from the terminal. Create, com Setup - Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo` -- Alternative (pip): `pip install memo` (after cloning the repo) -- macOS-only; requires Automation/Accessibility permissions for Reminders.app. +- Manual (pip): `pip install .` (after cloning the repo) +- macOS-only; if prompted, grant Automation access to Reminders.app. View Reminders - List all reminders: `memo rem` @@ -39,5 +39,5 @@ Examples Notes - macOS-only. - Requires Apple Reminders.app to be accessible. -- For automation, grant appropriate permissions in System Settings > Privacy & Security. +- For automation, grant permissions in System Settings > Privacy & Security > Automation. - The `memo` CLI shares the same installation for both Notes and Reminders functionality.