Check and process tasks from the genesis task queue
Check and process tasks from the marrow task queue.
When user mentions checking tasks or task queue, use this skill.
# 检查任务队列目录
ls -la /Users/marrow/tasks/queue/
# 读取所有任务
for f in /Users/marrow/tasks/queue/*.txt; do echo "=== $f ==="; cat "$f"; echo; done
# 统计任务数量
ls /Users/marrow/tasks/queue/*.txt | wc -l
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity