feat(skills): add Apple Notes and Reminders skills via memo CLI#95
Merged
steipete merged 2 commits intoopenclaw:mainfrom Jan 3, 2026
Merged
Conversation
Contributor
🦞 Codex ReviewFindings
Summary Review by Clawd 🦞 via Codex |
Contributor
|
That's super useful. thanks! |
dgarson
referenced
this pull request
in dgarson/clawdbot
Feb 7, 2026
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
Tasks completed: 2/2 - Task 1: Port commit #95 (STATE_DIR for identity + canvas) - Task 2: Port commit #101 (doctor migration warning suppression) SUMMARY: .planning/phases/13-paths-config-refactoring/13-04-SUMMARY.md
Merged
18 tasks
github-actions bot
pushed a commit
to Piboonsak/openclaw_github
that referenced
this pull request
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
∙ Add Apple Notes skill (skills/apple-notes/SKILL.md) for creating, viewing, editing, searching, moving, and exporting notes via the memo CLI
∙ Add Apple Reminders skill (skills/apple-reminders/SKILL.md) for creating, completing, and deleting reminders via the memo CLI
∙ Both skills use the memo Python CLI tool, installable via Homebrew (brew tap antoniorodr/memo && brew install antoniorodr/memo/memo)
Test plan
∙ Verify memo CLI installs correctly via Homebrew on macOS
∙ Test memo notes commands (list, add, search, edit, delete, move, export)
∙ Test memo rem commands (list, add, complete, delete)
∙ Confirm skills are detected by Clawdis skill loader with correct metadata (macOS-only, requires memo binary)
∙ Verify skill descriptions trigger appropriately when users ask about notes/reminders