apple-reminders
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
$ npx -y skills add braxtonROSE4/zorro-agent --skill apple-notes --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/apple-notesContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
name: apple-notes
description: Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
version: 1.0.0
author: Zorro Agent
license: MIT
platforms: [macos]
metadata:
zorro:
tags: [Notes, Apple, macOS, note-taking]
related_skills: [obsidian]
prerequisites:
commands: [memo]Use `memo` to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.
memo notes # List all notes memo notes -f "Folder Name" # Filter by folder memo notes -s "query" # Search notes (fuzzy)
memo notes -a # Interactive editor memo notes -a "Note Title" # Quick add with title
memo notes -e # Interactive selection to edit
memo notes -d # Interactive selection to delete
memo notes -m # Move note to folder (interactive)
memo notes -ex # Export to HTML/Markdown
1. Prefer Apple Notes when user wants cross-device sync (iPhone/iPad/Mac) 2. Use the `memory` tool for agent-internal notes that don't need to sync 3. Use the `obsidian` skill for Markdown-native knowledge management
A self-evolving CLI agent. Most agents treat memory as an afterthought — a flat text file that grows until it's useless.
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI…
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git…
Complete guide to using and extending Zorro Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools,…