apple-notes

仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么

用 memo CLI 在终端创建、搜索和编辑 Apple Notes,把笔记同步到 iCloud。适用于需要把笔记操作自动化或喜欢在命令行里快速查找内容的场景。特别之处是把 Notes.app 的功能暴露给脚本和终端,提高效率和可编排性。

▸ 展开 SKILL.md 英文原文

Manage Apple Notes via memo CLI: create, search, edit.

0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/apple/apple-notes/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/apple/apple-notes/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Apple Notes

Use `memo` to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.

## Prerequisites

- **macOS** with Notes.app
- Install: `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`
- Grant Automation access to Notes.app when prompted (System Settings → Privacy → Automation)

## When to Use

- User asks to create, view, or search Apple Notes
- Saving information to Notes.app for cross-device access
- Organizing notes into folders
- Exporting notes to Markdown/HTML

## When NOT to Use

- Obsidian vault management → use the `obsidian` skill
- Bear Notes → separate app (not supported here)
- Quick agent-only notes → use the `memor
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有