Capture learnings from completed work for future reference
Capture what you learned from completing work. This is the "compound" step—making future similar work easier.
$WORK_COMPLETED: What did you just complete? (project milestone, tricky problem, meeting, workflow improvement, etc.)
Ask the user (or extract from recent work context):
What was the situation?
What approach worked?
What would you do differently?
What's reusable?
Store in: 06-Resources/Learnings/[Category]_Learnings.md
Categories:
Working_Preferences - How you like to work, communication style, tool preferencesMistake_Patterns - Common errors to avoid, with triggers and correctionsCreate new category files as needed for domain-specific learnings.
Append to the appropriate file:
---
## [Short Title] — [Date]
**Context:** [1 sentence on what you were doing]
**Challenge:** [What was tricky or non-obvious]
**What Worked:**
[The approach that succeeded]
**Key Insight:**
> [The memorable takeaway—something you'd tell past-you]
**See Also:** [Related notes if any]
If the learning relates to:
"The palest ink is better than the best memory." — Chinese proverb
This isn't documentation for others—it's a gift to future-you. Be specific. Include the gotcha. Make it searchable.
Update System/usage_log.md to mark learning capture as used.
Analytics (Silent):
Call track_event with event_name insight_saved and properties:
This only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".
npx skills add davekilleen/save-insight下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
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