npx skills add https://github.com/daxaur/openpaw --skill c-notes该技能通过 memo 管理 Apple 备忘录,并通过 remindctl 管理 Apple 提醒事项。
memomemo list # 列出所有备忘录
memo list --folder "Work" # 列出指定文件夹中的备忘录
memo search "query" # 按内容或标题搜索备忘录
memo read "Note Title" # 读取特定备忘录
memo create "Title" "Body text" # 创建新备忘录
memo create --folder "Work" "Title" "Body"
memo delete "Note Title" # 删除备忘录
memo folders # 列出所有文件夹
remindctlremindctl list # 列出所有提醒事项
remindctl list "List Name" # 列出特定列表中的提醒事项
remindctl add "Task" --due "tomorrow 9am"
remindctl add "Task" --list "Work" --due "2026-03-01"
remindctl complete "Task name" # 将提醒事项标记为已完成
remindctl delete "Task name" # 删除提醒事项
remindctl lists # 显示所有提醒事项列表
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
memo search 以避免重复。remindctl --due 的日期接受自然语言("tomorrow"、"next Monday")和 ISO 格式。memo 或 remindctl,请告知用户并建议安装 OpenPaw c-notes 技能。memo 需要 macOS 和 Apple 备忘录应用。remindctl 需要 macOS 和 Apple 提醒事项应用。每周安装数
1
代码仓库
GitHub 星标数
73
首次出现
1 天前
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
This skill manages Apple Notes via memo and Apple Reminders via remindctl.
memomemo list # List all notes
memo list --folder "Work" # List notes in a folder
memo search "query" # Search notes by content or title
memo read "Note Title" # Read a specific note
memo create "Title" "Body text" # Create a new note
memo create --folder "Work" "Title" "Body"
memo delete "Note Title" # Delete a note
memo folders # List all folders
remindctlremindctl list # List all reminders
remindctl list "List Name" # List reminders in a specific list
remindctl add "Task" --due "tomorrow 9am"
remindctl add "Task" --list "Work" --due "2026-03-01"
remindctl complete "Task name" # Mark reminder as complete
remindctl delete "Task name" # Delete a reminder
remindctl lists # Show all reminder lists
memo search before creating to avoid duplicates.remindctl --due accept natural language ("tomorrow", "next Monday") and ISO format.memo or remindctl is not found, inform the user and suggest installing the OpenPaw c-notes skill.memo requires macOS and Apple Notes app.remindctl requires macOS and Apple Reminders app.Weekly Installs
1
Repository
GitHub Stars
73
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
58,600 周安装