欢迎回来

登录 EAKE AI,继续您的智能之旅

忘记密码?
还没有账号?立即注册

Apple 备忘录

Apple 备忘录

通过 memo CLI 管理 Apple 备忘录:创建、搜索、编辑笔记

Apple Notes

使用 memo 从终端直接管理 Apple 备忘录。笔记通过 iCloud 在所有 Apple 设备间同步。

前置条件

  • 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)
  • 使用场景

  • 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
  • 不适用场景

  • Obsidian vault management → use the obsidian skill
  • Bear Notes → separate app (not supported here)
  • Quick agent-only notes → use the memory tool instead
  • 快速参考

    View Notes

    
    memo notes                        # List all notes
    memo notes -f "Folder Name"       # Filter by folder
    memo notes -s "query"             # Search notes (fuzzy)
    

    Create Notes

    
    memo notes -a                     # Interactive editor
    memo notes -a "Note Title"        # Quick add with title
    

    Edit Notes

    
    memo notes -e                     # Interactive selection to edit
    

    Delete Notes

    
    memo notes -d                     # Interactive selection to delete
    

    Move Notes

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

    Export Notes

    
    memo notes -ex                    # Export to HTML/Markdown
    

    限制说明

  • Cannot edit notes containing images or attachments
  • Interactive prompts require terminal access (use pty=true if needed)
  • macOS only — requires Apple Notes.app
  • Rules

  • Prefer Apple Notes when user wants cross-device sync (iPhone/iPad/Mac)
  • Use the memory tool for agent-internal notes that don't need to sync
  • Use the obsidian skill for Markdown-native knowledge management
  • 安装指南

    复制下方命令,在终端运行即可安装:

    # 安装到当前项目
    npx skills add apple-notes
    # 全局安装 — 所有项目可用
    npx skills add apple-notes -g

    使用指南

    安装完成后,在对话框中直接使用此技能。

    基本信息
    作者 Community 分类 efficiency 难度 Intermediate 时长 1 hour
    🛠️ 安装命令
    # 安装到当前项目
    npx skills add apple-notes
    # 全局安装
    npx skills add apple-notes -g

    发表评论