Daily and weekly review workflows. USE WHEN user says "morning routine", "evening routine", "weekly review", "start my day", "end of day".
Morning, evening, and weekly review workflows.
| User says | Workflow |
|-----------|----------|
| "morning routine", "start my morning" | workflows/morning.md |
| "evening routine", "end of day" | workflows/evening.md |
| "weekly review" | workflows/weekly.md |
| Review | Template |
|--------|----------|
| Morning | templates/morning-checkin.md |
| Evening | templates/evening-checkin.md |
| Weekly | templates/weekly-review.md |
Projects:
ls Projects/*.md
cat "Projects/Project Name.md"
Tasks:
curl "http://127.0.0.1:8090/api/tasks"
curl "http://127.0.0.1:8090/api/tasks?status=in-progress"
Recent daily notes:
ls -t Daily/*.md | head -5
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