# Apple Notes

> >

- **Type:** Skill
- **Install:** `agentstack add skill-claude-world-claude-agent-apple-notes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [claude-world](https://agentstack.voostack.com/s/claude-world)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [claude-world](https://github.com/claude-world)
- **Source:** https://github.com/claude-world/claude-agent/tree/main/.claude/skills/apple-notes

## Install

```sh
agentstack add skill-claude-world-claude-agent-apple-notes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Apple Notes

Manage native macOS Apple Notes using the `memo` CLI. macOS only.

## Prerequisites

```bash
brew install antoniorodr/memo/memo
```

After install, grant Notes access when macOS prompts. If not prompted:
System Settings → Privacy & Security → Contacts/Notes → allow Terminal.

## Commands

| Command | Description |
|---------|-------------|
| `memo list` | List all notes (title + folder) |
| `memo list --folder ""` | List notes in a specific folder |
| `memo create "" --body ""` | Create a new note |
| `memo view ""` | View note content |
| `memo edit "" --body ""` | Replace note body |
| `memo delete ""` | Delete a note |
| `memo search ""` | Search notes by content |
| `memo move "" --folder ""` | Move note to a folder |
| `memo export "" --format md` | Export note as Markdown |

## Usage Examples

**Create a quick note:**
```bash
memo create "Meeting notes 2026-03-21" --body "Discussed Q2 roadmap. Next steps: draft proposal."
```

**Search for a note:**
```bash
memo search "quarterly roadmap"
```

**View a specific note:**
```bash
memo view "Meeting notes 2026-03-21"
```

**Export as Markdown to a file:**
```bash
memo export "Meeting notes 2026-03-21" --format md > workspace/meeting-notes.md
```

**Move note to a folder:**
```bash
memo move "Meeting notes 2026-03-21" --folder "Work"
```

## Rules

- Always check if CLI is installed first: `which memo`
- If not installed, show the brew install command and stop
- macOS only — if not on macOS, inform the user and stop
- When creating notes with multi-line content, write content to a temp file and pipe it, or use heredoc via Bash
- When viewing long notes, save to `workspace/note-.md` and summarize inline rather than dumping full content
- Search is case-insensitive; use concise query terms
- Keep output concise: confirm action taken in one line
- If a title is ambiguous, run `memo list` first and ask the user to clarify

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [claude-world](https://github.com/claude-world)
- **Source:** [claude-world/claude-agent](https://github.com/claude-world/claude-agent)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-claude-world-claude-agent-apple-notes
- Seller: https://agentstack.voostack.com/s/claude-world
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
