# Memo

> A Claude skill from cdeistopened/content-os.

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

## Install

```sh
agentstack add skill-cdeistopened-content-os-memo
```

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

## About

# 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

## Source & license

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

- **Author:** [cdeistopened](https://github.com/cdeistopened)
- **Source:** [cdeistopened/content-os](https://github.com/cdeistopened/content-os)
- **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-cdeistopened-content-os-memo
- Seller: https://agentstack.voostack.com/s/cdeistopened
- 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%.
