← 返回 Skills 市场
Apple Notes 1.0.0
作者
readbyte-ai
· GitHub ↗
· v1.0.0
589
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install apple-notes-1-0-0
功能描述
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, lis...
使用说明 (SKILL.md)
Apple Notes CLI
Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Setup
- Install (Homebrew):
brew tap antoniorodr/memo && brew install antoniorodr/memo/memo - Manual (pip):
pip install .(after cloning the repo) - macOS-only; if prompted, grant Automation access to Notes.app.
View Notes
- List all notes:
memo notes - Filter by folder:
memo notes -f "Folder Name" - Search notes (fuzzy):
memo notes -s "query"
Create Notes
- Add a new note:
memo notes -a- Opens an interactive editor to compose the note.
- Quick add with title:
memo notes -a "Note Title"
Edit Notes
- Edit existing note:
memo notes -e- Interactive selection of note to edit.
Delete Notes
- Delete a note:
memo notes -d- Interactive selection of note to delete.
Move Notes
- Move note to folder:
memo notes -m- Interactive selection of note and destination folder.
Export Notes
- Export to HTML/Markdown:
memo notes -ex- Exports selected note; uses Mistune for markdown processing.
Limitations
- Cannot edit notes containing images or attachments.
- Interactive prompts may require terminal access.
Notes
- macOS-only.
- Requires Apple Notes.app to be accessible.
- For automation, grant permissions in System Settings > Privacy & Security > Automation.
安全使用建议
This skill appears to do what it says: it drives the 'memo' CLI to manage Apple Notes. Before installing, review the upstream GitHub repo (https://github.com/antoniorodr/memo) and the Homebrew tap to ensure you trust the source. Be aware that to function the memo binary may require Automation permission to control Notes.app — granting that permission allows the binary to read and modify your personal notes. If you want extra caution, install and run memo locally in a controlled environment first (or audit the installed binary), and revoke Automation permissions when you no longer need the skill.
功能分析
Type: OpenClaw Skill
Name: apple-notes-1-0-0
Version: 1.0.0
The skill instructs the agent to install a third-party CLI tool (`memo`) via Homebrew (`brew tap ... && brew install ...`). This involves downloading and executing code from a remote source (Homebrew formula), which represents a significant supply chain risk. Subsequently, the agent is instructed to execute the `memo` binary, which has broad access to Apple Notes data and the macOS system. While these actions are for the stated purpose of managing Apple Notes, they constitute 'risky capabilities' due to the execution of external binaries and remote code, classifying the skill as suspicious. There is no evidence of intentional malicious behavior or prompt injection attempts against the agent in SKILL.md.
能力评估
Purpose & Capability
Name/description, declared required binary ('memo'), homepage (GitHub repo), and the SKILL.md instructions all align: the skill simply instructs the agent to call the memo CLI to manage Apple Notes.
Instruction Scope
SKILL.md only instructs using memo commands (list, add, edit, delete, move, export) and to grant macOS Automation permission to Notes.app when prompted. There are no instructions to read unrelated files, request extra environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
Installation uses a Homebrew tap (antoniorodr/memo) and installs a binary named 'memo', which is appropriate for a CLI-based skill. As a caution: this is a third-party tap (not an official Homebrew core formula); users should verify the tap and the upstream GitHub repository before installing.
Credentials
The skill requests no environment variables or credentials, which is proportional. However, it requires granting Automation access to Notes.app (macOS privacy permission), which gives the installed binary programmatic access to the user's notes — this is expected for the task but exposes sensitive personal data and should be considered before granting.
Persistence & Privilege
The skill is not set to always:true, is user-invocable, and does not request persistent system-wide changes or access to other skills' configuration. Installing the memo binary is the only persistent artifact; autonomous invocation is enabled (default) but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apple-notes-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/apple-notes-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Apple Notes CLI integration (v1.0.0)
- Adds support for managing Apple Notes via the `memo` CLI on macOS.
- Features include creating, viewing, editing, deleting, searching, moving, and exporting notes and folders.
- Installation guide provided (via Homebrew or pip).
- Supports interactive note selection and folder filtering.
- Highlights limitations (image/attachment editing not supported, macOS-only, requires Automation permissions).
- Documentation links to the `memo` project for further details.
元数据
常见问题
Apple Notes 1.0.0 是什么?
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, lis... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 589 次。
如何安装 Apple Notes 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apple-notes-1-0-0」即可一键安装,无需额外配置。
Apple Notes 1.0.0 是免费的吗?
是的,Apple Notes 1.0.0 完全免费(开源免费),可自由下载、安装和使用。
Apple Notes 1.0.0 支持哪些平台?
Apple Notes 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Apple Notes 1.0.0?
由 readbyte-ai(@readbyte-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills