# Memo

> memo - Apple Notes CLI

- Skill: `cdeistopened/memo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cdeistopened/memo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cdeistopened/memo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cdeistopened (https://skillmd.com/u/cdeistopened)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cdeistopened/memo

---

# memo - Apple Notes CLI

Manage Apple Notes from the terminal.

---

## View Notes

```bash
# List all notes
memo notes

# Filter by folder
memo notes -f "Folder Name"

# Search notes (fuzzy)
memo notes -s "search query"
```

---

## Create Notes

```bash
# Interactive create
memo notes -a

# Quick create with title
memo notes -a "Note Title"
```

---

## Edit & Delete

```bash
# Edit (interactive selection)
memo notes -e

# Delete (interactive selection)
memo notes -d
```

---

## Move & Export

```bash
# Move note to folder (interactive)
memo notes -m

# Export to HTML/Markdown (interactive)
memo notes -ex
```

---

## Limitations

- Cannot edit notes containing images/attachments
- Interactive prompts require terminal access
- macOS only

---

## Setup

If permission issues:
1. System Settings → Privacy & Security → Automation
2. Enable Terminal access to Notes.app

